created arduino library to wrap BearSSL for the EthernetClient library
This commit is contained in:
parent
efe5180506
commit
852937a3ae
2 changed files with 9 additions and 0 deletions
9
library.properties
Normal file
9
library.properties
Normal 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
0
src/keywords.txt
Normal file
Loading…
Reference in a new issue