openssl/crypto/dsa
Dr. Stephen Henson cb9d5b7b53 Cleanse PKCS#8 private key components.
New function ASN1_STRING_clear_free which cleanses an ASN1_STRING
structure before freeing it.

Call ASN1_STRING_clear_free on PKCS#8 private key components.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit a8ae0891d4)
2015-03-08 16:29:42 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
dsa.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
dsa_ameth.c Cleanse PKCS#8 private key components. 2015-03-08 16:29:42 +00: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 Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00: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 Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00: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 Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile make update 2014-01-06 13:33:27 +00:00
README Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00

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.