From a9c7bc9d00426b644639c79755e74044d5fc0d3b Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Thu, 5 May 2022 17:12:55 -0600 Subject: [PATCH] fix markdown in readme notes --- ChangeLog.md | 3 ++- README | 3 ++- README.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d55e5fc63..5b1f1f691 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -123,7 +123,8 @@ Release 5.3.0 of wolfSSL embedded TLS has bug fixes and new features including: * SP ASM improvements for additional cache attack resistance * Add RSA check for small difference between p and q * 6-8% performance increase with ECC operations using SP int by improving the Montgomery Reduction -* Testing and Validation + +### Testing and Validation * All shell scripts in source tree now tested for correctness using shellcheck and bash -n * Added build testing under gcc-12 and -std=c++17 and fixed warnings * TLS 1.3 script test improvement to wait for server to write file diff --git a/README b/README index f7fa38a1c..56450b317 100644 --- a/README +++ b/README @@ -195,7 +195,8 @@ Release 5.3.0 of wolfSSL embedded TLS has bug fixes and new features including: * SP ASM improvements for additional cache attack resistance * Add RSA check for small difference between p and q * 6-8% performance increase with ECC operations using SP int by improving the Montgomery Reduction -* Testing and Validation + +### Testing and Validation * All shell scripts in source tree now tested for correctness using shellcheck and bash -n * Added build testing under gcc-12 and -std=c++17 and fixed warnings * TLS 1.3 script test improvement to wait for server to write file diff --git a/README.md b/README.md index a021ad73a..4e4d54b1e 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,8 @@ Release 5.3.0 of wolfSSL embedded TLS has bug fixes and new features including: * SP ASM improvements for additional cache attack resistance * Add RSA check for small difference between p and q * 6-8% performance increase with ECC operations using SP int by improving the Montgomery Reduction -* Testing and Validation + +### Testing and Validation * All shell scripts in source tree now tested for correctness using shellcheck and bash -n * Added build testing under gcc-12 and -std=c++17 and fixed warnings * TLS 1.3 script test improvement to wait for server to write file