]> granicus.if.org Git - python/commit
Issue #18147: Add diagnostic functions to ssl.SSLContext().
authorChristian Heimes <christian@cheimes.de>
Mon, 17 Jun 2013 13:44:12 +0000 (15:44 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 17 Jun 2013 13:44:12 +0000 (15:44 +0200)
commit9a5395ae2b59b31d74fe3ad9c391d89802939d8c
tree02aad00f691f885f1bb6261b5f2a93fd0a39dc8e
parent9424bb4aea0e0a6f20c8ae6e451dfa83d1101923
Issue #18147: Add diagnostic functions to ssl.SSLContext().

get_ca_list() lists all loaded CA certificates and cert_store_stats() returns
amount of loaded X.509 certs, X.509 CA certs and CRLs.
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c