Ingo Franzki
Ingo Franzki
After adding support for hardware accelerated HMAC on the s390x platform with commit https://github.com/openssl/openssl/commit/0499de5adda26b1ef09660f70c12b4710b5f7c8a, some tests fail in our internal CI: - test_key_share - test_sslextension - test_sslrecords - test_sslvertol -...
Probing for crypto cards during initialization by issuing an ioctl to the zcrypt device driver can cause a lot of traffic and overhead, because it runs for each and every...
Since https://github.com/openssl/openssl/commit/9a788281d91f698d6a229d588b9cb36987549669 it should now build warning-free on s390x, so remove the '-Wno-stringop-overflow' build option for s390x builds. If newly added code causes -Wstringop-overflow warnings again, it should be noted...