From 09309a5511ba9957b1a5deb17830c9a8d4750af3 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 7 Feb 2015 01:20:36 -0600 Subject: [PATCH] www/pound: SSL protocol disablement patch replaced by Disable config verb --- cdn/ports/www/pound/files/patch-disable_sslv23.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 cdn/ports/www/pound/files/patch-disable_sslv23.patch diff --git a/cdn/ports/www/pound/files/patch-disable_sslv23.patch b/cdn/ports/www/pound/files/patch-disable_sslv23.patch deleted file mode 100644 index 4a89326..0000000 --- a/cdn/ports/www/pound/files/patch-disable_sslv23.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- config.c.orig 2011-12-28 13:57:45 UTC -+++ config.c -@@ -1111,6 +1111,8 @@ - SSL_CTX_set_session_id_context(pc->ctx, (unsigned char *)lin, strlen(lin)); - SSL_CTX_set_tmp_rsa_callback(pc->ctx, RSA_tmp_callback); - SSL_CTX_set_tmp_dh_callback(pc->ctx, DH_tmp_callback); -+ SSL_CTX_set_options(pc->ctx, SSL_OP_NO_SSLv3); -+ SSL_CTX_set_options(pc->ctx, SSL_OP_NO_SSLv2); - } - return res; - } else { -- 2.42.0