Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/node/src/
Dtls_wrap.cc268 if (where & SSL_CB_HANDSHAKE_DONE && !SSL_renegotiate_pending(ssl)) { in SSLInfoCallback()
270 CHECK(!SSL_renegotiate_pending(ssl)); in SSLInfoCallback()
/third_party/openssl/util/
Dlibssl.num311 SSL_renegotiate_pending 312 3_0_0 EXIST::FUNCTION:
/third_party/openssl/test/helpers/
Dhandshake.c903 if (!SSL_renegotiate_pending(peer->ssl)) { in do_reneg_setup_step()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1923 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/openssl/test/
Dsslapitest.c905 || !TEST_true(SSL_renegotiate_pending(clientssl))) in test_ccs_change_cipher()
925 if (!TEST_false(SSL_renegotiate_pending(clientssl)) in test_ccs_change_cipher()
/third_party/openssl/ssl/
Dssl_lib.c2336 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending() function
/third_party/openssl/include/openssl/
Dssl.h.in1998 __owur int SSL_renegotiate_pending(const SSL *s);
/third_party/openssl/
DCHANGES.md12823 * New function SSL_renegotiate_pending(). This returns true once
12829 place. SSL_renegotiate_pending() is useful for checking if the