summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-01-05 18:50:09 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-01-06 15:14:57 +0100
commit643d91fea409b0f010ce990f8f0fac234ae058bc (patch)
treef75249d0e781db96eab9f7aea953b6d4df5c7cdf /test
parentcc94da4ea38cc2a4a47e0a14ef9e361a2d723eff (diff)
Stop using unimplemented cipher classes.
Add comments to no longer usable ciphers. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5023)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ssl_old.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ssl_old.t b/test/recipes/80-test_ssl_old.t
index 2f3d3be6cb..35bf904184 100644
--- a/test/recipes/80-test_ssl_old.t
+++ b/test/recipes/80-test_ssl_old.t
@@ -396,7 +396,7 @@ sub testssl {
subtest "Testing ciphersuites" => sub {
my @exkeys = ();
- my $ciphers = "-EXP:-PSK:-SRP:-kDH:-kECDHe";
+ my $ciphers = "-PSK:-SRP";
if (!$no_dsa) {
push @exkeys, "-s_cert", "certD.ss", "-s_key", "keyD.ss";