Searched refs:post_handshake_auth (Results 1 – 10 of 10) sorted by relevance
63 EXT_ENTRY(post_handshake_auth),
148 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_read_transition()423 || s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) in send_certificate_request()487 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()532 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server13_write_transition()533 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_server13_write_transition()566 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_server13_write_transition()567 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in ossl_statem_server13_write_transition()1034 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in ossl_statem_server_post_work()2832 if (s->post_handshake_auth == SSL_PHA_REQUEST_PENDING) { in tls_construct_certificate_request()3550 if (sc->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_process_client_rpk()[all …]
617 if (!s->server && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_construct_finished()850 if (s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_finished()920 if (s->post_handshake_auth != SSL_PHA_REQUESTED && in tls_process_finished()1446 && s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_finish_handshake()1447 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_finish_handshake()
198 && s->post_handshake_auth == SSL_PHA_EXT_SENT) { in ossl_statem_client13_read_transition()199 s->post_handshake_auth = SSL_PHA_REQUESTED; in ossl_statem_client13_read_transition()456 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in ossl_statem_client13_write_transition()906 if (s->post_handshake_auth != SSL_PHA_REQUESTED) { in ossl_statem_client_post_work()2679 && s->post_handshake_auth != SSL_PHA_REQUESTED) in tls_process_certificate_request()3692 if (s->post_handshake_auth == SSL_PHA_REQUESTED) { in tls_prepare_client_certificate()3746 if (s->post_handshake_auth == SSL_PHA_REQUESTED) in tls_prepare_client_certificate()
1278 s->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in tls_parse_ctos_post_handshake_auth()1987 || sc->post_handshake_auth == SSL_PHA_EXT_RECEIVED)) { in tls_construct_stoc_client_cert_type()2002 if ((!send_certificate_request(sc) && sc->post_handshake_auth != SSL_PHA_EXT_RECEIVED) in tls_construct_stoc_client_cert_type()
1779 s->post_handshake_auth = SSL_PHA_NONE; in init_post_handshake_auth()
1246 s->post_handshake_auth = SSL_PHA_EXT_SENT; in tls_construct_ctos_post_handshake_auth()
1003 sc->post_handshake_auth = SSL_PHA_EXT_RECEIVED; in do_reneg_setup_step()
7289 switch (sc->post_handshake_auth) { in SSL_verify_client_post_handshake()7307 sc->post_handshake_auth = SSL_PHA_REQUEST_PENDING; in SSL_verify_client_post_handshake()7311 sc->post_handshake_auth = SSL_PHA_EXT_RECEIVED; /* restore on error */ in SSL_verify_client_post_handshake()
1730 SSL_PHA_STATE post_handshake_auth; member
Completed in 86 milliseconds