]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacement
authorAlexander Kanavin <alex@linutronix.de>
Fri, 17 May 2024 11:49:21 +0000 (13:49 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 May 2024 16:31:22 +0000 (18:31 +0200)
commit86c9bb137836036f2c95a2b2ee7abfd564b49708
tree1cbcddf7947b6cd036cd6cb87563c3e6cdfde9c1
parent0ce2a09ae6987901337187d89164edeb003a834c
ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacement

The original function is using long for time and is therefore
not Y2038-safe.

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)
doc/man3/SSL_CTX_flush_sessions.pod
include/openssl/ssl.h.in
ssl/ssl_lib.c
ssl/ssl_sess.c
test/sslapitest.c
util/libssl.num