Add a test for SSLv2 configuration
authorMatt Caswell <matt@openssl.org>
Fri, 19 Feb 2016 11:38:25 +0000 (11:38 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 1 Mar 2016 11:20:35 +0000 (11:20 +0000)
commit1b1d8ae49a41c89a33d9902fc7304cf8accc3f67
treead17cdad9fcfab735924fbdc63e7131309a834d3
parent021fb42dd0cf2bf985b0e26ca50418eb42c00d09
Add a test for SSLv2 configuration

SSLv2 should be off by default. You can only turn it on if you have called
SSL_CTX_clear_options(SSL_OP_NO_SSLv2) or
SSL_clear_options(SSL_OP_NO_SSLv2). You should not be able to inadvertantly
turn it on again via SSL_CONF without having done that first.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
ssl/Makefile
ssl/sslv2conftest.c [new file with mode: 0644]
test/Makefile