CHANGES.md: add an entry about newly deprecated time-related functions

Signed-off-by: Alexander Kanavin <alex@linutronix.de>

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24307)
This commit is contained in:
Alexander Kanavin 2024-05-17 13:28:05 +02:00 committed by Tomas Mraz
parent 00a6d0743a
commit f7ded920f3

View File

@ -89,6 +89,12 @@ OpenSSL 3.4
*Craig Lorentzen*
* SSL_SESSION_get_time()/SSL_SESSION_set_time()/SSL_CTX_flush_sessions() have
been deprecated in favour of their respective ..._ex() replacement functions
which are Y2038-safe.
*Alexander Kanavin*
OpenSSL 3.3
-----------