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
# If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
130
-
execute_process(COMMAND${MBEDTLS_PYTHON_EXECUTABLE}${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py -f ${CMAKE_CURRENT_SOURCE_DIR}/include/mbedtls/mbedtls_config.h get MBEDTLS_CTR_DRBG_USE_128_BIT_KEY
131
-
RESULT_VARIABLE result)
132
-
if(${result}EQUAL 0)
133
-
message(WARNING ${CTR_DRBG_128_BIT_KEY_WARNING})
134
-
endif()
135
-
136
-
endif()
137
116
138
117
# We now potentially need to link all executables against PThreads, if available
0 commit comments