pub unsafe extern "C" fn esp_transport_ssl_set_client_key_password(
t: esp_transport_handle_t,
password: *const c_char,
password_len: c_int,
)
Expand description
@brief Set SSL client key password if the key is password protected. The configured password is passed to the underlying TLS stack to decrypt the client key
@param t ssl transport @param[in] password Pointer to the password @param[in] password_len Password length