Home
last modified time | relevance | path

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

/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() can also be used to perform a key update when using QUIC. The
91 can be performed. SSL_key_update() will fail if these requirements are not met.
99 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
116 The SSL_key_update() and SSL_get_key_update_type() functions were added in
/openssl/test/
H A Dsslapitest.c6754 if (!TEST_true(SSL_key_update(clientssl, in test_key_update()
6817 if (!TEST_true(SSL_key_update(peerupdate, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_peer_in_write()
6922 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_peer_in_read()
7014 if (!TEST_false(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_write()
7024 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_write()
7101 if (!TEST_true(SSL_key_update(local, SSL_KEY_UPDATE_REQUESTED)) in test_key_update_local_in_read()
7407 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_pha_key_update()
8652 && !TEST_true(SSL_key_update(serverssl, in test_shutdown()
11090 if (!TEST_true(SSL_key_update(clientssl, SSL_KEY_UPDATE_NOT_REQUESTED))) in test_read_ahead_key_change()
H A Dquic_multistream_test.c418 if (!TEST_true(SSL_key_update(h->c_conn, SSL_KEY_UPDATE_REQUESTED))) in trigger_key_update()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md613 | `SSL_key_update` | RL | ��U | ��A | ��QSI | ��Done …
953 ### What should `SSL_key_update` and `SSL_get_key_update_type`?
955 `SSL_key_update` can trigger a TX record layer key update, which will cause the
/openssl/test/helpers/
H A Dhandshake.c980 ret = SSL_key_update(peer->ssl, test_ctx->key_update_type); in do_reneg_setup_step()
/openssl/util/
H A Dlibssl.num416 SSL_key_update 417 3_0_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2698 DEPEND[html/man3/SSL_key_update.html]=man3/SSL_key_update.pod
2699 GENERATE[html/man3/SSL_key_update.html]=man3/SSL_key_update.pod
2700 DEPEND[man/man3/SSL_key_update.3]=man3/SSL_key_update.pod
2701 GENERATE[man/man3/SSL_key_update.3]=man3/SSL_key_update.pod
3684 html/man3/SSL_key_update.html \
4348 man/man3/SSL_key_update.3 \
/openssl/apps/
H A Ds_client.c3874 if (!SSL_key_update(user_data->con, updatetype)) in user_data_execute()
H A Ds_server.c2740 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
/openssl/include/openssl/
H A Dssl.h.in2048 int SSL_key_update(SSL *s, int updatetype);
/openssl/ssl/
H A Dssl_lib.c2776 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function

Completed in 153 milliseconds