[2-ct-permissive-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[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
name => "ct-permissive-resumption",
server => { },
client => {
- #TODO(TLS1.3): Temporarily set to TLSv1.2 until we implement TLS1.3
- # resumption
- MaxProtocol => "TLSv1.2",
extra => {
"CTValidation" => "Permissive",
},
name => "ct-strict-resumption",
server => { },
client => {
- #TODO(TLS1.3): Temporarily set to TLSv1.2 until we implement TLS1.3
- # resumption
- MaxProtocol => "TLSv1.2",
extra => {
"CTValidation" => "Permissive",
},
# SCTs are not present during resumption, so the resumption
# should succeed.
resume_client => {
- #TODO(TLS1.3): Temporarily set to TLSv1.2 until we implement TLS1.3
- # resumption
- MaxProtocol => "TLSv1.2",
extra => {
"CTValidation" => "Strict",
},