mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp-tls: add support for using hardware security module
This commit is contained in:

committed by
Aditya Patwardhan

parent
4553f6c95d
commit
7a2ea9b7f7
@@ -183,6 +183,9 @@ typedef struct esp_tls_cfg {
|
||||
underneath socket will be configured in non
|
||||
blocking mode after tls session is established */
|
||||
|
||||
bool use_hsm; /*!< Enable this option to use Hardware Security Module or ATECC chip
|
||||
( available on WROOM32SE )*/
|
||||
|
||||
int timeout_ms; /*!< Network timeout in milliseconds */
|
||||
|
||||
bool use_global_ca_store; /*!< Use a global ca_store for all the connections in which
|
||||
|
Reference in New Issue
Block a user