]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20... 1487/head
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 10 Mar 2017 00:49:11 +0000 (01:49 +0100)
committerlarryhastings <larry@hastings.org>
Fri, 10 Mar 2017 00:49:11 +0000 (16:49 -0800)
commitfa53dbdec818b0f2a0e22ca12a49d83ec948fc91
treee916a0afa3e469159ec2594c540c339f33653e90
parentf37b0cb230069481609b0bb06891b5dd26320504
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. (#224)

Backport: replace 3.5.3 with 3.4.7 in the doc versionchanged.

(cherry picked from commit 03d13c0cbfe912eb0f9b9a02987b9e569f25fe19)
Doc/library/ssl.rst
Lib/ssl.py
Misc/NEWS