From: Michal Nowak Date: Tue, 20 Oct 2020 10:14:11 +0000 (+0200) Subject: Enable FIPS testing in Pairwise X-Git-Tag: v9.19.12~38^2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e987a0c249882af0395409310b32fce7fc997015;p=thirdparty%2Fbind9.git Enable FIPS testing in Pairwise It's useful to configure and build with FIPS mode in Pairwise testing because it exposes some parts of the code otherwise hiden. --- diff --git a/configure.ac b/configure.ac index 4395b49eba6..f2efdc9a2fb 100644 --- a/configure.ac +++ b/configure.ac @@ -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]])],