This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, dstufft, eric.araujo, exarkun, pitrou, python-dev
Date 2013-10-30.20:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383164101.7.0.417655652671.issue17134@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-30 20:15:01christian.heimessetrecipients: + christian.heimes, exarkun, pitrou, eric.araujo, python-dev, dstufft
2013-10-30 20:15:01christian.heimessetmessageid: <1383164101.7.0.417655652671.issue17134@psf.upfronthosting.co.za>
2013-10-30 20:15:01christian.heimeslinkissue17134 messages
2013-10-30 20:15:01christian.heimescreate