SSLClient/library.properties

12 lines
556 B
Properties
Raw Normal View History

name=SSLClient
2020-02-10 20:38:06 +01:00
version=1.5.0
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
2020-02-07 01:09:08 +01:00
architectures=samd,tivac
includes=SSLClient.h
2020-02-07 01:09:08 +01:00
dot_a_linkage=true