summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-05-08 19:39:44 +0200
committerRichard Levitte <levitte@openssl.org>2020-05-14 12:17:13 +0200
commitf63f3b72949e5437a9bd6de67e9301a8c24c731e (patch)
tree23ec6b6e4ca3d1b4a49824446912395baf0d5455 /test
parentd59b7a54a5332303c42c3d097db5764dc809ecc9 (diff)
test/ssl-tests/20-cert-select.cnf.in: Re-enable RSA-PSS related tests
There were a few RSA-PSS related tests that were disabled for non-default library contexts. We now re-enable them. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11710)
Diffstat (limited to 'test')
-rw-r--r--test/ssl-tests/20-cert-select.cnf.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/ssl-tests/20-cert-select.cnf.in b/test/ssl-tests/20-cert-select.cnf.in
index fd3f09d7fb..79325e71c1 100644
--- a/test/ssl-tests/20-cert-select.cnf.in
+++ b/test/ssl-tests/20-cert-select.cnf.in
@@ -599,10 +599,7 @@ my @tests_tls_1_1 = (
);
push @tests, @tests_non_fips unless $fips_mode;
-
-#TODO(3.0): Re-enable these PSS tests in a $no_deflt_libctx build once we have
-# support for it
-push @tests, @tests_pss unless $no_deflt_libctx;
+push @tests, @tests_pss;
push @tests, @tests_tls_1_1 unless disabled("tls1_1") || $no_deflt_libctx;
my $server_tls_1_3;