mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Re-enable resumption for TLS1.3 CT tests
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
This commit is contained in:
parent
a23bb15abe
commit
79495812fb
@ -79,7 +79,6 @@ 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
|
||||
|
||||
@ -112,13 +111,11 @@ 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
|
||||
|
||||
|
@ -46,9 +46,6 @@ our @tests = (
|
||||
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",
|
||||
},
|
||||
@ -63,9 +60,6 @@ our @tests = (
|
||||
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",
|
||||
},
|
||||
@ -73,9 +67,6 @@ our @tests = (
|
||||
# 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",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user