X Tutup
The Wayback Machine - https://web.archive.org/web/20210426195616/https://github.com/python/cpython/tree/master/Modules
Skip to content
master
Switch branches/tags
cpython/Modules/
cpython/Modules/

Latest commit

The internal `_ssl._SSLSocket` object now provides methods to retrieve
the peer cert chain and verified cert chain as a list of Certificate
objects. Certificate objects have methods to convert the cert to a dict,
PEM, or DER (ASN.1).

These are private APIs for now. There is a slim chance to stabilize the
approach and provide a public API for 3.10. Otherwise I'll provide a
stable API in 3.11.

Signed-off-by: Christian Heimes <christian@python.org>
666991f

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Source files for standard library extension modules,
and former extension modules that are now builtin modules.
X Tutup