created arduino library to wrap BearSSL for the EthernetClient library

This commit is contained in:
Noah Laptop 2019-02-19 10:33:22 -08:00
parent efe5180506
commit 852937a3ae
2 changed files with 9 additions and 0 deletions

9
library.properties Normal file
View file

@ -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

0
src/keywords.txt Normal file
View file