restructure examples, validate stm32 (don't have hardware to test, so I can hope). Address https://github.com/OPEnSLab-OSU/SSLClient/issues/3.
This commit is contained in:
parent
2f05f16946
commit
8cbf028b98
5 changed files with 215 additions and 31 deletions
|
@ -2,9 +2,9 @@ name=SSLClient
|
|||
version=1.5.0
|
||||
author=Noah Koontz <koontzn@oregonstate.edu>
|
||||
maintainer=OPEnS Lab
|
||||
sentence=Arduino library to add SSL functionality to any Client class
|
||||
sentence=Arduino library to add TLS 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
|
||||
architectures=samd,tivac,stm32
|
||||
includes=SSLClient.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue