Revert "Temporarily break a handful of tests."
This reverts commit a921d550d0
.
This commit is contained in:
parent
e7b32c30e1
commit
687937304b
@ -495,7 +495,7 @@ int main(void) {
|
||||
!TestDefaultVersion(SSL3_VERSION, &SSLv3_method) ||
|
||||
!TestDefaultVersion(TLS1_VERSION, &TLSv1_method) ||
|
||||
!TestDefaultVersion(TLS1_1_VERSION, &TLSv1_1_method) ||
|
||||
!TestDefaultVersion(TLS1_1_VERSION, &TLSv1_2_method) ||
|
||||
!TestDefaultVersion(TLS1_2_VERSION, &TLSv1_2_method) ||
|
||||
!TestDefaultVersion(0, &DTLS_method) ||
|
||||
!TestDefaultVersion(DTLS1_VERSION, &DTLSv1_method) ||
|
||||
!TestDefaultVersion(DTLS1_2_VERSION, &DTLSv1_2_method) ||
|
||||
|
@ -1607,7 +1607,7 @@ func addCipherSuiteTests() {
|
||||
MaxVersion: ver.version,
|
||||
CipherSuites: []uint16{suite.id},
|
||||
Certificates: []Certificate{cert},
|
||||
PreSharedKey: []byte("WRONG PSK"),
|
||||
PreSharedKey: []byte(psk),
|
||||
PreSharedKeyIdentity: pskIdentity,
|
||||
},
|
||||
flags: flags,
|
||||
|
Loading…
Reference in New Issue
Block a user