boringssl/ssl/test
David Benjamin de620d9c87 runner: Require the CertificateVerify signature and hash to match.
This change can probably be ported over to upstream crypto/tls. The current Go
TLS implementation ignores the signature and hash algorithm lists in
CertificateVerify and CertificateRequest. Take these into account so that our
tests assert OpenSSL fills them out correctly.

Also fix a bug in the original code where 'err' within the switch block get
shadowed.

Change-Id: I5d9c0b31ebb4662ecc767ed885a20707f0e86216
Reviewed-on: https://boringssl-review.googlesource.com/1253
Reviewed-by: Adam Langley <agl@google.com>
2014-07-21 15:59:48 +00:00
..
runner runner: Require the CertificateVerify signature and hash to match. 2014-07-21 15:59:48 +00:00
bssl_shim.cc Port ssl3_get_client_hello to CBS. 2014-07-15 18:30:09 +00:00
CMakeLists.txt Add some basic server tests to runner.go. 2014-07-02 22:52:02 +00:00