Skip to content

Commit de00d3a

Browse files
committed
Add PlatformIO files for v5.7.2
1 parent 918f993 commit de00d3a

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

library.json.pio

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Arduino-wolfSSL",
3+
"version": "5.7.2",
4+
"description": "5.7.2 (Arduino-wolfSSL for PlatformIO) A lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments.",
5+
"keywords": "FIPS, DO-178, TLS, DTLS, DSA, PSK, X.509, RSA, ECC, AES, GCM, PQ, SHA, SHA256, 3DES, SHA512, MD5, ASN, CMAC, Blake, camellia, ChaCha, ChaCha20, DH, OCSP, ALPN, SNI, CRL, dilithium, ed25519, ed448, kdf, pkcs7, pkcs12, poly1305, Curve25519, sakke, SM, SM2, SM3, SM4, TFM, PKI, SRP, wolfcrypt, wolfssl, Post-quantum cryptography, Certificate management, SSL-TLS handshake, Session caching, Hash, Secure hashing, Public key infrastructure, Cryptanalysis, Lightweight cryptography, Hardware-based security",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/wolfSSL/Arduino-wolfSSL.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "wolfSSL Inc.",
13+
"email": "[email protected]",
14+
"url": "https://www.wolfssl.com/contact/",
15+
"maintainer": true
16+
}
17+
],
18+
"license": "GPL-2.0-only",
19+
"homepage": "https://www.wolfssl.com/",
20+
"dependencies": {
21+
},
22+
"frameworks": "*",
23+
"platforms": "*"
24+
}

library.properties.pio

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Arduino-wolfSSL
2+
version=5.7.2
3+
author=wolfSSL Inc.
4+
maintainer=wolfSSL inc <[email protected]>
5+
sentence=A lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments.
6+
paragraph=Manual: https://www.wolfssl.com/documentation/manuals/wolfssl/index.html.
7+
category=Communication
8+
url=https://www.wolfssl.com/
9+
architectures=*

0 commit comments

Comments
 (0)