mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5ce95cae91
In TLS v1.2, It was possible to disable server certificate validation simply by using API 'mbedtls_ssl_conf_authmode'. But this behaviour is changed in TLS v1.3. We can not disable server certificate validation in TLS v1.3 using this API anymore. For more details, refer https://github.com/Mbed-TLS/mbedtls/issues/7075 |
||
---|---|---|
.. | ||
ca.pem | ||
client.crt | ||
client.key | ||
client.pem | ||
CMakeLists.txt | ||
Kconfig.projbuild | ||
server.crt | ||
server.key | ||
server.pem | ||
wifi_enterprise_main.c |