Re-enable resumption for TLS1.3 CT tests
[openssl.git] / test / ssl-tests / 01-simple.conf.in
index e3a6330bdeff80b0092eb42ce0dbd6225de42ccd..086d66d32f4ac240107eb8999b8a309491ba57b5 100644 (file)
@@ -19,6 +19,14 @@ our @tests = (
         test   => { "ExpectedResult" => "Success" },
     },
 
+    {
+        name => "Server signature algorithms bug",
+        # Should have no effect as we aren't doing client auth
+        server => { "ClientSignatureAlgorithms" => "ECDSA+SHA256" },
+        client => { "SignatureAlgorithms" => "RSA+SHA256" },
+        test   => { "ExpectedResult" => "Success" },
+    },
+
     {
         name => "verify-cert",
         server => { },
@@ -28,7 +36,7 @@ our @tests = (
         },
         test   => {
           "ExpectedResult" => "ClientFail",
-          "ClientAlert" => "UnknownCA",
+          "ExpectedClientAlert" => "UnknownCA",
         },
     },
 );