SSLClient/library.properties

10 lines
530 B
Properties
Raw Normal View History

name=SSLClient
version=1.1.1
2019-04-01 21:56:50 +02:00
author=Noah Koontz <koontzn@oregonstate.edu>
maintainer=OPEnS Lab
sentence=Arduino library to add SSL 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
2019-04-01 21:56:50 +02:00
architectures=samd
includes=SSLClient.h