openssl/crypto/dsa
Dr. Stephen Henson 198ce9a611 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
2011-01-19 14:35:53 +00:00
..
.cvsignore
dsa_ameth.c fix signature printing routines 2010-10-04 13:58:41 +00:00
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c Add additional parameter to dsa_builtin_paramgen to output the generated 2011-01-19 14:35:53 +00:00
dsa_key.c
dsa_lib.c
dsa_locl.h Add additional parameter to dsa_builtin_paramgen to output the generated 2011-01-19 14:35:53 +00:00
dsa_ossl.c PR: 2295 2010-10-11 23:49:22 +00:00
dsa_pmeth.c Add additional parameter to dsa_builtin_paramgen to output the generated 2011-01-19 14:35:53 +00:00
dsa_prn.c
dsa_sign.c
dsa_vrf.c
dsa.h
dsagen.c
dsatest.c
fips186a.txt
Makefile
README

The stuff in here is based on patches supplied to me by
Steven Schoch <schoch@sheba.arc.nasa.gov> to do DSS.
I have since modified a them a little but a debt of gratitude
is due for doing the initial work.