summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2022-05-12 17:52:21 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2022-05-17 15:25:11 +0200
commit8b97bfcccc4328c65156bff6886db8733df39fde (patch)
tree95582b9f28a95cb09fa4a59a625fd73515ea89be /CHANGES.md
parent598bd7741568a1aae678e5472f18aae1ab991e8d (diff)
Missing changes entry about OPENSSL_str[n]casecmp
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18302)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 47e5aae05f..4f256e65a6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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