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: - * " " + * "