Home
last modified time | relevance | path

Searched refs:SSL_get_state (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_in_init.pod10 SSL_get_state
24 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
50 SSL_get_state() returns a value indicating the current state of the handshake
95 SSL_get_state() returns the current handshake state.
/freebsd/crypto/openssl/ssl/
H A Dssl_stat.c22 switch (SSL_get_state(s)) { in SSL_state_string_long()
139 switch (SSL_get_state(s)) { in SSL_state_string()
H A Ds3_msg.c98 if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO in ssl3_dispatch_alert()
/freebsd/secure/lib/libssl/
H A DVersion.map292 SSL_get_state;
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c74 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) in SSL_get_state() function
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c400 if (SSL_get_state(ssl) == TLS_ST_CW_CLNT_HELLO in ssl3_write_bytes()
/freebsd/crypto/openssl/util/
H A Dlibssl.num120 SSL_get_state 121 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/
H A Ds_server.c3101 && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) { in init_ssl_connection()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md580 | `SSL_get_state` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2200 __owur OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
H A Dssl.h.in2153 __owur OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4504 MLINKS+= SSL_in_init.3 SSL_get_state.3
/freebsd/crypto/openssl/
H A DCHANGES.md6366 SSL_get_state which now returns an "OSSL_HANDSHAKE_STATE" instead of an int.