openssl/crypto/dsa
Dr. Stephen Henson 05bbbe9204 PR: 2295
Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com>
Reviewed by: steve

OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code
elimination.
2010-10-11 23:28:54 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
dsa.h Merge public key FIPS code, RSA, DSA, DH. 2008-09-16 14:55:26 +00:00
dsa_asn1.c Seed PRNG with DSA and ECDSA digests for additional protection against 2009-09-09 12:07:41 +00:00
dsa_depr.c When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should 2003-10-29 04:06:50 +00:00
dsa_err.c Merge public key FIPS code, RSA, DSA, DH. 2008-09-16 14:55:26 +00:00
dsa_gen.c Fix gcc 4.6 warnings. Check TLS server hello extension length. 2010-06-12 13:18:58 +00:00
dsa_key.c Merge public key FIPS code, RSA, DSA, DH. 2008-09-16 14:55:26 +00:00
dsa_lib.c Don't set non fips allow flags when calling RSA_new() and DSA_new(). 2009-09-22 11:28:05 +00:00
dsa_ossl.c PR: 2295 2010-10-11 23:28:54 +00:00
dsa_sign.c Merge public key FIPS code, RSA, DSA, DH. 2008-09-16 14:55:26 +00:00
dsa_utl.c Merge public key FIPS code, RSA, DSA, DH. 2008-09-16 14:55:26 +00:00
dsa_vrf.c Merge public key FIPS code, RSA, DSA, DH. 2008-09-16 14:55:26 +00:00
dsagen.c Adjust the parameter lists in some not commonly used files. 2003-01-01 23:41:46 +00:00
dsatest.c make 2005-07-16 11:13:10 +00:00
fips186a.txt Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile Make it build, plus make depend. 2009-09-27 14:04:33 +00:00
README Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00

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.