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 pitrou
Recipients pitrou
Date 2010-10-04.16:32:13
SpamBayes Score 0.00030425622
Marked as misclassified No
Message-id <1286209935.64.0.606028166295.issue10022@psf.upfronthosting.co.za>
In-reply-to
Content
There's some code in _ssl.c which exports more information in decoded SSL certificates (such as notBefore or issuer), but it is only enabled when the hidden function _ssl._test_decode_cert is used. It would be nice to export all this information by default; I can't think of any inconvenience caused by it.
History
Date User Action Args
2010-10-04 16:32:15pitrousetrecipients: + pitrou
2010-10-04 16:32:15pitrousetmessageid: <1286209935.64.0.606028166295.issue10022@psf.upfronthosting.co.za>
2010-10-04 16:32:13pitroulinkissue10022 messages
2010-10-04 16:32:13pitroucreate