Does Python officially support opsenssl < 1.0? Which OS uses such old version?
On Windows, Python embeds its own copy of openssl for example. Victor Le 19 oct. 2013 18:07, "Christian Heimes" <[email protected]> a écrit : > Am 19.10.2013 16:59, schrieb Antoine Pitrou: > > But that's a fringe situation. Any normal build of Python should be > > compiled with OpenSSL support (and any decent binary build is). I think > > the mention in the docs is distracting and will create pointless > > uncertainty in the reader. > > HMAC_CTX_copy() is not available in OpenSSL < 1.0. My optimized code > won't run on OpenSSL 0.9.8. IMHO it's important to understand that some > code may complete in ~100ms instead of ~30ms. > > _______________________________________________ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com >
_______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
