SSLClient/library.properties

11 lines
554 B
Properties
Raw Normal View History

name=SSLClient
2021-03-22 04:12:30 +01:00
version=1.6.11
2019-04-01 21:56:50 +02:00
author=Noah Koontz <koontzn@oregonstate.edu>
maintainer=OPEnS Lab
sentence=Arduino library to add TLS functionality to any Client class
2019-04-01 21:56:50 +02:00
paragraph=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.
category=Communication
url=https://github.com/OPEnSLab-OSU/SSLClient
architectures=samd,sam,tivac,stm32,esp32
includes=SSLClient.h