From: Antoine Pitrou Date: Sat, 22 Mar 2014 17:14:57 +0000 (+0100) Subject: Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH... X-Git-Tag: v3.5.0a1~2050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b7fce82d0ac9075235caa628a2b08e0503685b;p=python Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". (should also fix a buildbot failure introduced by #20995) --- 39b7fce82d0ac9075235caa628a2b08e0503685b diff --cc Misc/NEWS index ade246c340,6b527ea440..15479393fa --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -23,8 -21,10 +23,12 @@@ Core and Builtin Library ------- + - Issue #21015: SSL contexts will now automatically select an elliptic + curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise + default to "prime256v1". + +- Issue #21000: Improve the command-line interface of json.tool. + - Issue #20995: Enhance default ciphers used by the ssl module to enable better security an prioritize perfect forward secrecy.