Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305.

This commit is contained in:
Christian Heimes
2016-09-06 20:06:47 +02:00
parent 499378f087
commit d988f429fe
3 changed files with 33 additions and 15 deletions

View File

@@ -280,6 +280,12 @@ purposes.
RC4 was dropped from the default cipher string.
.. versionchanged:: 2.7.13
ChaCha20/Poly1305 was added to the default cipher string.
3DES was dropped from the default cipher string.
.. function:: _https_verify_certificates(enable=True)
Specifies whether or not server certificates are verified when creating