[Python-checkins] [3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)

Mariatta webhook-mailer at python.org
Wed Sep 6 20:31:34 EDT 2017


https://github.com/python/cpython/commit/1fc47b40af3e3e80902100a2baa472b19dd47010
commit: 1fc47b40af3e3e80902100a2baa472b19dd47010
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017-09-06T17:31:30-07:00
summary:

[3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)

Signed-off-by: Christian Heimes <christian at python.org>
(cherry picked from commit ad0ffa033ea79f7c7cb14b1b1cc10888ea9e9913)

files:
A Misc/NEWS.d/next/Documentation/2017-09-06-10-11-57.bpo-21649.EUvqA9.rst
M Doc/library/ssl.rst

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 357f65a3faf..0f09b3f0662 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -2321,3 +2321,9 @@ successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
 
    `IANA TLS: Transport Layer Security (TLS) Parameters <https://www.iana.org/assignments/tls-parameters/tls-parameters.xml>`_
        IANA
+
+   `RFC 7525: Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) <https://tools.ietf.org/html/rfc7525>`_
+       IETF
+
+   `Mozilla's Server Side TLS recommendations <https://wiki.mozilla.org/Security/Server_Side_TLS>`_
+       Mozilla
diff --git a/Misc/NEWS.d/next/Documentation/2017-09-06-10-11-57.bpo-21649.EUvqA9.rst b/Misc/NEWS.d/next/Documentation/2017-09-06-10-11-57.bpo-21649.EUvqA9.rst
new file mode 100644
index 00000000000..a09985aa3d8
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2017-09-06-10-11-57.bpo-21649.EUvqA9.rst
@@ -0,0 +1 @@
+Add RFC 7525 and Mozilla server side TLS links to SSL documentation.



More information about the Python-checkins mailing list