Find a file
2019-03-13 20:33:37 -07:00
src Switched hostname storage from stack to heap since hostnames are much smaller than max 256 bytes, need to add free memory error detection before stack overflows (8000 bytes?) 2019-03-13 13:25:13 -07:00
tools/pycert_bearssl added domain to description, fixed the "convert" command 2019-03-13 20:33:37 -07:00
.gitignore untracked some extra files 2019-03-07 18:17:04 -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 Fixed punctuation 2019-03-12 23:56:29 -07:00

SSLClient

Arduino library to add SSL functionality to any Client class. Currently work in progress (documentation on the way!).