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)
This commit is contained in:
parent
86c9bb1378
commit
00a6d0743a
8 changed files with 40 additions and 25 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue