Message291892
To correctly pick the best algorithm for the current architecture,
libssl needs to have OPENSSL_config(NULL) called as described on:
https://wiki.openssl.org/index.php/Libcrypto_API
This short change lead to a speedup of 50% on POWER8 when using
hashlib.sha256 digest functionality as it now uses a SIMD approach that was already existing but not used by cpython. |
|
Date |
User |
Action |
Args |
2017-04-19 18:16:08 | gut | set | recipients:
+ gut, christian.heimes |
2017-04-19 18:16:08 | gut | set | messageid: <1492625768.04.0.0441991699383.issue30102@psf.upfronthosting.co.za> |
2017-04-19 18:16:07 | gut | link | issue30102 messages |
2017-04-19 18:16:07 | gut | create | |
|