esp-tls: Add config and api to set and get ciphersuites list

This commit is contained in:
yuanjianmin
2023-04-20 17:45:25 +08:00
parent afd0e384db
commit f74447103f
4 changed files with 31 additions and 0 deletions

View File

@@ -136,3 +136,8 @@ mbedtls_x509_crt *esp_mbedtls_get_global_ca_store(void);
* Callback function for freeing global ca store for TLS/SSL using mbedtls
*/
void esp_mbedtls_free_global_ca_store(void);
/**
* Internal Callback for esp_tls_get_ciphersuites_list
*/
const int *esp_mbedtls_get_ciphersuites_list(void);