TLS 1.3 client sigalgs test no longer needs TLS 1.2
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 5 Apr 2017 18:32:18 +0000 (13:32 -0500)
committerMatt Caswell <matt@openssl.org>
Mon, 12 Jun 2017 08:19:05 +0000 (09:19 +0100)
commit0e1e4045c469f03294e33c0344d882e71dbd0d07
tree185c762a9f618530d585f38b0ef893ed4bebff47
parentcf34d54d82c1e51d018e81a95ea4a70598070eb3
TLS 1.3 client sigalgs test no longer needs TLS 1.2

Per the TODO comment, we now have proper certificate selection for
TLS 1.3 client certificates, so this test can move into its own
block.  (It cannot merge with the previous block, as it requires EC.)

Verified that the test passes when configured with enable-tls1_3
no-tls1 no-tls1_1 no-tls1_2.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3131)
test/recipes/70-test_sslsigalgs.t