openssl/crypto/dsa
Adam Langley 8a99cb29d1 Add secure DSA nonce flag.
This change adds the option to calculate (EC)DSA nonces by hashing the
message and private key along with entropy to avoid leaking the private
key if the PRNG fails.
2013-06-13 17:26:07 +01:00
..
.cvsignore
dsa_ameth.c Don't SEGFAULT when trying to export a public DSA key as a private key. 2013-06-13 17:03:35 +01:00
dsa_asn1.c
dsa_depr.c
dsa_err.c Add secure DSA nonce flag. 2013-06-13 17:26:07 +01:00
dsa_gen.c return error if counter exceeds limit and seed value supplied 2011-11-25 16:03:42 +00:00
dsa_key.c
dsa_lib.c
dsa_locl.h
dsa_ossl.c Add secure DSA nonce flag. 2013-06-13 17:26:07 +01:00
dsa_pmeth.c
dsa_prn.c
dsa_sign.c Add secure DSA nonce flag. 2013-06-13 17:26:07 +01:00
dsa_vrf.c
dsa.h Add secure DSA nonce flag. 2013-06-13 17:26:07 +01:00
dsagen.c
dsatest.c
fips186a.txt
Makefile make update 2011-09-05 09:46:15 +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.