Searched refs:SSL_key_update (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_key_update.pod | 5 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 D | sslapitest.c | 6754 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 D | quic_multistream_test.c | 418 if (!TEST_true(SSL_key_update(h->c_conn, SSL_KEY_UPDATE_REQUESTED))) in trigger_key_update()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 613 | `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 D | handshake.c | 980 ret = SSL_key_update(peer->ssl, test_ctx->key_update_type); in do_reneg_setup_step()
|
/openssl/util/ |
H A D | libssl.num | 416 SSL_key_update 417 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2698 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 D | s_client.c | 3874 if (!SSL_key_update(user_data->con, updatetype)) in user_data_execute()
|
H A D | s_server.c | 2740 SSL_key_update(con, buf[0] == 'K' ? in sv_body()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2048 int SSL_key_update(SSL *s, int updatetype);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 2776 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update() function
|
Completed in 126 milliseconds