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
my_crypt.cc
my_md5.cc
my_sha.ic
my_sha1.cc
my_sha224.cc
my_sha256.cc
my_sha384.cc
my_sha512.cc
openssl.c
yassl.cc