openssl/crypto/dsa
Geoff Thorpe da414db464 The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as
with RSA_METHOD (the **_get_default_methods do set the default value if
it's not set). However, the code had some duplication and was a bit
conter-intuitive.
2000-04-20 07:58:11 +00:00
..
.cvsignore
dsa_asn1.c
dsa_err.c
dsa_gen.c
dsa_key.c
dsa_lib.c The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic as 2000-04-20 07:58:11 +00:00
dsa_ossl.c
dsa_sign.c
dsa_vrf.c
dsa.h
dsagen.c
dsatest.c
fips186a.txt
Makefile.ssl
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.