openssl/crypto/dsa
Pascal Cuoq 91dc4497de Move BN_CTX_start() call so the error case can always call BN_CTX_end().
Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
MR #1231

(cherry picked from commit 99c2033375)
2015-10-07 20:41:34 +02:00
..
dsa.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_ameth.c RT3774: double-free in DSA 2015-07-29 21:21:47 -04:00
dsa_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_gen.c Move BN_CTX_start() call so the error case can always call BN_CTX_end(). 2015-10-07 20:41:34 +02:00
dsa_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_ossl.c Code style: space after 'if' 2015-04-16 13:51:51 -04:00
dsa_pmeth.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_sign.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_vrf.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsagen.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsatest.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
fips186a.txt
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:22:10 +02: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.