Modify libssl to discover supported groups based on available providers
[oweals/openssl.git] / test / ssl-tests / 20-cert-select.cnf.in
index fd3f09d7fb0cd5083ae1eb290f2b2187dbe95cf0..38cac87ceaccfb8d66a64c2f22dfadcd12fee5c0 100644 (file)
@@ -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;
@@ -893,11 +890,9 @@ my @tests_tls_1_3_non_fips = (
         server =>  {
             "Certificate" => test_pem("server-ecdsa-brainpoolP256r1-cert.pem"),
             "PrivateKey" => test_pem("server-ecdsa-brainpoolP256r1-key.pem"),
-            "Groups" => "brainpoolP256r1",
         },
         client => {
             "RequestCAFile" => test_pem("root-cert.pem"),
-            "Groups" => "brainpoolP256r1",
             "MinProtocol" => "TLSv1.3",
             "MaxProtocol" => "TLSv1.3"
         },