diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-04-30 11:54:42 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-05-30 18:31:22 +0200 |
commit | 00a6d0743a38e179f5f9b5de4b73be9fcec0bb4c (patch) | |
tree | d964cda72c8902940685d8413ce5bb3b4589c06e /util/libssl.num | |
parent | ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacement (diff) | |
download | openssl-00a6d0743a38e179f5f9b5de4b73be9fcec0bb4c.tar.xz openssl-00a6d0743a38e179f5f9b5de4b73be9fcec0bb4c.zip |
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)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libssl.num b/util/libssl.num index d7c7ff09b7..e232d3efd4 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -147,7 +147,7 @@ SSL_set_security_callback 147 3_0_0 EXIST::FUNCTION: SSL_SRP_CTX_init 148 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP ERR_load_SSL_strings 149 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0 SSL_CTX_SRP_CTX_init 150 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP -SSL_SESSION_set_time 151 3_0_0 EXIST::FUNCTION: +SSL_SESSION_set_time 151 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_4 i2d_SSL_SESSION 152 3_0_0 EXIST::FUNCTION: SSL_SESSION_get_master_key 153 3_0_0 EXIST::FUNCTION: SSL_COMP_get_compression_methods 154 3_0_0 EXIST::FUNCTION: @@ -246,7 +246,7 @@ SSL_get_verify_mode 246 3_0_0 EXIST::FUNCTION: SSL_CIPHER_get_id 247 3_0_0 EXIST::FUNCTION: SSL_SESSION_print_keylog 248 3_0_0 EXIST::FUNCTION: SSL_CTX_set_psk_client_callback 249 3_0_0 EXIST::FUNCTION:PSK -SSL_SESSION_get_time 250 3_0_0 EXIST::FUNCTION: +SSL_SESSION_get_time 250 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_4 SSL_set_debug 251 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0 SSL_get_security_level 252 3_0_0 EXIST::FUNCTION: SSL_CIPHER_description 253 3_0_0 EXIST::FUNCTION: |