forked from espressif/arduino-esp32
Port SSL fingerprint checking from ESP8266 WiFiClientSecure to ESP32 (#1397)
This commit is contained in:
@ -58,6 +58,7 @@ public:
|
||||
void setCACert(const char *rootCA);
|
||||
void setCertificate(const char *client_ca);
|
||||
void setPrivateKey (const char *private_key);
|
||||
bool verify(const char* fingerprint, const char* domain_name);
|
||||
|
||||
operator bool()
|
||||
{
|
||||
|
Reference in New Issue
Block a user