mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
78412ab028
OpenSSL 3.0.0+ does not support EVP_MD_CTX_FLAG_NON_FIPS_ALLOW any longer. In OpenSSL 1.1.1 the non FIPS allowed flag is context specific, while in 3.0.0+ it is a different EVP_MD provider. Fixes #2010 part of MDEV-28133 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
my_crypt.cc | ||
my_md5.cc | ||
my_sha.inl | ||
my_sha1.cc | ||
my_sha224.cc | ||
my_sha256.cc | ||
my_sha384.cc | ||
my_sha512.cc | ||
openssl.c |