8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f32fbf commit d564311Copy full SHA for d564311
lib/WiFiClientSecure/src/WiFiClientSecure.h
@@ -68,6 +68,7 @@ class WiFiClientSecure : public WiFiClient
68
bool loadCACert(Stream& stream, size_t size);
69
bool loadCertificate(Stream& stream, size_t size);
70
bool loadPrivateKey(Stream& stream, size_t size);
71
+ bool loadCertBundle(Stream& stream, size_t size);
72
bool verify(const char* fingerprint, const char* domain_name);
73
void setHandshakeTimeout(unsigned long handshake_timeout);
74
0 commit comments