From: Dr. Stephen Henson Date: Tue, 4 Jul 2017 12:07:22 +0000 (+0100) Subject: Add additional ECDSA/Ed25519 selection tests. X-Git-Tag: OpenSSL_1_1_1-pre1~1056 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=50a3a1f04ba56249d48112e04a6b303b44512fc7;hp=50a3a1f04ba56249d48112e04a6b303b44512fc7 Add additional ECDSA/Ed25519 selection tests. Add two tests with ECDSA+SHA256 preferred over Ed25519, the second also excludes P-256 from the supported curves extension which will force the use of Ed25519 in TLS 1.2, but not TLS 1.3: this would fail before the certificate table updates. Add TLS 1.3 test also with P-256 exclude from the groups extension: this should have no effect as the groups extension is not used for signature selection in TLS 1.3 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3858) ---