[openssl-commits] [openssl] OpenSSL source code branch master updated. 995207bedcc58f2fa1bd7c460ee530b92c7dfbfe

Kurt Roeckx kurt at openssl.org
Mon Dec 15 17:12:14 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL source code".

The branch, master has been updated
       via  995207bedcc58f2fa1bd7c460ee530b92c7dfbfe (commit)
      from  56999ba5891e917763fba4e203f430037ee8ee0d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 995207bedcc58f2fa1bd7c460ee530b92c7dfbfe
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Wed Dec 10 13:38:57 2014 +0100

    Allow using -SSLv2 again when setting Protocol in the config.
    
    RT#3625
    
    Reviewed-by: Emilia Käsper <emilia at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 ssl/ssl_conf.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ssl/ssl_conf.c b/ssl/ssl_conf.c
index 3785b4f..95ca88a 100644
--- a/ssl/ssl_conf.c
+++ b/ssl/ssl_conf.c
@@ -333,6 +333,7 @@ static int cmd_Protocol(SSL_CONF_CTX *cctx, const char *value)
 	static const ssl_flag_tbl ssl_protocol_list[] =
 		{
 		SSL_FLAG_TBL_INV("ALL", SSL_OP_NO_SSL_MASK),
+		SSL_FLAG_TBL_INV("SSLv2", SSL_OP_NO_SSLv2),
 		SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3),
 		SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1),
 		SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1),


hooks/post-receive
-- 
OpenSSL source code


More information about the openssl-commits mailing list