File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -841,10 +841,8 @@ SSL sockets also have the following additional methods and attributes:
841841
842842 .. versionchanged :: 3.4
843843 :exc: `ValueError ` is raised when the handshake isn't done.
844-
845- .. versionchanged :: 3.4
846844 The returned dictionary includes additional X509v3 extension items
847- such as ``crlDistributionPoints ``, ``caIssuers `` and ``OCSP `` URIs.
845+ such as ``crlDistributionPoints ``, ``caIssuers `` and ``OCSP `` URIs.
848846
849847.. method :: SSLSocket.cipher()
850848
Original file line number Diff line number Diff line change @@ -1297,6 +1297,10 @@ Support for server-side SNI using the new
12971297:meth: `ssl.SSLContext.set_servername_callback ` method.
12981298(Contributed by Daniel Black in :issue: `8109 `.)
12991299
1300+ The dictionary returned by :meth: `.SSLSocket.getpeercert ` contains additional
1301+ ``X509v3 `` extension items: ``crlDistributionPoints ``, ``calIssuers ``, and
1302+ ``OCSP `` URIs. (Contributed by Christian Heimes in :issue: `18379 `.)
1303+
13001304
13011305stat
13021306----
You can’t perform that action at this time.
0 commit comments