set MD5 min hash size when using --enable-wolfclu

This commit is contained in:
JacobBarthelmeh
2026-05-26 17:58:23 -06:00
parent 91f3e7e063
commit 5b08bc04b2
+7
View File
@@ -11369,6 +11369,13 @@ then
AM_CFLAGS="$AM_CFLAGS -DHAVE_OID_ENCODING -DWOLFSSL_NO_ASN_STRICT"
# wolfCLU allows MD5 with wc_Signature*; lower the hash strength floor
# when MD5 is compiled in.
if test "$ENABLED_MD5" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DWC_SIG_MIN_HASH_TYPE=WC_HASH_TYPE_MD5"
fi
# OCSP responder
if test "$ENABLED_OCSP" = "no"; then
ENABLED_OCSP="yes"