You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engines are not FIPS compatible and corresponding API is deprecated since OpenSSL 3.0. The engine functionality we are aware of (PKCS#11, TPM) is either covered by providers or will be covered soon.
We are going to prevent creating the new packages dependent on OpenSSL ENGINE API and remove ENGINE dependencies from the existing packages.
OpenSSL libcrypto.so exports the same ENGINE_* symbols as for f40. Applications relying on the ENGINE API can’t be built but still work.
The text was updated successfully, but these errors were encountered:
Equivalent of alexcrichton/ssh2-rs#328
Curl likewise can opt-out:
https://github.com/curl/curl/blob/curl-8_9_1/lib/vtls/openssl.c#L100-L104
For Fedora 41 onwards
openssl-devel-engine
provides build compatibility for the time being. A brief overview follows:The text was updated successfully, but these errors were encountered: