Skip to content

Commit 73f04e3

Browse files
committed
Backport esp8266#7478
1 parent 5d3af16 commit 73f04e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ WiFiClientSecure::WiFiClientSecure() : WiFiClient() {
105105
_clear();
106106
_clearAuthenticationSettings();
107107
_certStore = nullptr; // Don't want to remove cert store on a clear, should be long lived
108+
_sk = nullptr;
109+
_axtls_chain = nullptr;
110+
_axtls_sk = nullptr;
108111
stack_thunk_add_ref();
109112
}
110113

0 commit comments

Comments
 (0)