Skip to content

Commit 652220d

Browse files
authored
Merge pull request #10 from gojimmypi/Arduino-5.7.4
wolfssl 5.7.4 Release for Arduino
2 parents 9ecc5e7 + 6e15746 commit 652220d

File tree

301 files changed

+33650
-16228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+33650
-16228
lines changed

ChangeLog.md

Lines changed: 210 additions & 16 deletions
Large diffs are not rendered by default.

README

Lines changed: 175 additions & 89 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 183 additions & 93 deletions
Large diffs are not rendered by default.

examples/wolfssl_client/wolfssl_client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* wolfssl_client.ino
22
*
3-
* Copyright (C) 2006-2023 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfSSL.
66
*

examples/wolfssl_server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Additional examples can be found on [wolfSSL/wolfssl-examples](https://github.co
1313

1414
## Connect with an Arduino Sketch
1515

16-
See the companion [Arduino Sketch Client](../wolfssl_client/wolfssl_client.ino).
16+
See the companion [Arduino Sketch Client](../wolfssl_client/wolfssl_client.ino).
1717

1818
## Connect with Linux Client
1919

@@ -35,7 +35,7 @@ press the reset button or power cycle the Arduino before making a connection.
3535
Here's one possible script to test the server from a command-line client:
3636

3737
```bash
38-
#!/bin/bash
38+
#!/usr/bin/env bash
3939
echo "client log " > client_log.txt
4040
counter=1
4141
THIS_ERR=0

examples/wolfssl_server/wolfssl_server.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* wolfssl_server.ino
22
*
3-
* Copyright (C) 2006-2023 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfSSL.
66
*

library.json.pio

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
3+
"version": "5.7.4",
4+
"description": "5.7.4 (Arduino-wolfSSL for PlatformIO) A lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments.",
55
"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",
66
"repository": {
77
"type": "git",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=wolfssl
2-
version=5.7.2
2+
version=5.7.4
33
author=wolfSSL Inc.
44
maintainer=wolfSSL inc <[email protected]>
55
sentence=A lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments.

library.properties.pio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Arduino-wolfSSL
2-
version=5.7.2
2+
version=5.7.4
33
author=wolfSSL Inc.
44
maintainer=wolfSSL inc <[email protected]>
55
sentence=A lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments.

0 commit comments

Comments
 (0)