diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-05-17 13:28:05 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-05-30 18:31:22 +0200 |
commit | f7ded920f3f7311ebe2a5bcff256ba8719d19dfd (patch) | |
tree | 91bd7aff0a6f1268d19397a6f8bf962e43e40369 /CHANGES.md | |
parent | ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time (diff) | |
download | openssl-f7ded920f3f7311ebe2a5bcff256ba8719d19dfd.tar.xz openssl-f7ded920f3f7311ebe2a5bcff256ba8719d19dfd.zip |
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)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 15b70d577e..2557ae1137 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ----------- |