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
..
CMakeLists.txt MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00
my_crypt.cc Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
my_md5.cc MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
my_sha.ic MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
my_sha1.cc cleanup: generalize my_sha1.cc 2017-03-10 18:21:26 +01:00
my_sha224.cc my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha256.cc my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha384.cc my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha512.cc my_sha2 service 2017-03-10 18:21:26 +01:00
openssl.c MDEV-14567: CRYPTO_set_mem_functions fails in FIPS mode 2018-02-07 11:45:01 +01:00
yassl.cc Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00