From: Frederik Wedel-Heinen Date: Mon, 2 Mar 2026 08:42:37 +0000 (+0100) Subject: CHANGES.md: Fix 'extention' and 'insenstive' typos X-Git-Tag: openssl-4.0.0-alpha1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=875a791ad27aabb6ea224f2d98aebb6949a4104f;p=thirdparty%2Fopenssl.git CHANGES.md: Fix 'extention' and 'insenstive' typos Reviewed-by: Eugene Syromiatnikov Reviewed-by: Paul Dale MergeDate: Wed Mar 4 17:18:51 2026 (Merged from https://github.com/openssl/openssl/pull/30227) --- diff --git a/CHANGES.md b/CHANGES.md index bef6abebb6a..ec86113531d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -61,7 +61,7 @@ OpenSSL Releases * Fixed bug that allowed TLS 1.2 ciphers to be added to the TLS 1.3 ciphersuites list, and for that list to contain duplicates. Cipher configuration strings for both TLS 1.2 and 1.3 are now - case-insenstive. + case-insensitive. *Viktor Dukhovni* @@ -143,7 +143,7 @@ OpenSSL Releases * The `OSSL_ESS_check_signing_certs_ex()` call has been added. - This api call is an extention to `OSSL_ESS_check_signing_certs()` to add + This api call is an extension to `OSSL_ESS_check_signing_certs()` to add the ability to specify a library context and property query when fetching algorithms to validate a given certificate.