You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teeio-validator/CMakeLists.txt
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ SET(CMAKE_BUILD_TYPE ${TARGET} CACHE STRING "Choose the target of build: Debug R
15
15
SET(CRYPTO ${CRYPTO}CACHESTRING"Choose the crypto of build: mbedtls openssl" FORCE)
16
16
SET(GCOV ${GCOV}CACHESTRING"Choose the target of Gcov: ON OFF, and default is OFF" FORCE)
17
17
SET(STACK_USAGE ${STACK_USAGE}CACHESTRING"Choose the target of STACK_USAGE: ON OFF, and default is OFF" FORCE)
18
+
set(X509_IGNORE_CRITICAL ${X509_IGNORE_CRITICAL}CACHESTRING"Choose if libspdm-provided cryptography libraries (OpenSSL and MbedTLS) ignore unsupported critical extensions in certificates : ON OFF, and default is OFF" FORCE)
0 commit comments