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 asvetlov
Recipients asvetlov, gvanrossum, vstinner, yselivanov
Date 2015-09-23.12:30:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443011445.44.0.881042302504.issue25214@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-23 12:30:45asvetlovsetrecipients: + asvetlov, gvanrossum, vstinner, yselivanov
2015-09-23 12:30:45asvetlovsetmessageid: <1443011445.44.0.881042302504.issue25214@psf.upfronthosting.co.za>
2015-09-23 12:30:45asvetlovlinkissue25214 messages
2015-09-23 12:30:45asvetlovcreate