summaryrefslogtreecommitdiffstats
path: root/test/ssl-tests/17-renegotiate.cnf.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl-tests/17-renegotiate.cnf.in')
-rw-r--r--test/ssl-tests/17-renegotiate.cnf.in19
1 files changed, 18 insertions, 1 deletions
diff --git a/test/ssl-tests/17-renegotiate.cnf.in b/test/ssl-tests/17-renegotiate.cnf.in
index 47e9d531ce..73f967ff64 100644
--- a/test/ssl-tests/17-renegotiate.cnf.in
+++ b/test/ssl-tests/17-renegotiate.cnf.in
@@ -107,7 +107,24 @@ our @tests = (
"ResumptionExpected" => "No",
"ExpectedResult" => "Success"
}
- }
+ },
+ {
+# Just test that UnsafeLegacyServerConnect option
+# exists, it won't have any real effect here
+ name => "renegotiate-client-legacy-connect",
+ server => {
+ "MaxProtocol" => "TLSv1.2"
+ },
+ client => {
+ "Options" => "UnsafeLegacyServerConnect",
+ },
+ test => {
+ "Method" => "TLS",
+ "HandshakeMode" => "RenegotiateClient",
+ "ResumptionExpected" => "Yes",
+ "ExpectedResult" => "Success"
+ }
+ },
);
our @tests_tls1_2 = (
{