]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: unify fips handling to isc_crypto and make the toggle one way
authorAydın Mercan <aydin@isc.org>
Thu, 27 Feb 2025 15:29:07 +0000 (15:29 +0000)
committerAydın Mercan <aydin@isc.org>
Thu, 27 Feb 2025 15:29:07 +0000 (15:29 +0000)
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


Trivial merge