boringssl/ssl/test/runner
David Benjamin 325b5c3667 Fix FallbackSCSV test.
It wasn't actually testing SSL_enable_fallback_scsv, just that not calling it
didn't send an SCSV. Plumb the 'flag' parameter to testCase through and add a
test that asserts it does get sent when expected. (Make it a []string since Go
doesn't distinguish nil string from "" and for flexibility.)

Change-Id: I124c01e045aebbed5c1d87b7196de7c2026f26f3
Reviewed-on: https://boringssl-review.googlesource.com/1071
Reviewed-by: Adam Langley <agl@google.com>
2014-07-02 00:30:29 +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 Implement TLS_FALLBACK_SCSV support for the client. 2014-06-23 12:03:11 -07: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 Inital import. 2014-06-20 13:17:32 -07:00
handshake_messages.go Inital import. 2014-06-20 13:17:32 -07:00
handshake_server.go Implement TLS_FALLBACK_SCSV support for the client. 2014-06-23 12:03:11 -07:00
key_agreement.go Inital import. 2014-06-20 13:17:32 -07:00
key.pem Inital import. 2014-06-20 13:17:32 -07:00
prf.go Inital import. 2014-06-20 13:17:32 -07:00
runner.go Fix FallbackSCSV test. 2014-07-02 00:30:29 +00:00
ticket.go Inital import. 2014-06-20 13:17:32 -07:00
tls.go Inital import. 2014-06-20 13:17:32 -07:00