summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-03-05 03:11:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-03-05 03:11:48 (GMT)
commitb64ae7bf2dcc010e6f0414d365e1ee4caba58ef0 (patch)
tree680f42ee0cf90cc88c41af0727fb1fa94cc09453 /Misc
parent2f0441f03f71c658148bff60be46585f56670d1f (diff)
parentfdb19715879babc580f63bc129f5b0ff46482d1c (diff)
downloadcpython-b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0.zip
cpython-b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0.tar.gz
cpython-b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0.tar.bz2
merge 3.4 (#23476)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 40d8228..2e9a85d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #23476: In the ssl module, enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST
+ flag on certificate stores when it is available.
+
- Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the
SSL layer but the underlying connection hasn't been closed.