boringssl/ssl/test/runner
David Benjamin b61b4de6df Fix runner.go session ticket support.
Some test code to insert a bogus session ticket was retained. Also,
decryptTicket mutated its input, in turn, mutating the ClientHello,
breaking the Finished hash.

The latter fix should probably be merged upstream.

Change-Id: I6949f842c67e19df8742561fb0b849af9f5f099d
Reviewed-on: https://boringssl-review.googlesource.com/1290
Reviewed-by: Adam Langley <agl@google.com>
2014-07-23 15:31:24 +00:00
..
alert.go Inital import. 2014-06-20 13:17:32 -07:00
cert.pem Inital import. 2014-06-20 13:17:32 -07:00
cipher_suites.go Implement TLS_FALLBACK_SCSV support for the client. 2014-06-23 12:03:11 -07:00
common.go Add SkipChangeCipherSpec tests. 2014-07-21 02:14:13 +00:00
conn.go Fix test of first of 255 CBC padding bytes. 2014-06-20 13:17:37 -07: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 runner: Require the CertificateVerify signature and hash to match. 2014-07-21 15:59:48 +00:00
handshake_messages.go Check duplicate extensions before processing. 2014-07-08 22:17:59 +00:00
handshake_server.go Fix runner.go session ticket support. 2014-07-23 15:31:24 +00:00
key_agreement.go Add UnauthenticatedECDH bug test. 2014-07-14 20:50:09 +00:00
key.pem Inital import. 2014-06-20 13:17:32 -07:00
prf.go runner: Require the CertificateVerify signature and hash to match. 2014-07-21 15:59:48 +00:00
runner.go Add SkipChangeCipherSpec-Server-NPN test. 2014-07-21 19:24:32 +00:00
ticket.go Fix runner.go session ticket support. 2014-07-23 15:31:24 +00:00
tls.go Inital import. 2014-06-20 13:17:32 -07:00