]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 16:16:51 +0000 (17:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 16:16:51 +0000 (17:16 +0100)
commit923df6f22a4a9ca0e2d5f15b29ec747ce00cd606
treef6d96b4d24957014b3a410df4f70fa8ddee6ab5a
parentd1301953fe355bc6637f33a4985c950bcfc73adf
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
key exchange, through the SSLContext.set_ecdh_curve() method and the
ssl.OP_SINGLE_ECDH_USE option.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/ssl_servers.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c