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 16:44:18 +0000 (16:44 +0000)
commit9cf847d7056877f3d6b3f20c11ead8110eae951f
tree3fb0ed7e7e0a3541b385674e74aff4c451c1c8c3
parenta9669ddc64e9e383b48bfb7f802c845616d5f66e
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/2290)
test/ssl-tests/01-simple.conf
test/ssl-tests/01-simple.conf.in