]> 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)
commit03d13c0cbfe912eb0f9b9a02987b9e569f25fe19
tree280ce194ae1bb849fb586da92e4de7e636f08476
parentcbef66d7111624381eba9c4cf734e4017f4d7c3f
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.
Doc/library/ssl.rst
Lib/ssl.py
Misc/NEWS