[issue17134] Use Windows' certificate store for CA certs

Christian Heimes report at bugs.python.org
Sun Oct 20 03:09:02 CEST 2013


Christian Heimes added the comment:

The new patch splits up the one function into enum_certificates() and enum_crls(). enum_certificates() now returns also trust settings for the certificate. Internally it maps the most common OIDs to human readable names.

The patch comes without doc updates yet.

----------
Added file: http://bugs.python.org/file32234/enum_cert_trust.patch

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


More information about the Python-bugs-list mailing list