1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysys_ssl
Daniel Black d743b61f89 MDEV-14567: CRYPTO_set_mem_functions fails in FIPS mode
If the CRYPTO_set_mem_functions fails just return success
from check_openssl_compatibility. The only case where
CRYPTO_set_mem_functions fails is the allow_customize==0 (aka FIPS
mode). The check_openssl_compatibility isn't able to complete unless
this function returns success.

ref: https://github.com/openssl/openssl/blob/OpenSSL_1_1_0g/crypto/mem.c#L34
2018-02-07 11:45:01 +01:00
..
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2017-03-10 18:21:26 +01:00
2018-02-06 14:50:50 +01:00