MBEDTLS cannot change config with esp_config.h
Posted: Tue Apr 02, 2019 3:02 pm
Hello all,
I have a problem changing the config of mbed-tls in Espressif 32 version 1.7.0
the framework contains a pre-build library from MBEDtls version 2.13.1
I tried to enable a configuration of MBEDtls namely the #define MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
I did this inside the config-file inside the installation folder
C:\Users\HPL\.platformio\packages\framework-arduinoespressif32\tools\sdk\include\mbedtls\mbedtls\esp_config.h
But a change in this file does not affect the mbed-tls library which in fact is not so weird because it is a precompiled library.
The question is now, is there any easy way to change the configuration of MBEDtls inside the arduino-framework ?
Kind regards,
Hilco
I have a problem changing the config of mbed-tls in Espressif 32 version 1.7.0
the framework contains a pre-build library from MBEDtls version 2.13.1
I tried to enable a configuration of MBEDtls namely the #define MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
I did this inside the config-file inside the installation folder
C:\Users\HPL\.platformio\packages\framework-arduinoespressif32\tools\sdk\include\mbedtls\mbedtls\esp_config.h
But a change in this file does not affect the mbed-tls library which in fact is not so weird because it is a precompiled library.
The question is now, is there any easy way to change the configuration of MBEDtls inside the arduino-framework ?
Kind regards,
Hilco