]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md: add an entry about newly deprecated time-related functions
authorAlexander Kanavin <alex@linutronix.de>
Fri, 17 May 2024 11:28:05 +0000 (13:28 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 May 2024 16:31:22 +0000 (18:31 +0200)
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)

CHANGES.md

index 15b70d577e1bd289c76519e4c5b909c9c6ce0873..2557ae113717fe5cec4b7d79cb3430f64ddacf23 100644 (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
 -----------