We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41e2d92 + e9e00c4 commit 981ba4bCopy full SHA for 981ba4b
2 files changed
CMakeLists.txt
@@ -2085,6 +2085,7 @@ if(WOLFSSL_TPM)
2085
override_cache(WOLFSSL_CERTEXT "yes")
2086
override_cache(WOLFSSL_PKCS7 "yes")
2087
override_cache(WOLFSSL_AESCFB "yes")
2088
+ list(APPEND WOLFSSL_DEFINITIONS "-DWOLFSSL_ALLOW_ENCODING_CA_FALSE")
2089
endif()
2090
2091
if(WOLFSSL_CLU)
configure.ac
@@ -7243,6 +7243,9 @@ then
7243
7244
# Requires public mp_
7245
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
7246
+
7247
+ # Requires allowing CA:FALSE in BasicConstraints
7248
+ AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALLOW_ENCODING_CA_FALSE"
7249
fi
7250
7251
if test "x$ENABLED_SMIME" = "xyes"
0 commit comments