You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/library/ssl.rst
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -378,9 +378,9 @@ Certificate handling
378
378
Verify that *cert* (in decoded format as returned by
379
379
:meth:`SSLSocket.getpeercert`) matches the given *hostname*. The rules
380
380
applied are those for checking the identity of HTTPS servers as outlined
381
-
in :rfc:`2818`and :rfc:`6125`. In addition to HTTPS, this function
382
-
should be suitable for checking the identity of servers in various
383
-
SSL-based protocols such as FTPS, IMAPS, POPS and others.
381
+
in :rfc:`2818`, :rfc:`5280` and :rfc:`6125`. In addition to HTTPS, this
382
+
function should be suitable for checking the identity of servers in
383
+
various SSL-based protocols such as FTPS, IMAPS, POPS and others.
384
384
385
385
:exc:`CertificateError` is raised on failure. On success, the function
386
386
returns nothing::
@@ -824,7 +824,7 @@ Constants
824
824
.. data:: HAS_SNI
825
825
826
826
Whether the OpenSSL library has built-in support for the *Server Name
827
-
Indication* extension (as defined in :rfc:`4366`).
827
+
Indication* extension (as defined in :rfc:`6066`).
828
828
829
829
.. versionadded:: 3.2
830
830
@@ -2313,14 +2313,11 @@ successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
2313
2313
`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <https://www.ietf.org/rfc/rfc1422>`_
2314
2314
Steve Kent
2315
2315
2316
-
`RFC 1750: Randomness Recommendations for Security <https://www.ietf.org/rfc/rfc1750>`_
2317
-
D. Eastlake et. al.
2316
+
`RFC 4086: Randomness Requirements for Security <http://datatracker.ietf.org/doc/rfc4086/>`_
2317
+
Donald E., Jeffrey I. Schiller
2318
2318
2319
-
`RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile <https://www.ietf.org/rfc/rfc3280>`_
2320
-
Housley et. al.
2321
-
2322
-
`RFC 4366: Transport Layer Security (TLS) Extensions <https://www.ietf.org/rfc/rfc4366>`_
2323
-
Blake-Wilson et. al.
2319
+
`RFC 5280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile <http://datatracker.ietf.org/doc/rfc5280/>`_
2320
+
D. Cooper
2324
2321
2325
2322
`RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 <https://tools.ietf.org/html/rfc5246>`_
0 commit comments