[issue18147] SSL: diagnostic functions to list loaded CA certs

Christian Heimes report at bugs.python.org
Sun Jun 16 22:05:54 CEST 2013


Christian Heimes added the comment:

Updated patch with Antoine's review:

* method is now called get_ca_certs()
* cert_store_stats() returns total amount of X.509 as 'x509' key and X.509 certs with CA purpose in 'x509_ca'.
* documentation

----------
Added file: http://bugs.python.org/file30610/ssl_ca_stats3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18147>
_______________________________________


More information about the Python-bugs-list mailing list