mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Merge pull request #8925 from mattia-moffa/20250625-wolftpm-ca-false
Allow CA:FALSE on wolftpm
This commit is contained in:
@@ -2085,6 +2085,7 @@ if(WOLFSSL_TPM)
|
|||||||
override_cache(WOLFSSL_CERTEXT "yes")
|
override_cache(WOLFSSL_CERTEXT "yes")
|
||||||
override_cache(WOLFSSL_PKCS7 "yes")
|
override_cache(WOLFSSL_PKCS7 "yes")
|
||||||
override_cache(WOLFSSL_AESCFB "yes")
|
override_cache(WOLFSSL_AESCFB "yes")
|
||||||
|
list(APPEND WOLFSSL_DEFINITIONS "-DWOLFSSL_ALLOW_ENCODING_CA_FALSE")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WOLFSSL_CLU)
|
if(WOLFSSL_CLU)
|
||||||
|
@@ -7243,6 +7243,9 @@ then
|
|||||||
|
|
||||||
# Requires public mp_
|
# Requires public mp_
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PUBLIC_MP"
|
||||||
|
|
||||||
|
# Requires allowing CA:FALSE in BasicConstraints
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALLOW_ENCODING_CA_FALSE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$ENABLED_SMIME" = "xyes"
|
if test "x$ENABLED_SMIME" = "xyes"
|
||||||
|
Reference in New Issue
Block a user