Add additional parameter to dsa_builtin_paramgen to output the generated
authorDr. Stephen Henson <steve@openssl.org>
Wed, 19 Jan 2011 14:46:42 +0000 (14:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 19 Jan 2011 14:46:42 +0000 (14:46 +0000)
commit7fa27d9ac678e41aa010e91ef1a07fcfe405033a
tree955b50a7c7b97c318e89b88d1b3b41cfd10f1b96
parentc341b9cce50eb90ce02e639bd1e23c3c468aae5f
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