[python] SSLv3 is disabled by default in SSLv23 method in OpenSSL

Robert Kuska rkuska at fedoraproject.org
Thu Dec 11 11:18:04 UTC 2014


commit d48eeff57af008aec7553722530015e327f21592
Author: Robert Kuska <rkuska at redhat.com>
Date:   Thu Dec 11 12:18:08 2014 +0100

    SSLv3 is disabled by default in SSLv23 method in OpenSSL

 python.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/python.spec b/python.spec
index 2e34041..650e1d4 100644
--- a/python.spec
+++ b/python.spec
@@ -907,6 +907,11 @@ Patch193: 00193-enable-loading-sqlite-extensions.patch
 Patch198: 00198-add-rewheel-module.patch
 %endif
 
+# OpenSSL disabled SSLv3 in SSLv23 method
+# This patch alters python tests to reflect this change
+# Issue: http://bugs.python.org/issue22638 Upstream discussion about SSLv3 in Python
+Patch199: 00199-alter-tests-to-reflect-sslv3-disabled.patch
+
 # (New patches go here ^^^)
 #
 # When adding new patches to "python" and "python3" in Fedora 17 onwards,
@@ -1268,6 +1273,7 @@ mv Modules/cryptmodule.c Modules/_cryptmodule.c
 # 00197: upstream as of Python 2.7.9
 %if 0%{with_rewheel}
 %patch198 -p1
+%patch199 -p1
 %endif
 
 
@@ -2121,6 +2127,7 @@ rm -fr %{buildroot}
 - Update to 2.7.9
 - Refreshed patches: #55, #137, #146, #153, #156, #198
 - Dropped patches: #196, #197
+- New patch: #199
 - Added the rewheel module
 
 * Mon Nov 24 2014 Matej Stuchlik <mstuchli at redhat.com> - 2.7.8-10


More information about the scm-commits mailing list