Add server signature algorithm bug test.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 Jan 2017 18:43:13 +0000 (18:43 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jan 2017 17:58:21 +0000 (17:58 +0000)
commit89d0853a7fe12d6ae79d148425717fed740ae136
tree328f2421615fffdff66743560136da865cb9ca90
parent3f60b8fbdc9b17572a86457fe5b11437c0d3fbc2
Add server signature algorithm bug test.

Add a client authentication signature algorithm to simple
ssl test and a server signature algorithm. Since we don't
do client auth this should have no effect. However if we
use client auth signature algorithms by mistake this will
abort the handshake with a no shared signature algorithms
error.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2297)
test/ssl-tests/01-simple.conf
test/ssl-tests/01-simple.conf.in