Home
last modified time | relevance | path

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

/freebsd-14.2/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
82 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
99 The SSL_key_update() and SSL_get_key_update_type() functions were added in
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map487 SSL_key_update;
/freebsd-14.2/crypto/openssl/test/
H A Dsslapitest.c6520 if (!TEST_true(SSL_key_update(clientssl, in test_key_update()
6583 if (!TEST_true(SSL_key_update(peerupdate, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_peer_in_write()
6679 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_peer_in_read()
6771 if (!TEST_false(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_write()
6781 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_write()
6858 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_read()
7093 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update()
8300 && !TEST_true(SSL_key_update(serverssl, in test_shutdown()
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num416 SSL_key_update 417 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/test/helpers/
H A Dhandshake.c968 ret = SSL_key_update(peer->ssl, test_ctx->key_update_type); in do_reneg_setup_step()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile517 MAN+= SSL_key_update.3
4051 MLINKS+= SSL_key_update.3 SSL_get_key_update_type.3
4119 MLINKS+= SSL_key_update.3 SSL_renegotiate.3
4120 MLINKS+= SSL_key_update.3 SSL_renegotiate_abbreviated.3
4121 MLINKS+= SSL_key_update.3 SSL_renegotiate_pending.3
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.info2542 DEPEND[html/man3/SSL_key_update.html]=man3/SSL_key_update.pod
2543 GENERATE[html/man3/SSL_key_update.html]=man3/SSL_key_update.pod
2544 DEPEND[man/man3/SSL_key_update.3]=man3/SSL_key_update.pod
2545 GENERATE[man/man3/SSL_key_update.3]=man3/SSL_key_update.pod
3421 html/man3/SSL_key_update.html \
4029 man/man3/SSL_key_update.3 \
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c3037 SSL_key_update(con, in s_client_main()
H A Ds_server.c2638 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h2066 int SSL_key_update(SSL *s, int updatetype);
H A Dssl.h.in1994 int SSL_key_update(SSL *s, int updatetype);
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_lib.c2283 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function