Searched refs:SSL_get_state (Results 1 – 10 of 10) sorted by relevance
10 SSL_get_state24 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);50 SSL_get_state() returns a value indicating the current state of the handshake95 SSL_get_state() returns the current handshake state.
21 switch (SSL_get_state(s)) { in SSL_state_string_long()138 switch (SSL_get_state(s)) { in SSL_state_string()
97 if (SSL_get_state(s) == TLS_ST_CW_CLNT_HELLO in ssl3_dispatch_alert()
73 OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl) in SSL_get_state() function
398 if (SSL_get_state(ssl) == TLS_ST_CW_CLNT_HELLO in ssl3_write_bytes()
120 SSL_get_state 121 3_0_0 EXIST::FUNCTION:
2999 && SSL_get_state(con) == TLS_ST_SR_CLNT_HELLO) { in init_ssl_connection()
580 | `SSL_get_state` | HL | U | A | NC\* | Done …
2132 __owur OSSL_HANDSHAKE_STATE SSL_get_state(const SSL *ssl);
5692 SSL_get_state which now returns an "OSSL_HANDSHAKE_STATE" instead of an int.
Completed in 89 milliseconds