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, giampaolo.rodola, gregory.p.smith, janssen, pitrou
Date 2016-08-26.11:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472210189.57.0.642372532339.issue27768@psf.upfronthosting.co.za>
In-reply-to
Content
GPS, I no longer want a general API for CPU cap vector. The ssl module and 3rd party packages are only interested in two properties of the current hardware: are AESNI and PCLMULQDQ instructions available and enabled.

I'm pretty sure ctypes won't work on Windows and OSX. The OpenSSL libraries are statically linked into the _ssl binary. The linker optimizer removes all functions that are not used. Somebody could give it a try, though.
History
Date User Action Args
2016-08-26 11:16:29christian.heimessetrecipients: + christian.heimes, gregory.p.smith, janssen, pitrou, giampaolo.rodola, alex, dstufft
2016-08-26 11:16:29christian.heimessetmessageid: <1472210189.57.0.642372532339.issue27768@psf.upfronthosting.co.za>
2016-08-26 11:16:29christian.heimeslinkissue27768 messages
2016-08-26 11:16:29christian.heimescreate