forked from espressif/arduino-esp32
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
@ -62,6 +62,7 @@ public:
|
||||
bool loadCertificate(Stream& stream, size_t size);
|
||||
bool loadPrivateKey(Stream& stream, size_t size);
|
||||
bool verify(const char* fingerprint, const char* domain_name);
|
||||
void setHandshakeTimeout(unsigned long handshake_timeout);
|
||||
|
||||
operator bool()
|
||||
{
|
||||
|
Reference in New Issue
Block a user