Message 251426 - Python tracker
Message251426
| 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:45 | asvetlov | set | recipients: + asvetlov, gvanrossum, vstinner, yselivanov |
| 2015-09-23 12:30:45 | asvetlov | set | messageid: <1443011445.44.0.881042302504.issue25214@psf.upfronthosting.co.za> |
| 2015-09-23 12:30:45 | asvetlov | link | issue25214 messages |
| 2015-09-23 12:30:45 | asvetlov | create | |