From 643d91fea409b0f010ce990f8f0fac234ae058bc Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Fri, 5 Jan 2018 18:50:09 +0100 Subject: Stop using unimplemented cipher classes. Add comments to no longer usable ciphers. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5023) --- test/recipes/80-test_ssl_old.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"; -- cgit v1.2.3