diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-11-12 06:38:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-11-12 06:38:41 (GMT) |
commit | a9dcdabccb1a1f7c76030c0b188ecaf7ab599e57 (patch) | |
tree | 2882780efa009d163ef576cc082efa65d050c88e /Misc/NEWS | |
parent | eda06c8f5e7d7ed5ff79c2c5296253f8f14b7f28 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |