From 852937a3ae93953778acedad1cf7c3023ffeef3f Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Tue, 19 Feb 2019 10:33:22 -0800 Subject: [PATCH] created arduino library to wrap BearSSL for the EthernetClient library --- library.properties | 9 +++++++++ src/keywords.txt | 0 2 files changed, 9 insertions(+) create mode 100644 library.properties create mode 100644 src/keywords.txt diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..8b31264 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=SSLClient +version=0.1 +author=OPEnS Lab +maintainer=OPEnS Lab +sentence=Arduino library to add SSL functionality to any Client class +paragraph=Uses BearSSL to communicate over SSL. +category=Communication +url=https://github.com/OPEnSLab-OSU/SSLClient +includes=SSLClient.h \ No newline at end of file diff --git a/src/keywords.txt b/src/keywords.txt new file mode 100644 index 0000000..e69de29