esp-idf/components/esp-tls
Aditya Patwardhan 56879510a5
fix(esp_https_server): Fix a breaking change
HTTPD_SSL_CONFIG_DEFAULT used to be a MACRO and hence used to return
    a const pointer. With a recent change it started not returning a
    const variable. This change reverts the function to its MACRO form.
    Updated the https_server example to use static declration
2023-12-11 08:05:10 +05:30
..
esp-tls-crypto
private_include fix(esp_tls): Refactor esp-tls to remove ESP_TLS_SERVER config option 2023-10-26 09:30:13 +00:00
test_apps fix(mbedtls): move interrupt allocation during initialization phase 2023-11-06 11:20:53 +05:30
CMakeLists.txt Merge branch 'docs/show_include_path' into 'master' 2023-10-11 09:36:14 +08:00
Kconfig fix(esp_tls): Refactor esp-tls to remove ESP_TLS_SERVER config option 2023-10-26 09:30:13 +00:00
esp_tls.c fix(esp_tls): Refactor esp-tls to remove ESP_TLS_SERVER config option 2023-10-26 09:30:13 +00:00
esp_tls.h fix(esp_https_server): Fix a breaking change 2023-12-11 08:05:10 +05:30
esp_tls_error_capture.c esp-tls: update esp-tls to support linux build 2023-01-04 11:17:27 +05:30
esp_tls_errors.h fix(esp-tls): Add headers in esp_tls_errors.h header file 2023-12-01 14:15:43 +05:30
esp_tls_mbedtls.c fix(esp_tls): Refactor esp-tls to remove ESP_TLS_SERVER config option 2023-10-26 09:30:13 +00:00
esp_tls_wolfssl.c fix(esp_tls): Refactor esp-tls to remove ESP_TLS_SERVER config option 2023-10-26 09:30:13 +00:00