Lines Matching refs:client_ctx
492 SSL_CTX *client_ctx, in configure_handshake_ctx() argument
511 if (!TEST_int_eq(SSL_CTX_set_max_send_fragment(client_ctx, in configure_handshake_ctx()
517 SSL_CTX_set_cert_verify_callback(client_ctx, &verify_accept_cb, NULL); in configure_handshake_ctx()
521 SSL_CTX_set_cert_verify_callback(client_ctx, &verify_retry_cb, NULL); in configure_handshake_ctx()
524 SSL_CTX_set_cert_verify_callback(client_ctx, &verify_reject_cb, NULL); in configure_handshake_ctx()
537 client_ctx, extra->client.max_fragment_len_mode); in configure_handshake_ctx()
568 SSL_CTX_set_tlsext_status_type(client_ctx, TLSEXT_STATUSTYPE_ocsp); in configure_handshake_ctx()
569 SSL_CTX_set_tlsext_status_cb(client_ctx, client_ocsp_cb); in configure_handshake_ctx()
570 SSL_CTX_set_tlsext_status_arg(client_ctx, NULL); in configure_handshake_ctx()
613 SSL_CTX_set_next_proto_select_cb(client_ctx, client_npn_cb, in configure_handshake_ctx()
641 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
682 if (!TEST_true(SSL_CTX_set_default_ctlog_list_file(client_ctx))) in configure_handshake_ctx()
686 if (!TEST_true(SSL_CTX_enable_ct(client_ctx, in configure_handshake_ctx()
691 if (!TEST_true(SSL_CTX_enable_ct(client_ctx, SSL_CT_VALIDATION_STRICT))) in configure_handshake_ctx()
699 if (!configure_handshake_ctx_for_srp(server_ctx, server2_ctx, client_ctx, in configure_handshake_ctx()
1418 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() argument
1455 if (!configure_handshake_ctx(server_ctx, server2_ctx, client_ctx, in do_handshake_internal()
1465 SSL_CTX_set_mode(client_ctx, SSL_MODE_DTLS_SCTP_LABEL_LENGTH_BUG); in do_handshake_internal()
1475 if (!create_peer(&client, client_ctx)) { in do_handshake_internal()
1745 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake() argument
1752 result = do_handshake_internal(server_ctx, server2_ctx, client_ctx, in do_handshake()