Searched refs:SSL_renegotiate (Results 1 – 12 of 12) sorted by relevance
7 SSL_renegotiate,19 int SSL_renegotiate(SSL *s);46 SSL_renegotiate() and SSL_renegotiate_abbreviated() should only be called for50 When called from the client side, SSL_renegotiate() schedules a completely new59 same was as SSL_renegotiate() except that OpenSSL will attempt to resume the62 When called from the server side, SSL_renegotiate() and99 SSL_key_update(), SSL_renegotiate() and SSL_renegotiate_abbreviated() return 1
117 SSL_renegotiate(ssl); in ssl_read()128 SSL_renegotiate(ssl); in ssl_read()186 SSL_renegotiate(ssl); in ssl_write()197 SSL_renegotiate(ssl); in ssl_write()
2848 int SSL_renegotiate(SSL *s) in SSL_renegotiate() function
2724 SSL_renegotiate(con); in sv_body()2733 SSL_renegotiate(con); in sv_body()2777 SSL_renegotiate(con); in sv_body()3330 i = SSL_renegotiate(con); in www_body()3586 SSL_renegotiate(con); in www_body()3594 SSL_renegotiate(con); in www_body()
3174 SSL_renegotiate(con); in s_client_main()3860 if (!SSL_renegotiate(user_data->con)) in user_data_execute()
928 ret = SSL_renegotiate(peer->ssl); in do_reneg_setup_step()945 ret = SSL_renegotiate(peer->ssl); in do_reneg_setup_step()
39 SSL_renegotiate 40 3_0_0 EXIST::FUNCTION:
4010 SSL_renegotiate(ssl); in tls_process_hello_req()
395 | `SSL_renegotiate` | HL | U | FC | NC\* †5 | Done …
2050 int SSL_renegotiate(SSL *s);
911 || !TEST_true(SSL_renegotiate(clientssl)) in test_ccs_change_cipher()
14199 renegotiation has been requested (either SSL_renegotiate() call14202 (For servers, SSL_renegotiate() followed by SSL_do_handshake()
Completed in 290 milliseconds