openssl/crypto/dsa
Dr. Stephen Henson b010b7c434 Use more flexible method of determining output length, by setting &outlen
value of the passed output buffer is NULL.

The old method of using EVP_PKEY_size(pkey) isn't flexible enough to cover all
cases where the output length may depend on the operation or the parameters
associated with it.
2006-04-15 18:50:56 +00:00
..
.cvsignore
dsa_ameth.c Fix leak. 2006-04-12 23:38:45 +00:00
dsa_asn1.c
dsa_depr.c
dsa_err.c Support for DSA keygen, fix for genpkey. 2006-04-12 11:14:11 +00:00
dsa_gen.c
dsa_key.c
dsa_lib.c
dsa_ossl.c remove unnecessary code 2006-03-18 14:22:20 +00:00
dsa_pmeth.c Use more flexible method of determining output length, by setting &outlen 2006-04-15 18:50:56 +00:00
dsa_prn.c Update copyright notices on a few files where all original SSLeay code has 2006-04-14 17:36:18 +00:00
dsa_sign.c
dsa_vrf.c
dsa.h Support for DSA keygen, fix for genpkey. 2006-04-12 11:14:11 +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 Update dependencies. 2006-04-13 13:00:45 +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.