Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.8.1
-
None
Description
Related to MDEV-25785 and MDEV-7788. With FIPS enabled, md5 does not work when compiled with OpenSSL 3.0.0.
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.
Attachments
Issue Links
- relates to
-
MDEV-27729 test with FIPS mode in buildbot
- Closed
-
MDEV-32368 Docker image crashes on launch with OpenSSL 3 FIPS activated
- Open