esp-idf/components/esp-tls
Mahavir Jain 8c9a3da695 mbedtls: disable Diffie-Hellman key exchange modes by default
Using these ciphers can constitute a security risk if the server
uses a weak prime for the key exchange.

Footprint impact:
Roughly 3K saved in text+rodata in default https_request example
2021-11-02 15:52:09 +08:00
..
esp-tls-crypto Encoding base64 with wolfSSL should produce the same result as esp_crypto_bas64_encode_mbedtls and not encode in PEM format /w new lines 2021-10-17 00:01:23 +08:00
private_include Added support for client session tickets in esp-tls (with mbedtls) 2021-09-15 22:19:04 +05:30
test
CMakeLists.txt
Kconfig mbedtls: disable Diffie-Hellman key exchange modes by default 2021-11-02 15:52:09 +08:00
component.mk
esp_tls.c Added support for client session tickets in esp-tls (with mbedtls) 2021-09-15 22:19:04 +05:30
esp_tls.h Merge branch 'feature/mbedtls_session_ticket_support' into 'master' 2021-09-17 09:59:02 +00:00
esp_tls_error_capture.c
esp_tls_errors.h Added support for client session tickets in esp-tls (with mbedtls) 2021-09-15 22:19:04 +05:30
esp_tls_mbedtls.c feature: Added user callback for esp_https_server 2021-10-11 09:41:01 +05:30
esp_tls_wolfssl.c