12 lines
574 B
INI
12 lines
574 B
INI
name=SSLClient
|
|
version=1.4.7
|
|
author=Noah Koontz <koontzn@oregonstate.edu>
|
|
maintainer=OPEnS Lab
|
|
sentence=Arduino library to add SSL functionality to any Client class
|
|
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,tivac
|
|
includes=SSLClient.h
|
|
precompiled=true
|
|
ldflags=-lSSLClient
|