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 brett.cannon, christian.heimes, pitrou
Date 2013-06-11.23:25:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370993133.82.0.579878046279.issue18147@psf.upfronthosting.co.za>
In-reply-to
Content
New patch

* method has been renamed to get_ca_list() and returns only CA certs
* get_ca_list(binary_form=True) returns CA certs in DER format
* cert_store_stats() returns three elements: X.509 CA cert count, X.509 non-CA count and CRL count
History
Date User Action Args
2013-06-11 23:25:33christian.heimessetrecipients: + christian.heimes, brett.cannon, pitrou
2013-06-11 23:25:33christian.heimessetmessageid: <1370993133.82.0.579878046279.issue18147@psf.upfronthosting.co.za>
2013-06-11 23:25:33christian.heimeslinkissue18147 messages
2013-06-11 23:25:33christian.heimescreate