]> granicus.if.org Git - python/commit
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Dec 2011 09:03:38 +0000 (10:03 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Dec 2011 09:03:38 +0000 (10:03 +0100)
commit0e576f1f50df1201c56bff7573ab8576e8ab2041
treee6934d5a26fc1b6604b79046877b788cd75b22f4
parent5ad1af076c3e2b888c8b9401efe1201738e9962c
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/ssl_servers.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c
Python/fileutils.c