Skip to content

Commit 3f439d1

Browse files
miss-islingtonagnosticdev
authored andcommitted
bpo-33045: Fix typos in SSL documentation (GH-6065)
(cherry picked from commit 9cf8c42) Co-authored-by: Matt Eaton <agnosticdev@gmail.com>
1 parent d082634 commit 3f439d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ to speed up repeated connections from the same clients.
15391539

15401540
.. method:: SSLContext.load_dh_params(dhfile)
15411541

1542-
Load the key generation parameters for Diffie-Helman (DH) key exchange.
1542+
Load the key generation parameters for Diffie-Hellman (DH) key exchange.
15431543
Using DH key exchange improves forward secrecy at the expense of
15441544
computational resources (both on the server and on the client).
15451545
The *dhfile* parameter should be the path to a file containing DH
@@ -2343,7 +2343,7 @@ with LibreSSL.
23432343
Documentation of underlying :mod:`socket` class
23442344

23452345
`SSL/TLS Strong Encryption: An Introduction <https://httpd.apache.org/docs/trunk/en/ssl/ssl_intro.html>`_
2346-
Intro from the Apache webserver documentation
2346+
Intro from the Apache HTTP Server documentation
23472347

23482348
`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <https://www.ietf.org/rfc/rfc1422>`_
23492349
Steve Kent

0 commit comments

Comments
 (0)