boringssl/ssl/test/runner
David Benjamin c87ebdec57 Fix up TLS 1.3 PSK placeholder logic in the Go code.
We need EnableAllCiphers to make progress so, temporarily, defer the PSK
error. Also flip a true/false bug in the OCSP stapling logic.

Change-Id: Iad597c84393e1400c42b8b290eedc16f73f5ed30
Reviewed-on: https://boringssl-review.googlesource.com/8766
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2016-07-13 22:17:44 +00:00
..
curve25519 Bundle a copy of golang.org/x/crypto/curve25519 for testing. 2015-12-22 17:47:53 +00:00
newhope Avoid overflow in newhope.go. 2016-06-08 20:10:48 +00:00
poly1305 Switch the bundled poly1305 to relative imports. 2015-12-22 17:47:28 +00:00
alert.go Implement basic TLS 1.3 client handshake in Go. 2016-07-07 23:28:27 +00:00
cert.pem Adding RSA-PSS signature algorithms. 2016-07-12 19:10:51 +00:00
chacha20_poly1305_test.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +00:00
chacha20_poly1305.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +00:00
channel_id_key.pem
cipher_suites.go Implement basic TLS 1.3 client handshake in Go. 2016-07-07 23:28:27 +00:00
common.go Implement TLS 1.3's downgrade signal. 2016-07-12 19:17:43 +00:00
conn.go Test that stray HelloRequests during the handshake are ignored. 2016-07-11 18:25:32 +00:00
deterministic.go Add a deterministic PRNG for runner. 2016-06-08 20:15:48 +00:00
dtls.go Add tests for packed handshake records in TLS. 2016-07-07 23:23:20 +00:00
ecdsa_p256_cert.pem Match ECDSA curve with hash in tests. 2016-07-12 18:26:14 +00:00
ecdsa_p256_key.pem Match ECDSA curve with hash in tests. 2016-07-12 18:26:14 +00:00
ecdsa_p384_cert.pem Match ECDSA curve with hash in tests. 2016-07-12 18:26:14 +00:00
ecdsa_p384_key.pem Match ECDSA curve with hash in tests. 2016-07-12 18:26:14 +00:00
ecdsa_p521_cert.pem Match ECDSA curve with hash in tests. 2016-07-12 18:26:14 +00:00
ecdsa_p521_key.pem Match ECDSA curve with hash in tests. 2016-07-12 18:26:14 +00:00
handshake_client.go Implement client certificates for TLS 1.3 in Go. 2016-07-12 19:23:28 +00:00
handshake_messages.go Set m.raw in encryptedExtensionsMsg. 2016-07-13 20:55:07 +00:00
handshake_server.go Fix up TLS 1.3 PSK placeholder logic in the Go code. 2016-07-13 22:17:44 +00:00
hkdf_test.go Add Go HKDF implementation with test. 2016-07-06 22:25:43 +00:00
hkdf.go Add Go HKDF implementation with test. 2016-07-06 22:25:43 +00:00
key_agreement.go Remove ourSigAlgs parameter to selectSignatureAlgorithm. 2016-07-12 19:14:26 +00:00
key.pem Adding RSA-PSS signature algorithms. 2016-07-12 19:10:51 +00:00
packet_adapter.go Add tests for bad ChangeCipherSpecs. 2015-12-16 17:39:43 +00:00
prf.go Don't crash on EnableAllCiphers in deriveTrafficAEAD. 2016-07-13 21:24:05 +00:00
recordingconn.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +00:00
rsa_1024_cert.pem Account for key size when selecting RSA-PSS. 2016-07-13 15:32:05 +00:00
rsa_1024_key.pem Account for key size when selecting RSA-PSS. 2016-07-13 15:32:05 +00:00
runner_test.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +00:00
runner.go Temporarily skip resumption in 1.3 cipher suite tests. 2016-07-13 21:22:00 +00:00
sign.go Remove ourSigAlgs parameter to selectSignatureAlgorithm. 2016-07-12 19:14:26 +00:00
test_output.go
ticket.go
tls.go