mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP
and CRL distribution points.
This commit is contained in:
parent
efff7060f8
commit
bd3a7f90b5
4 changed files with 165 additions and 2 deletions
|
@ -733,6 +733,10 @@ SSL sockets also have the following additional methods and attributes:
|
|||
.. versionchanged:: 3.4
|
||||
:exc:`ValueError` is raised when the handshake isn't done.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
The returned dictionary includes additional X509v3 extension items
|
||||
such as ``crlDistributionPoints``, ``caIssuers`` and ``OCSP`` URIs.
|
||||
|
||||
.. method:: SSLSocket.cipher()
|
||||
|
||||
Returns a three-value tuple containing the name of the cipher being used, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue