]> granicus.if.org Git - python/commit
Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 22 Mar 2014 17:13:50 +0000 (18:13 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 22 Mar 2014 17:13:50 +0000 (18:13 +0100)
commit0bebbc33faae7ac10e7a7980b260e786f05d81bf
tree3a14bed28319e8cd67e99b6e5febe0befbbc6e08
parent79ccaa2cad2a13f0da2f900a0f9f61cd6b619c99
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)
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c