CHANGES.md: add entry on constifying (X509) function parameter

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28033)
This commit is contained in:
Dr. David von Oheimb 2025-09-08 11:38:04 +02:00 committed by Tomas Mraz
parent 5929482814
commit 1c99e070b1
1 changed files with 5 additions and 0 deletions

View 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*