]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Enable FIPS testing in Pairwise
authorMichal Nowak <mnowak@isc.org>
Tue, 20 Oct 2020 10:14:11 +0000 (12:14 +0200)
committerMark Andrews <marka@isc.org>
Mon, 3 Apr 2023 02:04:58 +0000 (12:04 +1000)
It's useful to configure and build with FIPS mode in Pairwise testing
because it exposes some parts of the code otherwise hiden.

configure.ac

index 4395b49eba6af41a94132b3388dfb9f6bd66feff..f2efdc9a2fba139c5791784cb79dad4af8626e7a 100644 (file)
@@ -776,7 +776,7 @@ AC_CHECK_FUNCS([TLS_server_method TLS_client_method])
 # FIPS is not included in pairwise testing as the relevant Docker image
 # does not support FIPS mode.
 #
-# [pairwise: skip]
+# [pairwise: --enable-fips-mode, --disable-fips-mode]
 AC_ARG_ENABLE([fips-mode],
              [AS_HELP_STRING([--enable-fips-mode],
                              [enable FIPS mode in OpenSSL library [default=no]])],