]> git.ipfire.org Git - thirdparty/openssl.git/commit
ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time
authorAlexander Kanavin <alex@linutronix.de>
Tue, 30 Apr 2024 09:54:42 +0000 (11:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 May 2024 16:31:22 +0000 (18:31 +0200)
commit00a6d0743a38e179f5f9b5de4b73be9fcec0bb4c
treed964cda72c8902940685d8413ce5bb3b4589c06e
parent86c9bb137836036f2c95a2b2ee7abfd564b49708
ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time

Adjust the manpages at the same time so that only the new
functions are being presented.

Fixes: #23648
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_set_ct_validation_callback.pod
doc/man3/SSL_SESSION_get_time.pod
include/openssl/ssl.h.in
ssl/ssl_lib.c
ssl/ssl_sess.c
test/clienthellotest.c
test/sslapitest.c
util/libssl.num