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 christian.heimes
Recipients alex, christian.heimes, dstufft, orsenthil, pitrou
Date 2014-09-20.19:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411241012.64.0.66908447005.issue22440@psf.upfronthosting.co.za>
In-reply-to
Content
Alex's analysis is correct. Starting with 3.4 the SSLSocket object can perform a hostname check during the handshake. More recent versions of OpenSSL or a custom verify callback could do the check even earlier during the handshake.
History
Date User Action Args
2014-09-20 19:23:32christian.heimessetrecipients: + christian.heimes, orsenthil, pitrou, alex, dstufft
2014-09-20 19:23:32christian.heimessetmessageid: <1411241012.64.0.66908447005.issue22440@psf.upfronthosting.co.za>
2014-09-20 19:23:32christian.heimeslinkissue22440 messages
2014-09-20 19:23:32christian.heimescreate