commit | b1ebba5bd569ede9b6f9573d6618fb3a6abddae5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Mar 04 22:11:12 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Mar 04 22:11:12 2015 -0500 |
tree | 5dbb4bf92d461244db3722469bc6eb45df7534d5 | |
parent | 34c8d9830699c9695284862b879e28480596330d [diff] [blame] |
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
diff --git a/Misc/NEWS b/Misc/NEWS index c480033..1999d84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ 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.