forked from govorox/SSLClient
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathlibrary.json
More file actions
14 lines (14 loc) · 737 Bytes
/
library.json
File metadata and controls
14 lines (14 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "SSLClientESP32",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "https://github.com/alkonosst/SSLClientESP32.git"
},
"description": "Provides secure network connection over a generic Client transport object. With this library you can make a SSL/TLS connection to a remote server using any object of Client class, like WiFiClient or TinyGsmClient. Additionally, you can provide the SSLClient object with a Certificate Bundle, facilitating access to most websites.",
"keywords": "secure, ssl, tls, gsm, arduino, esp32, client, wificlient, tinygsm, tinygsmclient, mbedtls",
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "SSLClientESP32.h"
}