Message232543
So this seems to be a function that just gets the certificate? You need to be careful with this since a server could perfectly decide to send a different certificate depending on the client hello it receives. Like if you support ECDSA it might decide to send you the ECDSA certificate instead of the RSA certificate. Or maybe you're even connecting to a different IP address?
In any case, you should always use SSLv23, stop supporting anything else. |
|
Date |
User |
Action |
Args |
2014-12-12 13:08:01 | kroeckx | set | recipients:
+ kroeckx, lemburg, doko, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, benjamin.peterson, ned.deily, alex, python-dev, dstufft |
2014-12-12 13:08:01 | kroeckx | set | messageid: <1418389681.06.0.183415894422.issue22935@psf.upfronthosting.co.za> |
2014-12-12 13:08:01 | kroeckx | link | issue22935 messages |
2014-12-12 13:08:00 | kroeckx | create | |
|