mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-04 22:36:32 +02:00
handshake in ssl_client.cpp (#2044)
* issue #2041 * handshake timeout * seconds to milliseconds
This commit is contained in:
committed by
Me No Dev
parent
0640964879
commit
46257c03b3
@ -23,6 +23,8 @@ typedef struct sslclient_context {
|
||||
mbedtls_x509_crt ca_cert;
|
||||
mbedtls_x509_crt client_cert;
|
||||
mbedtls_pk_context client_key;
|
||||
|
||||
unsigned long handshake_timeout;
|
||||
} sslclient_context;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user