From b4e8e57b59cddab0e8fc4106449f2948a049f1c6 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 7 Nov 2024 07:40:02 -0600 Subject: [PATCH] spelling: tiny cleanup. --- certs/taoCert.txt | 2 +- doc/dox_comments/header_files/ssl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/certs/taoCert.txt b/certs/taoCert.txt index 0973defb26..a34b517a03 100644 --- a/certs/taoCert.txt +++ b/certs/taoCert.txt @@ -95,7 +95,7 @@ to use PKCS#5 v2 instead of v1.5 which is default add -v2 des3 # file Pkcs8Enc2 -to use PKCS#12 instead use -v1 witch a 12 algo like +to use PKCS#12 instead use -v1 which a 12 algo like -v1 PBE-SHA1-3DES # file Pkcs8Enc12 , see man pkcs8 for more info -v1 PBE-SHA1-RC4-128 # no longer file Pkcs8Enc12, arc4 now off by default diff --git a/doc/dox_comments/header_files/ssl.h b/doc/dox_comments/header_files/ssl.h index 7c11ef403a..c57685d23f 100644 --- a/doc/dox_comments/header_files/ssl.h +++ b/doc/dox_comments/header_files/ssl.h @@ -11251,7 +11251,7 @@ int wolfSSL_ALPN_GetPeerProtocol(WOLFSSL* ssl, char **list, \return MEMORY_E is the error returned when there is not enough memory. \param ssl pointer to a SSL object, created with wolfSSL_new(). - \param mfl indicates witch is the Maximum Fragment Length requested for the + \param mfl indicates which is the Maximum Fragment Length requested for the session. The available options are: enum { WOLFSSL_MFL_2_9 = 1, 512 bytes WOLFSSL_MFL_2_10 = 2, 1024 bytes WOLFSSL_MFL_2_11 = 3, 2048 bytes WOLFSSL_MFL_2_12 = 4, 4096 bytes WOLFSSL_MFL_2_13 = 5, 8192