openssl/crypto/dsa
Ulf Möller 38e33cef15 Document DSA and SHA.
New function BN_pseudo_rand().
Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
generating DSA primes (why not use BN_is_prime()?)
2000-01-27 19:31:26 +00:00
..
.cvsignore
dsa_asn1.c
dsa_err.c
dsa_gen.c Document DSA and SHA. 2000-01-27 19:31:26 +00:00
dsa_key.c
dsa_lib.c Tidy up CRYPTO_EX_DATA structures. 2000-01-23 23:41:49 +00:00
dsa_ossl.c
dsa_sign.c
dsa_vrf.c
dsa.h Document DSA and SHA. 2000-01-27 19:31:26 +00:00
dsagen.c
dsatest.c Document DSA and SHA. 2000-01-27 19:31:26 +00:00
fips186a.txt
Makefile.ssl Tidy up CRYPTO_EX_DATA structures. 2000-01-23 23:41:49 +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.