summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-11-12 06:38:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-11-12 06:38:41 (GMT)
commita9dcdabccb1a1f7c76030c0b188ecaf7ab599e57 (patch)
tree2882780efa009d163ef576cc082efa65d050c88e /Misc/NEWS
parenteda06c8f5e7d7ed5ff79c2c5296253f8f14b7f28 (diff)
downloadcpython-a9dcdabccb1a1f7c76030c0b188ecaf7ab599e57.zip
cpython-a9dcdabccb1a1f7c76030c0b188ecaf7ab599e57.tar.gz
cpython-a9dcdabccb1a1f7c76030c0b188ecaf7ab599e57.tar.bz2
always set OP_NO_SSLv3 by default (closes #25530)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf81afe..89f6d83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,9 @@ Library
at the end if the FileInput was opened with binary mode.
Patch by Ryosuke Ito.
+- Issue #25530: Disable the vulnerable SSLv3 protocol by default when creating
+ ssl.SSLContext.
+
- Issue #25569: Fix memory leak in SSLSocket.getpeercert().
- Issue #21827: Fixed textwrap.dedent() for the case when largest common