Commit graph

2 commits

Author SHA1 Message Date
Matt Caswell
0ee4f13bba Silence some "maybe used uninitialised" warnings
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-08-22 09:25:12 +01:00
Matt Caswell
1b1d8ae49a 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>
2016-03-01 11:20:35 +00:00