updated arduino library metadata
This commit is contained in:
parent
d3d625e328
commit
6258af2c4b
2 changed files with 37 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
name=SSLClient
|
||||
version=0.1
|
||||
author=OPEnS Lab
|
||||
version=1.0
|
||||
author=Noah Koontz <koontzn@oregonstate.edu>
|
||||
maintainer=OPEnS Lab
|
||||
sentence=Arduino library to add SSL functionality to any Client class
|
||||
paragraph=Uses BearSSL to communicate over SSL.
|
||||
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
|
||||
includes=SSLClient.h
|
Loading…
Add table
Add a link
Reference in a new issue