mirror of
https://github.com/zebrajr/server.git
synced 2025-12-06 00:20:13 +01:00
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 | ||