From a626a4fb026b110e6ee58cdbccbd0cf88790fd94 Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 10 Nov 2021 11:30:24 -0800 Subject: [PATCH] Fixes for spelling errors. --- ChangeLog.md | 6 +- INSTALL | 2 +- src/internal.c | 10 +- src/keys.c | 2 +- src/ssl.c | 14 +- src/tls.c | 12 +- src/tls13.c | 8 +- wolfcrypt/src/asn.c | 46 +++--- wolfcrypt/src/eccsi.c | 14 +- wolfcrypt/src/fe_448.c | 6 +- wolfcrypt/src/pkcs7.c | 10 +- wolfcrypt/src/sakke.c | 14 +- wolfcrypt/src/sp_arm32.c | 176 +++++++++++------------ wolfcrypt/src/sp_arm64.c | 184 ++++++++++++------------ wolfcrypt/src/sp_armthumb.c | 176 +++++++++++------------ wolfcrypt/src/sp_c32.c | 236 +++++++++++++++--------------- wolfcrypt/src/sp_c64.c | 260 +++++++++++++++++----------------- wolfcrypt/src/sp_cortexm.c | 176 +++++++++++------------ wolfcrypt/src/sp_dsp32.c | 38 ++--- wolfcrypt/src/sp_int.c | 8 +- wolfcrypt/src/sp_x86_64.c | 234 +++++++++++++++--------------- wolfcrypt/src/sp_x86_64_asm.S | 70 ++++----- wolfcrypt/test/test.c | 10 +- wolfssl/internal.h | 12 +- wolfssl/wolfcrypt/eccsi.h | 2 +- 25 files changed, 863 insertions(+), 863 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6658f186b6..59e794c83a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -316,7 +316,7 @@ Release 4.8.0 of wolfSSL embedded TLS has bug fixes and new features including: * Added wolfSSL_CTX_get_TicketEncCtx getter function to return the ticket encryption ctx value * Added wc_AesKeyWrap_ex and wc_AesKeyUnWrap_ex APIs to accept an Aes object to use for the AES operations * Added implementation of AES-GCM streaming (--enable-aesgcm-stream) -* Added deterministic generation of k with ECC following RFC6979 when the macro WOLFSL_ECDSA_DETERMINISTIC_K is defined and wc_ecc_set_deterministic function is called +* Added deterministic generation of k with ECC following RFC6979 when the macro WOLFSSL_ECDSA_DETERMINISTIC_K is defined and wc_ecc_set_deterministic function is called * Implemented wc_DsaParamsDecode and wc_DsaKeyToParamsDer * Asynchronous support for TLS v1.3 TLSX ECC/DH key generation and key agreement * Added crypto callback support for Ed/Curve25519 and SHA2-512/384 @@ -2112,9 +2112,9 @@ More info can be found on-line at //http://wolfssl.com/yaSSL/Docs.html - No filesystem build fixes for various configurations - Certificate generation now supports several extensions including KeyUsage, - SKID, AKID, and Ceritifcate Policies + SKID, AKID, and Certificate Policies - CRLs can be loaded from buffers as well as files now -- SHA-512 Ceritifcate Signing generation +- SHA-512 Certificate Signing generation - Fixes for sniffer reassembly processing See INSTALL file for build instructions. diff --git a/INSTALL b/INSTALL index cf65204de9..7dabef7408 100644 --- a/INSTALL +++ b/INSTALL @@ -119,7 +119,7 @@ recommend using the CMake GUI in concert with Visual Studio, as described in these steps. 2) Open CMake. - 3) Where is the soure code: 4) Where to build the binaries: 5) Hit Configure. CMake runs the code in CMakeLists.txt and builds up an diff --git a/src/internal.c b/src/internal.c index 6fe6c4adae..4021699098 100644 --- a/src/internal.c +++ b/src/internal.c @@ -329,7 +329,7 @@ static int SSL_hmac(WOLFSSL* ssl, byte* digest, const byte* in, word32 sz, * key-log-callback to pass the string for TLS1.3. * The user's key-logging callback has been set via * wolfSSL_CTX_set_keylog_callback function. The logging string format is: - * " " + * "