openssl/crypto/dsa
Matt Caswell b7d0f2834e More fix DSA, preserve BN_FLG_CONSTTIME
The previous "fix" still left "k" exposed to constant time problems in
the later BN_mod_inverse() call. Ensure both k and kq have the
BN_FLG_CONSTTIME flag set at the earliest opportunity after creation.

CVE-2016-2178

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-07 09:14:32 +01:00
..
dsa.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_ameth.c Parameter copy sanity checks. 2016-05-31 13:26:54 +01:00
dsa_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_gen.c Remove useless code 2015-10-23 20:32:59 +02:00
dsa_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_ossl.c More fix DSA, preserve BN_FLG_CONSTTIME 2016-06-07 09:14:32 +01:00
dsa_pmeth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_sign.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsa_vrf.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsagen.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dsatest.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
fips186a.txt
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +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.