Check range of test values using isascii before diving into the full
[openssl.git] / test / ssl-tests / 01-simple.conf.in
index 086d66d32f4ac240107eb8999b8a309491ba57b5..54dc451f3b803db662c3bbe0b1e898b2ee292f91 100644 (file)
@@ -22,8 +22,8 @@ our @tests = (
     {
         name => "Server signature algorithms bug",
         # Should have no effect as we aren't doing client auth
-        server => { "ClientSignatureAlgorithms" => "ECDSA+SHA256" },
-        client => { "SignatureAlgorithms" => "RSA+SHA256" },
+        server => { "ClientSignatureAlgorithms" => "PSS+SHA512:RSA+SHA512" },
+        client => { "SignatureAlgorithms" => "PSS+SHA256:RSA+SHA256" },
         test   => { "ExpectedResult" => "Success" },
     },