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-20.01:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382231342.89.0.78976712014.issue17134@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-20 01:09:03christian.heimessetrecipients: + christian.heimes, exarkun, pitrou, eric.araujo, python-dev, dstufft
2013-10-20 01:09:02christian.heimessetmessageid: <1382231342.89.0.78976712014.issue17134@psf.upfronthosting.co.za>
2013-10-20 01:09:02christian.heimeslinkissue17134 messages
2013-10-20 01:09:02christian.heimescreate