mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 02:07:15 +02:00
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