]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md: Fix 'extention' and 'insenstive' typos
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Mon, 2 Mar 2026 08:42:37 +0000 (09:42 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Mar 2026 17:18:43 +0000 (18:18 +0100)
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)

CHANGES.md

index bef6abebb6aa1364a496fbbe36adaeafb06159c4..ec86113531dd6f37a54ade09f780b7d9a4b86cc3 100644 (file)
@@ -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.