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 vstinner
Recipients asvetlov, gvanrossum, vstinner, yselivanov
Date 2015-09-23.12:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443012133.52.0.316449602006.issue25214@psf.upfronthosting.co.za>
In-reply-to
Content
>> Thanks again Mathieu Pasquet who reported the issue #22768.

> BTW for fingerprint check for self-signed certs I need binary form of certificate `ssl_obj.getpeercert(binary_form=True)` but `transp.get_extra_info('peercert')` returns a dict-based form.

Yes, it's exactly the use case described in #22768 ;-) But ssl_object extra info is more generic, it gives access to all SSL methods.
History
Date User Action Args
2015-09-23 12:42:13vstinnersetrecipients: + vstinner, gvanrossum, asvetlov, yselivanov
2015-09-23 12:42:13vstinnersetmessageid: <1443012133.52.0.316449602006.issue25214@psf.upfronthosting.co.za>
2015-09-23 12:42:13vstinnerlinkissue25214 messages
2015-09-23 12:42:13vstinnercreate