Home
last modified time | relevance | path

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

/openssl-master/ssl/statem/
A Dstatem_srvr.c131 && s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()
375 || s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) in send_certificate_request()
432 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
475 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()
476 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()
504 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()
505 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in ossl_statem_server13_write_transition()
970 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server_post_work()
2732 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in tls_construct_certificate_request()
3543 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_certificate()
A Dstatem_lib.c570 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()
794 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()
854 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()
1074 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()
1075 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_finish_handshake()
A Dstatem_clnt.c174 if (!SSL_IS_DTLS(s) && s->post_handshake_auth == SSL_PHA_EXT_SENT) { in ossl_statem_client13_read_transition()
175 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()
423 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()
851 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()
2440 if (SSL_IS_TLS13(s) && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()
3434 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()
3482 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
A Dextensions.c1684 s->post_handshake_auth = SSL_PHA_NONE; in init_post_handshake_auth()
A Dextensions_srvr.c1220 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in tls_parse_ctos_post_handshake_auth()
A Dextensions_clnt.c1188 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_construct_ctos_post_handshake_auth()
/openssl-master/test/helpers/
A Dhandshake.c971 peer->ssl->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in do_reneg_setup_step()
/openssl-master/ssl/
A Dssl_lib.c5821 switch (ssl->post_handshake_auth) { in SSL_verify_client_post_handshake()
5839 ssl->post_handshake_auth = SSL_PHA_REQUEST_PENDING; in SSL_verify_client_post_handshake()
5843 ssl->post_handshake_auth = SSL_PHA_EXT_RECEIVED; /* restore on error */ in SSL_verify_client_post_handshake()
A Dssl_local.h1724 SSL_PHA_STATE post_handshake_auth; member

Completed in 48 milliseconds