summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/test/ssl-tests/01-simple.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/test/ssl-tests/01-simple.conf.in')
-rw-r--r--deps/openssl/openssl/test/ssl-tests/01-simple.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/openssl/test/ssl-tests/01-simple.conf.in b/deps/openssl/openssl/test/ssl-tests/01-simple.conf.in
index 086d66d32f..54dc451f3b 100644
--- a/deps/openssl/openssl/test/ssl-tests/01-simple.conf.in
+++ b/deps/openssl/openssl/test/ssl-tests/01-simple.conf.in
@@ -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" },
},