summaryrefslogtreecommitdiffstats
path: root/test/ssl-tests/20-cert-select.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl-tests/20-cert-select.conf.in')
-rw-r--r--test/ssl-tests/20-cert-select.conf.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ssl-tests/20-cert-select.conf.in b/test/ssl-tests/20-cert-select.conf.in
index aadae27a48..5937f9ad4e 100644
--- a/test/ssl-tests/20-cert-select.conf.in
+++ b/test/ssl-tests/20-cert-select.conf.in
@@ -21,6 +21,7 @@ our @tests = (
server => $server,
client => {
"CipherString" => "aECDSA",
+ "MaxProtocol" => "TLSv1.2",
"RequestCAFile" => test_pem("root-cert.pem"),
},
test => {
@@ -36,6 +37,7 @@ our @tests = (
server => $server,
client => {
"CipherString" => "aRSA",
+ "MaxProtocol" => "TLSv1.2",
},
test => {
"ExpectedServerCertType" =>, "RSA",
@@ -49,7 +51,8 @@ our @tests = (
"MaxProtocol" => "TLSv1.2"
},
client => {
- "CipherString" => "aECDSA"
+ "CipherString" => "aECDSA",
+ "MaxProtocol" => "TLSv1.2"
},
test => {
"ExpectedResult" => "ServerFail"