From 41b3a729d2f255e2ac63a80a552e886244b65ce8 Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Tue, 17 Sep 2024 17:36:37 -0400 Subject: [PATCH] Engine needs to have a RSA_MIN_SIZE=1024 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 355510e8b1..49f9f7aaf0 100644 --- a/configure.ac +++ b/configure.ac @@ -9458,6 +9458,7 @@ then AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT" AM_CFLAGS="$AM_CFLAGS -DWC_RSA_NO_PADDING" AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP" + AM_CFLAGS="$AM_CFLAGS -DRSA_MIN_SIZE=1024" fi if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" != "no"