diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-05 03:11:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-05 03:11:48 (GMT) |
commit | b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0 (patch) | |
tree | 680f42ee0cf90cc88c41af0727fb1fa94cc09453 /Misc | |
parent | 2f0441f03f71c658148bff60be46585f56670d1f (diff) | |
parent | fdb19715879babc580f63bc129f5b0ff46482d1c (diff) | |
download | cpython-b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0.zip cpython-b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0.tar.gz cpython-b64ae7bf2dcc010e6f0414d365e1ee4caba58ef0.tar.bz2 |
merge 3.4 (#23476)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |