From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 11 Mar 2018 01:26:01 +0000 (-0800) Subject: bpo-33045: Fix typos in SSL documentation (GH-6065) X-Git-Tag: v3.6.5rc1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f439d14ad48f5d4f6017fc814326fb1f6237b53;p=python bpo-33045: Fix typos in SSL documentation (GH-6065) (cherry picked from commit 9cf8c42f3231d3f066670d087a997bd1278482a0) Co-authored-by: Matt Eaton --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index fc68e30714..677e945347 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1539,7 +1539,7 @@ to speed up repeated connections from the same clients. .. method:: SSLContext.load_dh_params(dhfile) - Load the key generation parameters for Diffie-Helman (DH) key exchange. + Load the key generation parameters for Diffie-Hellman (DH) key exchange. Using DH key exchange improves forward secrecy at the expense of computational resources (both on the server and on the client). The *dhfile* parameter should be the path to a file containing DH @@ -2343,7 +2343,7 @@ with LibreSSL. Documentation of underlying :mod:`socket` class `SSL/TLS Strong Encryption: An Introduction `_ - Intro from the Apache webserver documentation + Intro from the Apache HTTP Server documentation `RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management `_ Steve Kent