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, janssen, nitzmahone, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2017-12-20.10:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513766037.52.0.213398074469.issue32185@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-20 10:33:57christian.heimessetrecipients: + christian.heimes, paul.moore, janssen, pitrou, tim.golden, alex, zach.ware, steve.dower, dstufft, nitzmahone
2017-12-20 10:33:57christian.heimessetmessageid: <1513766037.52.0.213398074469.issue32185@psf.upfronthosting.co.za>
2017-12-20 10:33:57christian.heimeslinkissue32185 messages
2017-12-20 10:33:57christian.heimescreate