Fix error handling in RAND_DRBG_set
[openssl.git] / test / ssl-tests / 01-simple.conf.in
index e3a6330bdeff80b0092eb42ce0dbd6225de42ccd..54dc451f3b803db662c3bbe0b1e898b2ee292f91 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" => "PSS+SHA512:RSA+SHA512" },
+        client => { "SignatureAlgorithms" => "PSS+SHA256:RSA+SHA256" },
+        test   => { "ExpectedResult" => "Success" },
+    },
+
     {
         name => "verify-cert",
         server => { },
@@ -28,7 +36,7 @@ our @tests = (
         },
         test   => {
           "ExpectedResult" => "ClientFail",
-          "ClientAlert" => "UnknownCA",
+          "ExpectedClientAlert" => "UnknownCA",
         },
     },
 );