From: Aydın Mercan Date: Thu, 27 Feb 2025 15:29:07 +0000 (+0000) Subject: chg: dev: unify fips handling to isc_crypto and make the toggle one way X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de629d6b7ced28aac811613b9375b6562f29bf9;p=thirdparty%2Fbind9.git chg: dev: unify fips handling to isc_crypto and make the toggle one way Since algorithm fetching is handled purely in libisc, FIPS mode toggling can be purely done in within the library instead of provider fetching in the binary for OpenSSL >=3.0. Disabling FIPS mode isn't a realistic requirement and isn't done anywhere in the codebase. Make the FIPS mode toggle enable-only to reflect the situation. Merge branch 'aydin/fips-in-crypto' into 'main' See merge request isc-projects/bind9!9920 --- 3de629d6b7ced28aac811613b9375b6562f29bf9