summaryrefslogtreecommitdiff
path: root/test/ssl-tests/12-ct.conf
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-07 13:50:43 +0000
committerMatt Caswell <matt@openssl.org>2016-12-08 17:16:23 +0000
commit71728dd8aa3acc0bc9d621f8c4a4032aa3325fe4 (patch)
tree4b1a34bee452b160332b4453e33fc9df939061f9 /test/ssl-tests/12-ct.conf
parentc901bccec6f747467e1af31473655c8290e32309 (diff)
downloadopenssl-new-71728dd8aa3acc0bc9d621f8c4a4032aa3325fe4.tar.gz
Send and Receive a TLSv1.3 format ServerHello
There are some minor differences in the format of a ServerHello in TLSv1.3. Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich Salz Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ssl-tests/12-ct.conf')
-rw-r--r--test/ssl-tests/12-ct.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ssl-tests/12-ct.conf b/test/ssl-tests/12-ct.conf
index 22fa18dd45..14b8e938c0 100644
--- a/test/ssl-tests/12-ct.conf
+++ b/test/ssl-tests/12-ct.conf
@@ -79,6 +79,7 @@ PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
[2-ct-permissive-resumption-client]
CipherString = DEFAULT
+MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
@@ -111,11 +112,13 @@ PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
[3-ct-strict-resumption-client]
CipherString = DEFAULT
+MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[3-ct-strict-resumption-resume-client]
CipherString = DEFAULT
+MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer