Revert "Temporarily break a handful of tests."

This reverts commit a921d550d0.
This commit is contained in:
David Benjamin 2015-05-04 20:20:48 -04:00
parent e7b32c30e1
commit 687937304b
2 changed files with 2 additions and 2 deletions

View File

@ -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) ||

View File

@ -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,