openssl/crypto/dsa
Richard Levitte ff90d659e6 Use double dashes so makedepend doesn't misunderstand the flags we
give it.
For 0.9.7 and up, that means util/domd needs to remove those double
dashes from the argument list when gcc is used to find the
dependencies.
2002-10-09 13:21:33 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
dsa.h Make {RSA,DSA,DH}_new_method obtain and release an ENGINE 2002-03-09 18:24:14 +00:00
dsa_asn1.c Get rid of ASN1_ITEM_FUNCTIONS dummy function 2001-02-23 12:47:06 +00:00
dsa_err.c Make {RSA,DSA,DH}_new_method obtain and release an ENGINE 2002-03-09 18:24:14 +00:00
dsa_gen.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +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 Make {RSA,DSA,DH}_new_method obtain and release an ENGINE 2002-03-09 18:24:14 +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
dsagen.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsatest.c This commits changes to various parts of libcrypto required by the recent 2001-09-25 20:23:40 +00:00
fips186a.txt Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile.ssl Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:21: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.