Port SSL fingerprint checking from ESP8266 WiFiClientSecure to ESP32 (#1397)

This commit is contained in:
chemicstry
2018-05-14 14:00:40 +03:00
committed by Me No Dev
parent 0ea9ea4447
commit 00f962439a
4 changed files with 157 additions and 0 deletions

View File

@ -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()
{