]> 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:14:57 +0000 (18:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 22 Mar 2014 17:14:57 +0000 (18:14 +0100)
commit39b7fce82d0ac9075235caa628a2b08e0503685b
treee01e9995656544d16e0ace1766259d1eb2335a36
parent92497a42b7fac82363182e030d458704779a787e
parent0bebbc33faae7ac10e7a7980b260e786f05d81bf
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)
Misc/NEWS