]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Missing changes entry about OPENSSL_str[n]casecmp
authorDmitry Belyavskiy <beldmit@gmail.com>
Thu, 12 May 2022 15:52:21 +0000 (17:52 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Tue, 17 May 2022 13:25:11 +0000 (15:25 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18302)

CHANGES.md

index 47e5aae05f6dc58dd0c20d8b43ad63b5261be162..4f256e65a6dfa6f38d945aa4e59bf2b3a3d189b9 100644 (file)
@@ -120,6 +120,13 @@ breaking changes, and mappings for the large list of deprecated functions.
 
 ### Changes between 3.0.2 and 3.0.3
 
+ * Case insensitive string comparison is reimplemented via new locale-agnostic
+   comparison functions OPENSSL_str[n]casecmp always using the POSIX locale for
+   comparison. The previous implementation had problems when the Turkish locale
+   was used.
+
+   *Dmitry Belyavskiy*
+
  * Fixed a bug in the c_rehash script which was not properly sanitising shell
    metacharacters to prevent command injection.  This script is distributed by
    some operating systems in a manner where it is automatically executed.  On