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 5d3af16 commit 73f04e3Copy full SHA for 73f04e3
libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.cpp
@@ -105,6 +105,9 @@ WiFiClientSecure::WiFiClientSecure() : WiFiClient() {
105
_clear();
106
_clearAuthenticationSettings();
107
_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;
111
stack_thunk_add_ref();
112
}
113
0 commit comments