Christian Heimes <li...@cheimes.de> added the comment:

The code works on all platforms with OpenSSL >= 1.0.2. OpenSSL 1.0.1, 0.9.8 and 
earlier are no longer supported by upstream. Anybody with even marginal 
interest in secure TLS/SSL should update. Python.org's Windows and macOS 
binaries are good.

The inet_pton() code in my patch is for those poor souls that are stuck with 
RHEL 6, CentOS 6, or Ubuntu 14.04. RHEL 7, CentOS 7, and Ubuntu 16.04 have 
OpenSSL 1.0.2.

The IP address module is slow and hard to use from C code.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to