mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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> |
||
|---|---|---|
| .. | ||
| _abc.c.h | ||
| _asynciomodule.c.h | ||
| _bisectmodule.c.h | ||
| _bz2module.c.h | ||
| _codecsmodule.c.h | ||
| _collectionsmodule.c.h | ||
| _contextvarsmodule.c.h | ||
| _cryptmodule.c.h | ||
| _curses_panel.c.h | ||
| _cursesmodule.c.h | ||
| _datetimemodule.c.h | ||
| _dbmmodule.c.h | ||
| _elementtree.c.h | ||
| _gdbmmodule.c.h | ||
| _hashopenssl.c.h | ||
| _heapqmodule.c.h | ||
| _localemodule.c.h | ||
| _lsprof.c.h | ||
| _lzmamodule.c.h | ||
| _opcode.c.h | ||
| _operator.c.h | ||
| _pickle.c.h | ||
| _queuemodule.c.h | ||
| _randommodule.c.h | ||
| _sre.c.h | ||
| _ssl.c.h | ||
| _statisticsmodule.c.h | ||
| _struct.c.h | ||
| _testmultiphase.c.h | ||
| _tkinter.c.h | ||
| _tracemalloc.c.h | ||
| _weakref.c.h | ||
| _winapi.c.h | ||
| arraymodule.c.h | ||
| audioop.c.h | ||
| binascii.c.h | ||
| cmathmodule.c.h | ||
| fcntlmodule.c.h | ||
| gcmodule.c.h | ||
| grpmodule.c.h | ||
| itertoolsmodule.c.h | ||
| mathmodule.c.h | ||
| md5module.c.h | ||
| overlapped.c.h | ||
| posixmodule.c.h | ||
| pwdmodule.c.h | ||
| pyexpat.c.h | ||
| readline.c.h | ||
| resource.c.h | ||
| selectmodule.c.h | ||
| sha1module.c.h | ||
| sha256module.c.h | ||
| sha512module.c.h | ||
| signalmodule.c.h | ||
| spwdmodule.c.h | ||
| symtablemodule.c.h | ||
| termios.c.h | ||
| unicodedata.c.h | ||
| zlibmodule.c.h | ||