Fix uninitted class variables from #7464 by earlephilhower · Pull Request #7478 · esp8266/Arduino

@earlephilhower

PR esp8266#7464 removed the reset of client authentication settings when server
authentication settings were changed, however it never did initialize
the client authentication information to nullptr in the constructor.
This can result in crashes during connections when client certs are not
applied.

Fix by resetting the client authenticaion variables on object
construction.

@earlephilhower mentioned this pull request

Jul 23, 2020

@earlephilhower

d-a-v added a commit that referenced this pull request

Aug 2, 2020

@d-a-v