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
* RFC 1750 has been been obsoleted by RFC 4086.
* RFC 3280 has been obsoleted by RFC 5280.
* RFC 4366 has been obsoleted by RFC 6066.
(cherry picked from commit 63c2c8a)
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
@@ -374,9 +374,9 @@ Certificate handling
374
374
Verify that *cert* (in decoded format as returned by
375
375
:meth:`SSLSocket.getpeercert`) matches the given *hostname*. The rules
376
376
applied are those for checking the identity of HTTPS servers as outlined
377
-
in :rfc:`2818`and :rfc:`6125`. In addition to HTTPS, this function
378
-
should be suitable for checking the identity of servers in various
379
-
SSL-based protocols such as FTPS, IMAPS, POPS and others.
377
+
in :rfc:`2818`, :rfc:`5280` and :rfc:`6125`. In addition to HTTPS, this
378
+
function should be suitable for checking the identity of servers in
379
+
various SSL-based protocols such as FTPS, IMAPS, POPS and others.
380
380
381
381
:exc:`CertificateError` is raised on failure. On success, the function
382
382
returns nothing::
@@ -820,7 +820,7 @@ Constants
820
820
.. data:: HAS_SNI
821
821
822
822
Whether the OpenSSL library has built-in support for the *Server Name
823
-
Indication* extension (as defined in :rfc:`4366`).
823
+
Indication* extension (as defined in :rfc:`6066`).
824
824
825
825
.. versionadded:: 3.2
826
826
@@ -2306,14 +2306,11 @@ successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
2306
2306
`RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management <https://www.ietf.org/rfc/rfc1422>`_
2307
2307
Steve Kent
2308
2308
2309
-
`RFC 1750: Randomness Recommendations for Security <https://www.ietf.org/rfc/rfc1750>`_
2310
-
D. Eastlake et. al.
2309
+
`RFC 4086: Randomness Requirements for Security <http://datatracker.ietf.org/doc/rfc4086/>`_
2310
+
Donald E., Jeffrey I. Schiller
2311
2311
2312
-
`RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile <https://www.ietf.org/rfc/rfc3280>`_
2313
-
Housley et. al.
2314
-
2315
-
`RFC 4366: Transport Layer Security (TLS) Extensions <https://www.ietf.org/rfc/rfc4366>`_
2316
-
Blake-Wilson et. al.
2312
+
`RFC 5280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile <http://datatracker.ietf.org/doc/rfc5280/>`_
2313
+
D. Cooper
2317
2314
2318
2315
`RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 <https://tools.ietf.org/html/rfc5246>`_
0 commit comments