[issue21649] Mention "Recommendations for Secure Use of TLS and DTLS"

New submission from Antoine Pitrou: The IETF has a draft for TLS protocol recommendations, perhaps we can mention it in the ssl module docs: http://tools.ietf.org/html/draft-ietf-uta-tls-bcp ---------- assignee: docs@python components: Documentation messages: 219673 nosy: christian.heimes, docs@python, dstufft, giampaolo.rodola, janssen, pitrou priority: low severity: normal status: open title: Mention "Recommendations for Secure Use of TLS and DTLS" type: enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Christian Heimes added the comment: https://wiki.mozilla.org/Security/Server_Side_TLS is a good resource, too. ---------- versions: +Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Changes by Christian Heimes <lists@cheimes.de>: ---------- components: +SSL _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Changes by Christian Heimes <lists@cheimes.de>: ---------- pull_requests: +3394 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Christian Heimes added the comment: New changeset ad0ffa033ea79f7c7cb14b1b1cc10888ea9e9913 by Christian Heimes in branch 'master': bpo-21649: Add RFC 7525 and Mozilla server side TLS (#3387) https://github.com/python/cpython/commit/ad0ffa033ea79f7c7cb14b1b1cc10888ea9... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Changes by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- pull_requests: +3405 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Changes by Roundup Robot <devnull@psf.upfronthosting.co.za>: ---------- pull_requests: +3406 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Mariatta Wijaya added the comment: New changeset 1fc47b40af3e3e80902100a2baa472b19dd47010 by Mariatta (Miss Islington (bot)) in branch '3.6': [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399) https://github.com/python/cpython/commit/1fc47b40af3e3e80902100a2baa472b19dd... ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Mariatta Wijaya added the comment: New changeset ab4894bba6e51105706f9fa016821434256585cd by Mariatta (Miss Islington (bot)) in branch '2.7': [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400) https://github.com/python/cpython/commit/ab4894bba6e51105706f9fa016821434256... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________

Mariatta Wijaya added the comment: This has been backported. Closing the issue. Thanks all. ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue21649> _______________________________________
participants (4)
-
Antoine Pitrou
-
Christian Heimes
-
Mariatta Wijaya
-
Roundup Robot