SSLClient

Communication

Arduino library to add TLS functionality to any Client class
including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.

Author: Noah Koontz

Maintainer: OPEnS Lab

Read the documentation

Compatibility

This library is compatible with the samd, sam, tivac, stm32, esp32 architectures so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.