[issue19507] ssl.wrap_socket() with server_hostname should imply match_hostname()

Antoine Pitrou report at bugs.python.org
Wed Nov 6 09:51:03 CET 2013


Antoine Pitrou added the comment:

I'm not sure why it's surprising. SNI and certificate validation are two different things. Besides, this is adding a new level of complication to the wrap_socket() signature.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19507>
_______________________________________


More information about the Python-bugs-list mailing list