Add TLS 1.3 certificate selection tests.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 1 Feb 2017 13:29:45 +0000 (13:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 2 Feb 2017 14:45:11 +0000 (14:45 +0000)
commit53f0873714a2bfd4114f0d65f9dafe476f153f6b
treedc069af205836f9c25188b6a809f4ec9aa460180
parent612ca8067ad8398a2d3d4a65c2980b3e1aede68f
Add TLS 1.3 certificate selection tests.

For TLS 1.3 we select certificates with signature algorithms extension
only. For ECDSA+SHA384 there is the additional restriction that the
curve must be P-384: since the test uses P-256 this should fail.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2339)
test/recipes/80-test_ssl_new.t
test/ssl-tests/20-cert-select.conf
test/ssl-tests/20-cert-select.conf.in