Re: CONFIG_MBEDTLS_BUILTIN vs CONFIG_MBEDTLS_LIBRARY
Linux Weekend Learning
I added this in my prj.conf file CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf" user-tls.conf file: #define
MBEDTLS_X509_CRT_PARSE_C
In my code, i added a check to see whether this is enabled or not #if defined(MBEDTLS_X509_CRT_PARSE_C) LOG_INF("Enabled"); #endif This log is not printing, what mistake i am doing. i need to set
MBEDTLS_X509_CRT_PARSE_C for certificate and private key to be accepted by socket_tls.c On Mon, Mar 2, 2020 at 7:45 PM Bøe, Sebastian <Sebastian.Boe@...> wrote: Hi, |
|