From 58cad54d778f782433aa1d78fc6cdeb4119ca6fb Mon Sep 17 00:00:00 2001 From: Shizuka Ishikiriyama Date: Fri, 20 Sep 2024 14:42:19 -0700 Subject: [PATCH 1/2] Added FIPS 140-3 cert --- wolfSSH/src/chapter01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfSSH/src/chapter01.md b/wolfSSH/src/chapter01.md index 2255d5fc..f492bed0 100644 --- a/wolfSSH/src/chapter01.md +++ b/wolfSSH/src/chapter01.md @@ -10,7 +10,7 @@ SSH is a layered set of protocols that provide multiplexed streams of data betwe ## Why Choose wolfSSH? -The wolfSSH library is a lightweight SSHv2 server library written in ANSI C and 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. wolfSSH supports the industry standard SSH v2. wolfSSH is powered by the wolfCrypt library. A version of the wolfCrypt cryptography library has been FIPS 140-2 validated (Certificate #3389), and is a module in process for FIPS 140-3. For additional information, visit the wolfCrypt FIPS FAQ or contact fips@wolfssl.com. +The wolfSSH library is a lightweight SSHv2 server library written in ANSI C and 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. wolfSSH supports the industry standard SSH v2. wolfSSH is powered by the wolfCrypt library. A version of the wolfCrypt cryptography library has been FIPS 140-3 validated (Certificate #4718) and FIPS 140-2 validated (Certificate #3389). For additional information, visit the wolfCrypt FIPS FQA or contact fips@wolfssl.com. ### Features From d7e070e8031060506d775f6e58cf1e8d619be361 Mon Sep 17 00:00:00 2001 From: Shizuka Ishikiriyama Date: Fri, 4 Oct 2024 18:45:00 -0700 Subject: [PATCH 2/2] Edited misspelling --- wolfSSH/src/chapter01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfSSH/src/chapter01.md b/wolfSSH/src/chapter01.md index f492bed0..98089ffc 100644 --- a/wolfSSH/src/chapter01.md +++ b/wolfSSH/src/chapter01.md @@ -10,7 +10,7 @@ SSH is a layered set of protocols that provide multiplexed streams of data betwe ## Why Choose wolfSSH? -The wolfSSH library is a lightweight SSHv2 server library written in ANSI C and 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. wolfSSH supports the industry standard SSH v2. wolfSSH is powered by the wolfCrypt library. A version of the wolfCrypt cryptography library has been FIPS 140-3 validated (Certificate #4718) and FIPS 140-2 validated (Certificate #3389). For additional information, visit the wolfCrypt FIPS FQA or contact fips@wolfssl.com. +The wolfSSH library is a lightweight SSHv2 server library written in ANSI C and 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. wolfSSH supports the industry standard SSH v2. wolfSSH is powered by the wolfCrypt library. A version of the wolfCrypt cryptography library has been FIPS 140-3 validated (Certificate #4718) and FIPS 140-2 validated (Certificate #3389). For additional information, visit the wolfCrypt FIPS FAQ or contact fips@wolfssl.com. ### Features