]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Enable runtime selection of FIPS mode in dig and delv
authorMark Andrews <marka@isc.org>
Fri, 22 Nov 2024 00:12:02 +0000 (00:12 +0000)
committerMark Andrews <marka@isc.org>
Fri, 22 Nov 2024 00:12:02 +0000 (00:12 +0000)
commit2c1fb7e5ebd1f89cfc178a0a50eaa8fcdcfd0e02
tree45ef05f7a7fefbab4b7af4addc2812f30c755d61
parent0989926745e0d1f90d6a7293f03ac25a95ab9d30
parentd3d88638d879d804987eb0c54a0b6a8bfdef8d0c
new: usr: Enable runtime selection of FIPS mode in dig and delv

'dig -F' and 'delv -F' can now be used to select FIPS mode at runtime.

Closes #5046

Merge branch '5046-enable-runtime-selection-of-fips-mode-in-dig' into 'main'

See merge request isc-projects/bind9!9754