8000 Added loadCertBundle(Stream& stream, size_t size) · esp32wrangler/esp32-certBundle@d564311 · GitHub
[go: up one dir, main page]

Skip to content

Commit d564311

Browse files
Added loadCertBundle(Stream& stream, size_t size)
1 parent 6f32fbf commit d564311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/WiFiClientSecure/src/WiFiClientSecure.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class WiFiClientSecure : public WiFiClient
6868
bool loadCACert(Stream& stream, size_t size);
6969
bool loadCertificate(Stream& stream, size_t size);
7070
bool loadPrivateKey(Stream& stream, size_t size);
71+
bool loadCertBundle(Stream& stream, size_t size);
7172
bool verify(const char* fingerprint, const char* domain_name);
7273
void setHandshakeTimeout(unsigned long handshake_timeout);
7374

0 commit comments

Comments
 (0)
0