openssl/crypto/dsa
Dr. Stephen Henson 448be74335 Initial support for pluggable public key ASN1 support. Process most public
key ASN1 handling through a single EVP_PKEY_ASN1_METHOD structure and move
the spaghetti algorithm specific code to a single ASN1 module for each
algorithm.
2006-03-20 12:22:24 +00:00
..
.cvsignore
dsa_ameth.c Initial support for pluggable public key ASN1 support. Process most public 2006-03-20 12:22:24 +00:00
dsa_asn1.c Extend callback function to support print customization. 2005-09-01 20:42:52 +00:00
dsa_depr.c
dsa_err.c Initial support for pluggable public key ASN1 support. Process most public 2006-03-20 12:22:24 +00:00
dsa_gen.c
dsa_key.c
dsa_lib.c make 2005-07-16 12:37:36 +00:00
dsa_ossl.c remove unnecessary code 2006-03-18 14:22:20 +00:00
dsa_sign.c
dsa_vrf.c
dsa.h Initial support for pluggable public key ASN1 support. Process most public 2006-03-20 12:22:24 +00:00
dsagen.c
dsatest.c fix problems found by coverity: remove useless code 2006-03-15 17:45:43 +00:00
fips186a.txt
Makefile Initial support for pluggable public key ASN1 support. Process most public 2006-03-20 12:22:24 +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.