boringssl/ssl/test/runner
David Benjamin 87e4acd2f5 Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start.
Based on whether -false-start is passed, we expect SSL_CB_HANDSHAKE_DONE to or
not to fire. Also add a flag that asserts SSL_CB_HANDSHAKE_DONE does *not* fire
in any False Start test where the handshake fails after SSL_connect returns.

Change-Id: I6c5b960fff15e297531e15b16abe0b98be95bec8
Reviewed-on: https://boringssl-review.googlesource.com/4212
Reviewed-by: Adam Langley <agl@google.com>
2015-04-06 17:39:46 +00:00
..
alert.go
cert.pem
channel_id_key.pem Add basic TLS Channel ID tests. 2014-08-26 17:40:36 +00:00
cipher_suites.go Test that we reject RSA ServerKeyExchange more thoroughly. 2015-02-26 21:26:37 +00:00
common.go Test that bad Finished messages are rejected. 2015-04-06 17:38:03 +00:00
conn.go Test that warning alerts are ignored. 2015-03-25 15:25:28 +00:00
dtls.go Rework DTLS handshake message reassembly logic. 2015-03-10 00:56:45 +00:00
ecdsa_cert.pem
ecdsa_key.pem
handshake_client.go Test that bad Finished messages are rejected. 2015-04-06 17:38:03 +00:00
handshake_messages.go Add tests for OCSP stapling and SCT lists. 2014-12-02 19:26:01 +00:00
handshake_server.go Test that bad Finished messages are rejected. 2015-04-06 17:38:03 +00:00
key_agreement.go Test that signature_algorithm preferences are enforced. 2015-03-20 18:23:54 +00:00
key.pem
packet_adapter.go Add DTLS timeout and retransmit tests. 2015-02-03 00:40:58 +00:00
prf.go Test that signature_algorithm preferences are enforced. 2015-03-20 18:23:54 +00:00
recordingconn.go Extended master secret support. 2014-10-24 21:19:44 +00:00
runner.go Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start. 2015-04-06 17:39:46 +00:00
test_output.go Add support for Chromium's JSON test result format. 2015-02-17 23:37:12 +00:00
ticket.go Extended master secret support. 2014-10-24 21:19:44 +00:00
tls.go Add DTLS replay tests. 2014-11-10 23:58:56 +00:00