tcp_transport: Added required API to support Digital Signature for SSL

This commit is contained in:
Aditya Patwardhan
2020-07-31 13:57:25 +05:30
parent 47f7c6a991
commit 91b88acaec
2 changed files with 18 additions and 0 deletions

View File

@@ -141,6 +141,16 @@ void esp_transport_ssl_skip_common_name_check(esp_transport_handle_t t);
*/
void esp_transport_ssl_use_secure_element(esp_transport_handle_t t);
/**
* @brief Set the ds_data handle in ssl context.(used for the digital signature operation)
*
* @param t ssl transport
* ds_data the handle for ds data params
*/
void esp_transport_ssl_set_ds_data(esp_transport_handle_t t, void *ds_data);
/**
* @brief Set PSK key and hint for PSK server/client verification in esp-tls component.
* Important notes: