]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add NEWS/CHANGES for new OPENSSL_sk_set_cmp_thunks() api
authorNeil Horman <nhorman@openssl.org>
Wed, 14 Jan 2026 20:36:37 +0000 (15:36 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 7 Feb 2026 18:11:08 +0000 (13:11 -0500)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
MergeDate: Sat Feb  7 18:11:19 2026
(Merged from https://github.com/openssl/openssl/pull/29640)

CHANGES.md
NEWS.md

index 1aef34dc1fb59b8c39bf7183181292097e256983..217dda6591bfe89f96c1540c6ef74c47de4a6599 100644 (file)
@@ -46,6 +46,11 @@ OpenSSL 4.0
 
    *Shane Lontis*
 
+ * Added `OPENSSL_sk_set_cmp_thunks()` api to allow for proper typecasting
+   during comparison of elements in a `STACK_OF` structure
+
+   *Neil Horman*
+
  * Added configure options to disable KDF algorithms for
    hmac-drbg-kdf, kbkdf, krb5kdf, pvkkdf, snmpkdf, sskdf, sshkdf, x942kdf and x963kdf.
 
diff --git a/NEWS.md b/NEWS.md
index 2d5418aaf2c062963acfaad41bf1d66e371c032b..71ddf483c2daebdcef6806241811e54c7683688c 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -27,6 +27,8 @@ OpenSSL 4.0
 
 ### Major changes between OpenSSL 3.6 and OpenSSL 4.0 [under development]
 
+  * The `OPENSSL_sk_set_cmp_thunks()` call was added to the `STACK_OF` api
+
   * The script tool `c_rehash` was removed. Use `openssl rehash` instead.
 
   * libcrypto no longer cleans up globally allocated data via atexit()