arduino-libraries / ArduinoBearSSL

Port of BearSSL to Arduino
MIT License
85 stars 49 forks source link

Fix local TA + implicit noSNI constructor #20

Closed manchoz closed 4 years ago

manchoz commented 4 years ago

Fix local TA + implicit noSNI constructor (BearSSLClient(Client& client, const br_x509_trust_anchor* myTAs, int myNumTAs);).

That was a regression introduced by https://github.com/arduino-libraries/ArduinoBearSSL/pull/19.