Lines Matching defs:state
421 /* remember old state */
434 /* configure new state */
557 /* remember old state */
559 /* configure new state */
653 * "accept" state, it will reject the SSL packets which the client
698 * ACCEPT state manually. Using SSL_set_accept_state() doesn't work
700 * state explicitly and continue the handshake manually.
809 /* Toggle the renegotiation state to allow the new
828 /* XXX: Should replace setting state with SSL_renegotiate(ssl);
835 ssl->state = SSL_ST_ACCEPT;
1531 * And finally signal OpenSSL the (perhaps changed) state
1892 /* If the reneg state is to reject renegotiations, check the SSL
1893 * state machine and move to ABORT if a Client Hello is being
1896 int state = SSL_get_state((SSL *)ssl);
1898 if (state == SSL3_ST_SR_CLNT_HELLO_A
1899 || state == SSL23_ST_SR_CLNT_HELLO_A) {
1905 /* If the first handshake is complete, change state to reject any