• Home
  • Raw
  • Download

Lines Matching refs:client_ctx

501                                    SSL_CTX *client_ctx,  in configure_handshake_ctx()  argument
520 if (!TEST_int_eq(SSL_CTX_set_max_send_fragment(client_ctx, in configure_handshake_ctx()
526 SSL_CTX_set_cert_verify_callback(client_ctx, &verify_accept_cb, NULL); in configure_handshake_ctx()
529 SSL_CTX_set_cert_verify_callback(client_ctx, &verify_reject_cb, NULL); in configure_handshake_ctx()
542 client_ctx, extra->client.max_fragment_len_mode); in configure_handshake_ctx()
573 SSL_CTX_set_tlsext_status_type(client_ctx, TLSEXT_STATUSTYPE_ocsp); in configure_handshake_ctx()
574 SSL_CTX_set_tlsext_status_cb(client_ctx, client_ocsp_cb); in configure_handshake_ctx()
575 SSL_CTX_set_tlsext_status_arg(client_ctx, NULL); in configure_handshake_ctx()
617 SSL_CTX_set_next_proto_select_cb(client_ctx, client_npn_cb, in configure_handshake_ctx()
645 || !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()
714 if (!TEST_true(SSL_CTX_set_srp_username(client_ctx, in configure_handshake_ctx()
717 SSL_CTX_set_srp_client_pwd_callback(client_ctx, client_srp_cb); in configure_handshake_ctx()
719 SSL_CTX_set_srp_cb_arg(client_ctx, client_ctx_data); in configure_handshake_ctx()
1422 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() argument
1459 if (!configure_handshake_ctx(server_ctx, server2_ctx, client_ctx, in do_handshake_internal()
1468 SSL_CTX_set_mode(client_ctx, SSL_MODE_DTLS_SCTP_LABEL_LENGTH_BUG); in do_handshake_internal()
1478 if (!create_peer(&client, client_ctx)) { in do_handshake_internal()
1744 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake() argument
1751 result = do_handshake_internal(server_ctx, server2_ctx, client_ctx, in do_handshake()