Home
last modified time | relevance | path

Searched refs:SSL_in_before (Results 1 – 15 of 15) sorted by relevance

/src/crypto/openssl/doc/man3/
H A DSSL_in_init.pod5 SSL_in_before,
18 int SSL_in_before(const SSL *s);
31 SSL_in_before() returns 1 if no SSL/TLS handshake has yet been initiated, or 0
38 SSL_in_init(), SSL_in_before() and SSL_is_init_finished() can all return 0.
92 SSL_in_init(), SSL_in_before(), SSL_is_init_finished(), SSL_in_connect_init()
/src/crypto/openssl/ssl/
H A Dssl_cert_comp.c205 || !SSL_in_before(ssl)) in ssl_get_cert_to_compress()
315 || !SSL_in_before(ssl) in ssl_get_compressed_cert()
H A Dssl_lib.c2401 if (!SSL_in_before(s)) { in SSL_read_early_data()
2698 || !SSL_in_before(s) in SSL_write_early_data()
3526 if (SSL_in_before(s)) { in SSL_get_servername()
4965 if (SSL_in_init(s) || SSL_in_before(s)) { in SSL_do_handshake()
5138 if (!SSL_in_init(s) || !SSL_in_before(s)) { in SSL_dup()
H A Dssl_sess.c1261 …n & SSL_SENT_SHUTDOWN) && !(SSL_in_init(SSL_CONNECTION_GET_SSL(s)) || SSL_in_before(SSL_CONNECTION… in ssl_clear_bad_session()
H A Ds3_lib.c4990 if (sc->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()
/src/crypto/openssl/ssl/statem/
H A Dstatem.c104 int SSL_in_before(const SSL *s) in SSL_in_before() function
376 if (!SSL_in_init(ssl) || SSL_in_before(ssl)) { in state_machine()
464 if ((SSL_in_before(ssl)) in state_machine()
/src/secure/lib/libssl/
H A DVersion.map302 SSL_in_before;
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c274 if (SSL_in_before(conn->qconn)) in OSSL_DEMO_H3_CONN_new_for_conn()
/src/crypto/openssl/ssl/quic/
H A Dquic_tls.c930 if (sc == NULL || !SSL_IS_QUIC_HANDSHAKE(sc) || !SSL_in_before(qtls->args.s)) in ossl_quic_tls_set_early_data_enabled()
/src/crypto/openssl/test/
H A Dquicapitest.c2484 if (!TEST_true(SSL_in_before(clientquic))) in test_early_ticks()
2498 if (!TEST_true(SSL_in_before(clientquic))) in test_early_ticks()
2504 if (!TEST_false(SSL_in_before(clientquic))) in test_early_ticks()
/src/crypto/openssl/util/
H A Dlibssl.num344 SSL_in_before 345 3_0_0 EXIST::FUNCTION:
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md578 | `SSL_in_before` | HL | ��U | ��A | ��NC\* | ��Done …
/src/crypto/openssl/include/openssl/
H A Dssl.h1150 int SSL_in_before(const SSL *s);
H A Dssl.h.in1103 int SSL_in_before(const SSL *s);
/src/secure/lib/libcrypto/man/man3/
H A DMakefile4505 MLINKS+= SSL_in_init.3 SSL_in_before.3