Add additional parameter to dsa_builtin_paramgen to output the generated
authorDr. Stephen Henson <steve@openssl.org>
Wed, 19 Jan 2011 14:35:53 +0000 (14:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 19 Jan 2011 14:35:53 +0000 (14:35 +0000)
commit198ce9a611b451656e7c984e16452e285597a015
tree1d2f911b3340ae1e7ed76c367c0daf7d52e7d199
parent78c45722960510f63f9ee151959ea2f63fac7ba3
Add additional parameter to dsa_builtin_paramgen to output the generated
seed to: this doesn't introduce any binary compatibility issues as the
function is only used internally.

The seed output is needed for FIPS 140-2 algorithm testing: the functionality
used to be in DSA_generate_parameters_ex() but was removed in OpenSSL 1.0.0
crypto/dsa/dsa_gen.c
crypto/dsa/dsa_locl.h
crypto/dsa/dsa_pmeth.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ecp_smpl.c