mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-15 19:42:06 +02:00
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:
9
libraries/WiFiClientSecure/library.properties
Normal file
9
libraries/WiFiClientSecure/library.properties
Normal 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
|
Reference in New Issue
Block a user