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:27:27 +0200
commit167f3f47de3b8948ba3ee8b79931a86d8de3deb8 (patch)
tree04e7e4f645cbe9c81d09625fdb8030f111a15864 /CHANGES.md
parentc6c3602e943b1e9acfa79c3a27d3b47e7b116064 (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) (cherry picked from commit 8b97bfcccc4328c65156bff6886db8733df39fde)
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 d8ed014e66..2e22d48739 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -34,6 +34,13 @@ breaking changes, and mappings for the large list of deprecated functions.
### Changes between 3.0.2 and 3.0.3 [3 May 2022]
+ * 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