From c88fec1534415a8a506da477d200b1125a60562b Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 5 Oct 2023 13:22:34 +0200 Subject: [PATCH 1/3] Remove unsupported distros from readme badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18b3665ff..972dac87b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - Packaging status + Packaging status # wolfSSL Embedded SSL/TLS Library From 6b28a68e42bba7e01f5f668efe97fadbc714b367 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 5 Oct 2023 13:26:35 +0200 Subject: [PATCH 2/3] Add DTLS 1.3 to README --- README | 10 +++++----- README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index dd24d9b32..a4bd69d03 100644 --- a/README +++ b/README @@ -20,11 +20,11 @@ certificate #3389). For additional information, visit the wolfCrypt FIPS FAQ There are many reasons to choose wolfSSL as your embedded SSL solution. Some of the top reasons include size (typical footprint sizes range from 20-100 kB), support for the newest standards (SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3, -DTLS 1.0, and DTLS 1.2), current and progressive cipher support (including -stream ciphers), multi-platform, royalty free, and an OpenSSL compatibility API -to ease porting into existing applications which have previously used the -OpenSSL package. For a complete feature list, see chapter 4 of the wolfSSL -manual. (https://www.wolfssl.com/docs/wolfssl-manual/ch4/) +DTLS 1.0, DTLS 1.2, and DTLS 1.3), current and progressive cipher support +(including stream ciphers), multi-platform, royalty free, and an OpenSSL +compatibility API to ease porting into existing applications which have +previously used the OpenSSL package. For a complete feature list, see chapter 4 +of the wolfSSL manual. (https://www.wolfssl.com/docs/wolfssl-manual/ch4/) *** Notes, Please read *** diff --git a/README.md b/README.md index 972dac87b..e0ee02e3c 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ or contact fips@wolfssl.com. There are many reasons to choose wolfSSL as your embedded, desktop, mobile, or enterprise SSL/TLS solution. Some of the top reasons include size (typical footprint sizes range from 20-100 kB), support for the newest standards -(SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3, DTLS 1.0, and DTLS 1.2), current -and progressive cipher support (including stream ciphers), multi-platform, +(SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3, DTLS 1.0, DTLS 1.2, and DTLS 1.3), +current and progressive cipher support (including stream ciphers), multi-platform, royalty free, and an OpenSSL compatibility API to ease porting into existing applications which have previously used the OpenSSL package. For a complete feature list, see [Chapter 4](https://www.wolfssl.com/docs/wolfssl-manual/ch4/) From 9abc611550b207c88743b4df8537da5fffa0c509 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Thu, 5 Oct 2023 13:32:58 +0200 Subject: [PATCH 3/3] Update dtls in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ee02e3c..d84e1ed21 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ targeted for embedded, RTOS, and resource-constrained environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating environments as well because of its royalty-free pricing and excellent cross platform support. wolfSSL supports industry standards up -to the current [TLS 1.3](https://www.wolfssl.com/tls13) and DTLS 1.2, is up to +to the current [TLS 1.3](https://www.wolfssl.com/tls13) and DTLS 1.3, is up to 20 times smaller than OpenSSL, and offers progressive ciphers such as ChaCha20, Curve25519, Blake2b and Post-Quantum TLS 1.3 groups. User benchmarking and feedback reports dramatically better performance when using wolfSSL over