Commit 875a791ad2 for openssl.org

commit 875a791ad27aabb6ea224f2d98aebb6949a4104f
Author: Frederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Date:   Mon Mar 2 09:42:37 2026 +0100

    CHANGES.md: Fix 'extention' and 'insenstive' typos

    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    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 bef6abebb6..ec86113531 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.