Merge pull request #10533 from JacobBarthelmeh/wolfclu_flag

set MD5 min hash size when using --enable-wolfclu
This commit is contained in:
Chris Conlon
2026-05-27 16:05:52 -06:00
committed by GitHub
+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"