openssl/crypto/dsa
Geoff Thorpe d50f1bdfac Do to DH and DSA what has already been done to RSA. This involves moving
the initialisation and cleanup of "ex_data" elements to before an init()
handler and after a finish() handler respectively.
2000-11-29 19:59:45 +00:00
..
.cvsignore
dsa_asn1.c Make sure bs is assigned NULL when it's free'd, or there will be an 2000-11-19 14:14:52 +00:00
dsa_err.c
dsa_gen.c Constify DSA-related code. 2000-11-07 13:54:39 +00:00
dsa_key.c Don't set the two top bits to one when generating a random number < q.:wq 2000-09-13 01:45:54 +00:00
dsa_lib.c Do to DH and DSA what has already been done to RSA. This involves moving 2000-11-29 19:59:45 +00:00
dsa_ossl.c Constify DSA-related code. 2000-11-07 13:54:39 +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
dsa.h Constify DSA-related code. 2000-11-07 13:54:39 +00:00
dsagen.c
dsatest.c
fips186a.txt
Makefile.ssl in some new file names the first 8 characters were not unique 2000-11-12 22:32:18 +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.