boringssl/ssl/test/runner
Adam Langley af0e32cb84 Add SSL_get_tls_unique.
SSL_get_tls_unique returns the tls-unique channel-binding value as
defined in https://tools.ietf.org/html/rfc5929#section-3.1.

Change-Id: Id9644328a7db8a91cf3ff0deee9dd6ce0d3e00ba
Reviewed-on: https://boringssl-review.googlesource.com/4984
Reviewed-by: Adam Langley <agl@google.com>
2015-06-04 22:10:22 +00:00
..
alert.go
cert.pem
chacha20_poly1305_test.go Add tests for CHACHA20_POLY1305 ciphers. 2015-04-08 20:47:08 +00:00
chacha20_poly1305.go Add tests for CHACHA20_POLY1305 ciphers. 2015-04-08 20:47:08 +00:00
channel_id_key.pem
cipher_suites.go Add tests for CHACHA20_POLY1305 ciphers. 2015-04-08 20:47:08 +00:00
common.go Add SSL_get_tls_unique. 2015-06-04 22:10:22 +00:00
conn.go Add SSL_get_tls_unique. 2015-06-04 22:10:22 +00:00
dtls.go Fix DTLS handling of multiple records in a packet. 2015-05-29 22:59:38 +00:00
ecdsa_cert.pem
ecdsa_key.pem
handshake_client.go Add SSL_get_tls_unique. 2015-06-04 22:10:22 +00:00
handshake_messages.go
handshake_server.go Add SSL_get_tls_unique. 2015-06-04 22:10:22 +00:00
key_agreement.go Set minimum DH group size to 1024 bits. 2015-05-20 18:35:31 +00:00
key.pem
packet_adapter.go runner: fix a couple of nits from govet. 2015-04-17 21:45:50 +00:00
poly1305.go Add tests for CHACHA20_POLY1305 ciphers. 2015-04-08 20:47:08 +00:00
prf.go Test that signature_algorithm preferences are enforced. 2015-03-20 18:23:54 +00:00
recordingconn.go
runner.go Add SSL_get_tls_unique. 2015-06-04 22:10:22 +00:00
test_output.go runner and all_tests should exit with failure on failing tests. 2015-04-06 20:49:54 +00:00
ticket.go
tls.go