openssl/crypto/dsa
Bodo Möller 7e70181723 It was a very bad idea to use #include "../e_os.h" -- when this occurs
in cryptlib.h (which is often included as "../cryptlib.h"), then the
question remains relative to which directory this is to be interpreted.
gcc went one further directory up, as intended; but makedepend thinks
differently, and so probably do some C compilers.  So the ../ must go away;
thus e_os.h goes back into include/openssl (but I now use
#include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
and we have another huge bunch of dependency changes.  Argh.
1999-05-21 11:16:48 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
dsa.h New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
dsa_asn1.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsa_err.c Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
dsa_gen.c Message digest stuff. 1999-04-27 04:18:53 +00:00
dsa_key.c Message digest stuff. 1999-04-27 04:18:53 +00:00
dsa_lib.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsa_sign.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsa_vrf.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsagen.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
dsatest.c New Configure option no-<cipher> (rsa, idea, rc5, ...). 1999-04-27 01:14:46 +00:00
fips186a.txt Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile.ssl It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +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.