[10-alpn-simple-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[11-alpn-server-switch-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[12-alpn-client-switch-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[12-alpn-client-switch-resumption-resume-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[13-alpn-alert-on-mismatch-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[14-alpn-no-server-support-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[15-alpn-no-client-support-resumption-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[15-alpn-no-client-support-resumption-resume-client]
CipherString = DEFAULT
-MaxProtocol = TLSv1.2
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
},
},
client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "foo",
},
},
},
client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "foo,bar,baz",
},
},
},
client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "foo,baz",
},
},
resume_client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "bar,baz",
},
},
},
client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "foo,bar",
},
},
resume_server => { },
client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "foo",
},
},
},
client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2",
extra => {
"ALPNProtocols" => "foo",
},
},
resume_client => {
- #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption
- MaxProtocol => "TLSv1.2"
},
test => {
"HandshakeMode" => "Resume",