]> granicus.if.org Git - python/commit
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20...
authorChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 18:07:58 +0000 (20:07 +0200)
committerChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 18:07:58 +0000 (20:07 +0200)
commitac041c0aa721e2672dfb684562b08ad5465b76b1
tree0dda587a7a25ea57331d9122d1ce0cd82f099f83
parentd953f8e10bad887220d099676b36a86411afdf8f
parent03d13c0cbfe912eb0f9b9a02987b9e569f25fe19
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Doc/library/ssl.rst
Lib/ssl.py
Misc/NEWS