Home
last modified time | relevance | path

Searched refs:SSL_key_update (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_key_update.pod5 SSL_key_update,
16 int SSL_key_update(SSL *s, int updatetype);
25 SSL_key_update() schedules an update of the keys for the current TLS connection.
34 SSL_key_update() must only be called after the initial handshake has been
81 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
98 The SSL_key_update() and SSL_get_key_update_type() functions were added in
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map488 SSL_key_update;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile393 MAN+= SSL_key_update.3
2804 MLINKS+= SSL_key_update.3 SSL_get_key_update_type.3
2805 MLINKS+= SSL_key_update.3 SSL_renegotiate.3
2806 MLINKS+= SSL_key_update.3 SSL_renegotiate_abbreviated.3
2807 MLINKS+= SSL_key_update.3 SSL_renegotiate_pending.3
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod607 =item int B<SSL_key_update>(SSL *s, int updatetype);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1923 int SSL_key_update(SSL *s, int updatetype);
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c3086 SSL_key_update(con, in s_client_main()
H A Ds_server.c2545 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1299 SSL_F_SSL_KEY_UPDATE:515:SSL_key_update
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c2188 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function