openssl/crypto/dsa
Geoff Thorpe cb78486d97 This commits changes to various parts of libcrypto required by the recent
ENGINE surgery. DH, DSA, RAND, and RSA now use *both* "method" and ENGINE
pointers to manage their hooking with ENGINE. Previously their use of
"method" pointers was replaced by use of ENGINE references. See
crypto/engine/README for details.

Also, remove the ENGINE iterations from evp_test - even when the
cipher/digest code is committed in, this functionality would require a
different set of API calls.
2001-09-25 20:23:40 +00:00
..
.cvsignore
dsa_asn1.c
dsa_err.c
dsa_gen.c
dsa_key.c
dsa_lib.c This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
dsa_ossl.c This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
dsa_sign.c This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
dsa_vrf.c This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
dsa.h This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
dsagen.c
dsatest.c This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
fips186a.txt
Makefile.ssl Start to reduce some of the header bloat. 2001-08-05 18:02:16 +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.