Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fc47b4

Browse files
miss-islingtonMariatta
authored andcommitted
[3.6] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3399)
Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit ad0ffa0)
1 parent e29ab7e commit 1fc47b4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/library/ssl.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,3 +2321,9 @@ successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
23212321

23222322
`IANA TLS: Transport Layer Security (TLS) Parameters <https://www.iana.org/assignments/tls-parameters/tls-parameters.xml>`_
23232323
IANA
2324+
2325+
`RFC 7525: Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) <https://tools.ietf.org/html/rfc7525>`_
2326+
IETF
2327+
2328+
`Mozilla's Server Side TLS recommendations <https://wiki.mozilla.org/Security/Server_Side_TLS>`_
2329+
Mozilla
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add RFC 7525 and Mozilla server side TLS links to SSL documentation.

0 commit comments

Comments
 (0)