openssl/crypto/dsa
Adam Langley 48ae65be09 RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit e19c93811f)
2014-08-22 15:25:30 +02:00
..
.cvsignore
dsa.h
dsa_ameth.c RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key. 2014-08-22 15:25:30 +02:00
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c Fix warnings (From HEAD, original patch by Ben). 2010-06-15 17:25:15 +00:00
dsa_key.c
dsa_lib.c
dsa_locl.h
dsa_ossl.c Since FIPS 186-3 specifies we use the leftmost bits of the digest 2011-02-01 12:54:04 +00:00
dsa_pmeth.c make EVP_dss() work for DSA signing 2011-06-20 20:05:38 +00:00
dsa_prn.c
dsa_sign.c
dsa_vrf.c
dsagen.c
dsatest.c
fips186a.txt
Makefile make update 2009-10-18 14:44:51 +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.