Add WiFiClient secure lib (#184)

* Provide SSL/TLS functions to ESP32 with Arduino IDE

* Generate a new random number in case of reconnection
This commit is contained in:
copercini
2017-02-10 20:20:24 -02:00
committed by Me No Dev
parent 0fb5e5ca11
commit 8ab3231e31
7 changed files with 766 additions and 0 deletions

View File

@ -0,0 +1,9 @@
name=WiFiClientSecure
version=1.0
author=Evandro Luis Copercini
maintainer=Github Community
sentence=Enables secure network connection (local and Internet) using the ESP32 built-in WiFi.
paragraph=With this library you can make a TLS or SSL connection to a remote server.
category=Communication
url=
architectures=esp32