boringssl/ssl/test/runner
David Benjamin 8bc38f556a DTLS version negotiation doesn't happen at HelloVerifyRequest.
RFC 6347 changed the meaning of server_version in HelloVerifyRequest. It should
now always be 1.0 with version negotiation not happening until ServerHello. Fix
runner.go logic and remove #if-0'd code in dtls1_get_hello_verify.

Enforce this in the runner for when we get DTLS 1.2 tests.

Change-Id: Ice83628798a231df6bf268f66b4c47b14a519386
Reviewed-on: https://boringssl-review.googlesource.com/1552
Reviewed-by: Adam Langley <agl@google.com>
2014-08-18 18:07:43 +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 Test-only DTLS implementation in runner.go. 2014-08-13 23:43:38 +00:00
common.go Test-only DTLS implementation in runner.go. 2014-08-13 23:43:38 +00:00
conn.go Test-only DTLS implementation in runner.go. 2014-08-13 23:43:38 +00:00
dtls.go Test-only DTLS implementation in runner.go. 2014-08-13 23:43:38 +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 DTLS version negotiation doesn't happen at HelloVerifyRequest. 2014-08-18 18:07:43 +00:00
handshake_messages.go Test-only DTLS implementation in runner.go. 2014-08-13 23:43:38 +00:00
handshake_server.go DTLS version negotiation doesn't happen at HelloVerifyRequest. 2014-08-18 18:07:43 +00:00
key_agreement.go Get SSL 3.0 server tests working. 2014-08-14 21:42:36 +00:00
key.pem Inital import. 2014-06-20 13:17:32 -07:00
packet_adapter.go Add initial DTLS tests. 2014-08-14 16:55:45 +00:00
prf.go runner: Require the CertificateVerify signature and hash to match. 2014-07-21 15:59:48 +00:00
runner.go Get SSL 3.0 server tests working. 2014-08-14 21:42:36 +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