You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(test "$FIPS_VERSION" != "dev" || test "$enable_lms" != "no")],
6153
6153
[ENABLED_LMS="yes"])
6154
6154
6155
-
# SHA-256 DRBG — cannot be disabled at build time in FIPS mode
6155
+
# SHA-256 DRBG -- cannot be disabled at build time in FIPS mode
6156
6156
AS_IF([test "$enable_sha256_drbg" = "no"],
6157
6157
[AC_MSG_WARN([Can not disable SHA256-DRBG at build time in FIPS mode, disable at run-time with wc_Sha256Drbg_Disable() or wc_Sha256Drbg_Disable_fips()])])
6158
6158
ENABLED_SHA256_DRBG="yes"
6159
6159
6160
-
# SHA-512 DRBG — cannot be disabled at build time in FIPS mode
6160
+
# SHA-512 DRBG -- cannot be disabled at build time in FIPS mode
6161
6161
AS_IF([test "$enable_sha512_drbg" = "no"],
6162
6162
[AC_MSG_WARN([Can not disable SHA512-DRBG at build time in FIPS mode, disable it at run-time with wc_Sha512Drbg_Disable() or wc_Sha512Drbg_Disable_fips()])])
0 commit comments