openssl/crypto/dsa
Dr. Stephen Henson 323f289c48 Change all calls to low level digest routines in the library and
applications to use EVP. Add missing calls to HMAC_cleanup() and
don't assume HMAC_CTX can be copied using memcpy().

Note: this is almost identical to the patch submitted to openssl-dev
by Verdon Walker <VWalker@novell.com> except some redundant
EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
made to avoid compiler warnings.
2001-06-19 22:30:40 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
dsa.h Fix ASN1 bug when decoding OTHER type. 2001-04-21 12:06:01 +00:00
dsa_asn1.c Get rid of ASN1_ITEM_FUNCTIONS dummy function 2001-02-23 12:47:06 +00:00
dsa_err.c Fix ASN1 bug when decoding OTHER type. 2001-04-21 12:06:01 +00:00
dsa_gen.c Change all calls to low level digest routines in the library and 2001-06-19 22:30:40 +00:00
dsa_key.c Change all calls to low level digest routines in the library and 2001-06-19 22:30:40 +00:00
dsa_lib.c In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the 2001-04-30 15:24:41 +00:00
dsa_ossl.c Fix ASN1 bug when decoding OTHER type. 2001-04-21 12:06:01 +00:00
dsa_sign.c Merge the engine branch into the main trunk. All conflicts resolved. 2000-10-26 21:07:28 +00:00
dsa_vrf.c Constify DSA-related code. 2000-11-07 13:54:39 +00:00
dsagen.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsatest.c Forcibly enable memory leak checking during "make test" 2001-03-11 14:49:46 +00:00
fips186a.txt Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile.ssl 'make update' 2001-06-05 20:32:36 +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.