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 christian.heimes, giampaolo.rodola, janssen, oninoshiko, pitrou, terry.reedy
Date 2014-03-25.00:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395706844.36.0.966003105197.issue20469@psf.upfronthosting.co.za>
In-reply-to
Content
The ssl module doesn't return all cert contents simply because it isn't easy to do so, or at least AFAICT it isn't. If you look at _decode_certificate() in Modules/_ssl.c you'll see the kind of code that is needed for the few fields that Python currently returns :-)
History
Date User Action Args
2014-03-25 00:20:44pitrousetrecipients: + pitrou, terry.reedy, janssen, giampaolo.rodola, christian.heimes, oninoshiko
2014-03-25 00:20:44pitrousetmessageid: <1395706844.36.0.966003105197.issue20469@psf.upfronthosting.co.za>
2014-03-25 00:20:44pitroulinkissue20469 messages
2014-03-25 00:20:44pitroucreate