openssl/crypto/dh
Matt Caswell 75374adf8a Add a test for small subgroup attacks on DH/DHE
Following on from the previous commit, add a test to ensure that
DH_compute_key correctly fails if passed a bad y such that:

y^q (mod p) != 1

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2016-01-28 13:49:56 +00:00
..
dh.h Prevent small subgroup attacks on DH/DHE 2016-01-28 13:49:56 +00:00
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Code style: space after 'if' 2015-04-16 13:50:01 -04:00
dh_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_check.c Prevent small subgroup attacks on DH/DHE 2016-01-28 13:49:56 +00:00
dh_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_gen.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_kdf.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_pmeth.c Code style: space after 'if' 2015-04-16 13:50:01 -04:00
dh_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_rfc5114.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dhtest.c Add a test for small subgroup attacks on DH/DHE 2016-01-28 13:49:56 +00:00
example
generate
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
p192.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p512.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p1024.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00