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, pitrou
Date 2013-07-05.20:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373055037.38.0.259814019718.issue18369@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a X509 certificate class for the SSL module. Eventually methods like getpeercert() are going to return X509 instances and the Python interface can decide if it should return a dict, DER bytes or whatever. IMHO it's a mandatory requirement for OCSP support, too.

The patch contains a very real proof of concept.
History
Date User Action Args
2013-07-05 20:10:37christian.heimessetrecipients: + christian.heimes, pitrou
2013-07-05 20:10:37christian.heimessetmessageid: <1373055037.38.0.259814019718.issue18369@psf.upfronthosting.co.za>
2013-07-05 20:10:37christian.heimeslinkissue18369 messages
2013-07-05 20:10:37christian.heimescreate