esp_tls: add initial support for TLS 1.3 connection

This commit is contained in:
Mahavir Jain
2023-04-25 17:40:01 +05:30
parent 266229ea34
commit 7fd1378fbb
2 changed files with 19 additions and 0 deletions

View File

@@ -26,6 +26,9 @@
#ifdef CONFIG_ESP_TLS_SERVER_SESSION_TICKETS
#include "mbedtls/ssl_ticket.h"
#endif
#ifdef CONFIG_MBEDTLS_SSL_PROTO_TLS1_3
#include "psa/crypto.h"
#endif
#elif CONFIG_ESP_TLS_USING_WOLFSSL
#include "wolfssl/wolfcrypt/settings.h"
#include "wolfssl/ssl.h"