[issue17134] Use Windows' certificate store for CA certs

Christian Heimes report at bugs.python.org
Wed Oct 30 21:15:01 CET 2013


Christian Heimes added the comment:

Here is a simplified version of my patch with doc updates.

Changes:

- Different functions for certs and CRLs: enum_certificates() / enum_crls()

- encoding is now a string ('x509_asn' or 'pkcs_7_asn')

- for certificates trust information is either a set of OIDs or True. The OIDs can be interpreter with the new functions #19448.

Both functions are intended to be low level interfaces to Window's cert store.

----------
Added file: http://bugs.python.org/file32430/enum_cert_trust2.patch

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


More information about the Python-bugs-list mailing list