]> 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:06:47 +0000 (20:06 +0200)
committerChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 18:06:47 +0000 (20:06 +0200)
commitd988f429fe43808345812ef63dfa8da170c61871
treeb6cfaa64ec508879871d8046123dae51f4ad2a47
parent499378f0879ad625b47f0873616d5efd19b80901
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Doc/library/ssl.rst
Lib/ssl.py
Misc/NEWS