Search found 2 matches

by HilcoHippie
Thu Apr 11, 2019 10:59 am
Forum: ESP32 Arduino
Topic: MBEDTLS cannot change config with esp_config.h
Replies: 1
Views: 3008

Re: MBEDTLS cannot change config with esp_config.h

I have found a solution by using the ESP-IDF framework.
There the MBEDTLS is not precompiled, so I changed the configuration I wanted to change.
Then I compiled it and used the lib.a file and replaced the one in the arduino framework.
by HilcoHippie
Tue Apr 02, 2019 3:02 pm
Forum: ESP32 Arduino
Topic: MBEDTLS cannot change config with esp_config.h
Replies: 1
Views: 3008

MBEDTLS cannot change config with esp_config.h

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 con...