]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md: add entry on constifying (X509) function parameter
authorDr. David von Oheimb <dev@ddvo.net>
Mon, 8 Sep 2025 09:38:04 +0000 (11:38 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Sep 2025 15:56:48 +0000 (17:56 +0200)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28033)

CHANGES.md

index 3c9006e5124721608c7fda0dbb572b636c3a22f4..9c452570b5d1534974c8c8175baba224ec3f0a74 100644 (file)
@@ -32,6 +32,11 @@ OpenSSL 4.0
 
 ### Changes between 3.6 and 4.0 [xx XXX xxxx]
 
+ * various function parameters have been constified,
+   in particular for X509-related functions.
+
+   *David von Oheimb*
+
  * Added `-hmac-env` and `-hmac-stdin` options to openssl-dgst.
 
    *Igor Ustinov*