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 oninoshiko
Recipients oninoshiko
Date 2014-02-01.00:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391213322.18.0.0407523257896.issue20469@psf.upfronthosting.co.za>
In-reply-to
Content
I have crafted an ssl cert which contains a custom extension, when I check the cert using OpenSSL on the commandline, I clearly see the extension, but when I have the server try to pprint.pprint(s.getpeercert()), I do not see these fields.

Overall, I think it would be helpful to include extensions in ssl.getpeercert()'s returned list, but if there is a workaround for this (probably rare) issue, I would appreciate it.

(I have only tested 3.4, not head)
History
Date User Action Args
2014-02-01 00:08:42oninoshikosetrecipients: + oninoshiko
2014-02-01 00:08:42oninoshikosetmessageid: <1391213322.18.0.0407523257896.issue20469@psf.upfronthosting.co.za>
2014-02-01 00:08:42oninoshikolinkissue20469 messages
2014-02-01 00:08:42oninoshikocreate