openssl/crypto/dsa
Nils Larsch 3eeaab4bed make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
    	make depend all test
work again

PR: 1159
2005-07-16 12:37:36 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
dsa.h Implement fixed-window exponentiation to mitigate hyper-threading 2005-05-16 01:43:31 +00:00
dsa_asn1.c
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 Rebuild error codes. 2005-04-12 16:15:22 +00:00
dsa_gen.c when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macro 2005-03-28 15:06:29 +00:00
dsa_key.c Use BN_with_flags() in a cleaner way. 2005-05-27 15:38:53 +00:00
dsa_lib.c make 2005-07-16 12:37:36 +00:00
dsa_ossl.c make sure DSA signing exponentiations really are constant-time 2005-05-26 04:40:52 +00:00
dsa_sign.c We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form 2003-04-08 06:00:05 +00:00
dsa_vrf.c We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form 2003-04-08 06:00:05 +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 12:37:36 +00:00
fips186a.txt
Makefile Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +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.