[issue32185] SSLContext.wrap_socket sends SNI Extension when server_hostname is IP

Antoine Pitrou report at bugs.python.org
Wed Dec 20 05:14:23 EST 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

By the way, Windows nowadays has inet_pton():
https://msdn.microsoft.com/en-us/library/windows/desktop/cc805844(v=vs.85).aspx

Are there other platforms without it?  inet_pton() is part of POSIX.

----------
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32185>
_______________________________________


More information about the Python-bugs-list mailing list