]> git.ipfire.org Git - thirdparty/bind9.git/commit
Define isc_fips_mode() and isc_fips_set_mode()
authorMark Andrews <marka@isc.org>
Wed, 20 Jul 2022 01:26:06 +0000 (11:26 +1000)
committerMark Andrews <marka@isc.org>
Mon, 3 Apr 2023 02:05:28 +0000 (12:05 +1000)
commit5a2e82557ea599ea8d6cf4c501ccf74ec2b1652d
treeb0502836ade795a5d02fd97eb2110fd7bf1edb63
parent6e64ec2af4980a0b695e7b041c5dba752f00568d
Define isc_fips_mode() and isc_fips_set_mode()

isc_fips_mode() determines if the process is running in FIPS mode

isc_fips_set_mode() sets the process into FIPS mode
lib/isc/Makefile.am
lib/isc/fips.c [new file with mode: 0644]
lib/isc/include/isc/fips.h [new file with mode: 0644]