boringssl/ssl/test/runner
David Benjamin ff26f09a05 Fix c.in.decrypt error handling in runner.
Part of this was we messed up the TLS 1.3 logic slightly, though the
root bug is https://go-review.googlesource.com/#/c/24709/.

Change-Id: I0a99b935f0e9a9c8edd5aa6cc56f3b2cb594703b
Reviewed-on: https://boringssl-review.googlesource.com/8583
Reviewed-by: Adam Langley <agl@google.com>
2016-07-07 17:28:36 +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 Add TLS 1.3 constants from draft 13 to Go. 2016-07-06 20:47:04 +00:00
cert.pem Inital import. 2014-06-20 13:17:32 -07: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 Add basic TLS Channel ID tests. 2014-08-26 17:40:36 +00:00
cipher_suites.go Change SignatureAndHashAlgorithm to SignatureScheme in Go. 2016-07-06 20:19:07 +00:00
common.go Add TLS 1.3 constants from draft 13 to Go. 2016-07-06 20:47:04 +00:00
conn.go Fix c.in.decrypt error handling in runner. 2016-07-07 17:28:36 +00:00
deterministic.go Add a deterministic PRNG for runner. 2016-06-08 20:15:48 +00:00
dtls.go Fix c.in.decrypt error handling in runner. 2016-07-07 17:28:36 +00:00
ecdsa_cert.pem Inital import. 2014-06-20 13:17:32 -07:00
ecdsa_key.pem Inital import. 2014-06-20 13:17:32 -07:00
handshake_client.go Extract certificate message processing in Go. 2016-07-06 22:30:43 +00:00
handshake_messages.go Rewrite Go Certificate and CertificateRequest serialization. 2016-07-06 22:27:18 +00:00
handshake_server.go Split ServerHello extensions into a separate struct. 2016-07-06 22:24:29 +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 Explicitly mark nearly every test at TLS 1.2. 2016-07-06 20:29:21 +00:00
key.pem Inital import. 2014-06-20 13:17:32 -07:00
packet_adapter.go Add tests for bad ChangeCipherSpecs. 2015-12-16 17:39:43 +00:00
prf.go Change SignatureAndHashAlgorithm to SignatureScheme in Go. 2016-07-06 20:19:07 +00:00
recordingconn.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +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 Add version tolerance tests for DTLS. 2016-07-06 23:18:46 +00:00
sign.go Change SignatureAndHashAlgorithm to SignatureScheme in Go. 2016-07-06 20:19:07 +00:00
test_output.go Make the runner tests a go “test” 2015-09-30 17:10:45 +00:00
ticket.go Make the runner tests a go “test” 2015-09-30 17:10:45 +00:00
tls.go Make the runner tests a go “test” 2015-09-30 17:10:45 +00:00