openssl/crypto/dsa
2011-02-03 17:00:24 +00:00
..
.cvsignore
dsa_ameth.c
dsa_asn1.c Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of 2011-01-25 16:55:15 +00:00
dsa_depr.c
dsa_err.c Provisional, experimental support for DSA2 parameter generation algorithm. 2011-01-31 19:44:09 +00:00
dsa_gen.c fixes for DSA2 parameter generation 2011-02-01 17:15:19 +00:00
dsa_key.c Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files 2011-02-03 17:00:24 +00:00
dsa_lib.c
dsa_locl.h Provisional, experimental support for DSA2 parameter generation algorithm. 2011-01-31 19:44:09 +00:00
dsa_ossl.c Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files 2011-02-03 17:00:24 +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 Move all FIPSAPI renames into fips.h header file, include early in 2011-01-27 19:10:56 +00:00
dsa_vrf.c Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of 2011-01-25 16:55:15 +00:00
dsa.h Add sign/verify digest API to handle an explicit digest instead of finalising 2011-02-02 14:21:33 +00:00
dsagen.c
dsatest.c
fips186a.txt
Makefile make update 2011-02-03 10:17:53 +00:00
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.