Find a file
2019-02-25 18:18:41 -08:00
.vscode restruturing according to arduino library guidlines 2019-02-19 14:29:50 -08:00
src refactored client to use the generic IO API for bearSSL, need to figure out a way to structure write() such that bytes are only written when availible() is called, to allow for multiple calls without significant delay and/or bugs 2019-02-25 18:18:41 -08:00
.gitignore Initial commit 2019-02-19 10:24:22 -08:00
keywords.txt add bearSSL library to project 2019-02-19 10:48:11 -08:00
library.properties created arduino library to wrap BearSSL for the EthernetClient library 2019-02-19 10:33:22 -08:00
LICENSE Initial commit 2019-02-19 10:24:22 -08:00
README.md Initial commit 2019-02-19 10:24:22 -08:00

SSLClient

Arduino library to add SSL functionality to any Client class