summaryrefslogtreecommitdiffstats
path: root/fips/fipsalgtest.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-11 19:12:21 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-11 19:14:15 +0100
commit7fb7844f3b40b60c2df77e093398da55d7928e9d (patch)
treeb3b61110adf48334aedc6e1253c51abfa3b82eb8 /fips/fipsalgtest.pl
parent005563bbce6e66b9c481fd39574b0ffcd2a34292 (diff)
Remove Dual EC DRBG again...OpenSSL-fips-2_0_8
Dual EC DRBG removal now accepted for 2.0.8 onwards.
Diffstat (limited to 'fips/fipsalgtest.pl')
-rw-r--r--fips/fipsalgtest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fips/fipsalgtest.pl b/fips/fipsalgtest.pl
index 2e31335ae9..954a46a6f3 100644
--- a/fips/fipsalgtest.pl
+++ b/fips/fipsalgtest.pl
@@ -434,7 +434,6 @@ my @fips_drbg_test_list = (
# SP800-90 DRBG tests
"SP800-90 DRBG",
[ "CTR_DRBG", "fips_drbgvs" ],
- [ "Dual_EC_DRBG", "fips_drbgvs" ],
[ "Hash_DRBG", "fips_drbgvs" ],
[ "HMAC_DRBG", "fips_drbgvs" ]