Home
last modified time | relevance | path

Searched refs:SSL_renegotiate_pending (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DSSL_key_update.pod9 SSL_renegotiate_pending
21 int SSL_renegotiate_pending(const SSL *s);
77 The SSL_renegotiate_pending() function returns 1 if a renegotiation or
88 SSL_renegotiate_pending() returns 1 if a renegotiation or renegotiation request
/openssl/util/
H A Dlibssl.num311 SSL_renegotiate_pending 312 3_0_0 EXIST::FUNCTION:
/openssl/test/helpers/
H A Dhandshake.c907 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
/openssl/test/
H A Dsslapitest.c906 || !TEST_true(SSL_renegotiate_pending(clientssl))) in test_ccs_change_cipher()
926 if (!TEST_false(SSL_renegotiate_pending(clientssl)) in test_ccs_change_cipher()
/openssl/include/openssl/
H A Dssl.h.in2007 __owur int SSL_renegotiate_pending(const SSL *s);
/openssl/ssl/
H A Dssl_lib.c2694 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending() function
/openssl/
H A DCHANGES.md12656 * New function SSL_renegotiate_pending(). This returns true once
12662 place. SSL_renegotiate_pending() is useful for checking if the

Completed in 109 milliseconds