Searched refs:SSL_renegotiate_pending (Results 1 – 8 of 8) sorted by relevance
9 SSL_renegotiate_pending21 int SSL_renegotiate_pending(const SSL *s);77 The SSL_renegotiate_pending() function returns 1 if a renegotiation or105 SSL_renegotiate_pending() returns 1 if a renegotiation or renegotiation request
921 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
311 SSL_renegotiate_pending 312 3_0_0 EXIST::FUNCTION:
397 | `SSL_renegotiate_pending` | HL | U | NO | NC\* †5 | Done …
912 || !TEST_true(SSL_renegotiate_pending(clientssl))) in test_ccs_change_cipher()932 if (!TEST_false(SSL_renegotiate_pending(clientssl)) in test_ccs_change_cipher()
2052 __owur int SSL_renegotiate_pending(const SSL *s);
2878 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending() function
14198 * New function SSL_renegotiate_pending(). This returns true once14204 place. SSL_renegotiate_pending() is useful for checking if the
Completed in 99 milliseconds