Home
last modified time | relevance | path

Searched refs:SSL_renegotiate_pending (Results 1 – 8 of 8) 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
105 SSL_renegotiate_pending() returns 1 if a renegotiation or renegotiation request
/openssl/test/helpers/
H A Dhandshake.c921 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
/openssl/util/
H A Dlibssl.num311 SSL_renegotiate_pending 312 3_0_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md397 | `SSL_renegotiate_pending` | HL | ��U | ��NO | ��NC\* †5 | ��Done …
/openssl/test/
H A Dsslapitest.c912 || !TEST_true(SSL_renegotiate_pending(clientssl))) in test_ccs_change_cipher()
932 if (!TEST_false(SSL_renegotiate_pending(clientssl)) in test_ccs_change_cipher()
/openssl/include/openssl/
H A Dssl.h.in2052 __owur int SSL_renegotiate_pending(const SSL *s);
/openssl/ssl/
H A Dssl_lib.c2878 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending() function
/openssl/
H A DCHANGES.md14198 * New function SSL_renegotiate_pending(). This returns true once
14204 place. SSL_renegotiate_pending() is useful for checking if the

Completed in 99 milliseconds