Enable WOLFSSL_ALT_CERT_CHAINS

This commit is contained in:
RipleyTom
2024-03-17 03:54:39 +01:00
committed by Elad.Ash
parent 40adf4b944
commit 77485747f1
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ else()
set(WOLFSSL_SNI ON CACHE STRING "Enable SNI (default: disabled)")
set(WOLFSSL_OPENSSLEXTRA ON CACHE STRING "Enable extra OpenSSL API, size+ (default: disabled)")
set(WOLFSSL_HARDEN OFF CACHE STRING "Enable Hardened build, Enables Timing Resistance and Blinding (default: enabled)")
set(WOLFSSL_ALT_CERT_CHAINS ON CACHE STRING "Enable support for Alternate certification chains (default: disabled)")
add_subdirectory(wolfssl EXCLUDE_FROM_ALL)
+3
View File
@@ -51,6 +51,9 @@
#define ECC_TIMING_RESISTANT
#define USE_FAST_MATH
#define FP_MAX_BITS 8192
#ifndef WOLFSSL_ALT_CERT_CHAINS
#define WOLFSSL_ALT_CERT_CHAINS
#endif
/* UTF-8 aware filesystem functions for Windows */
#define WOLFSSL_USER_FILESYSTEM