Lines Matching refs:extra

494                                    const SSL_TEST_EXTRA_CONF *extra,  in configure_handshake_ctx()  argument
515 switch (extra->client.verify_callback) { in configure_handshake_ctx()
530 switch (extra->client.max_fragment_len_mode) { in configure_handshake_ctx()
537 client_ctx, extra->client.max_fragment_len_mode); in configure_handshake_ctx()
546 switch (extra->server.servername_callback) { in configure_handshake_ctx()
567 if (extra->server.cert_status != SSL_TEST_CERT_STATUS_NONE) { in configure_handshake_ctx()
573 ((extra->server.cert_status == SSL_TEST_CERT_STATUS_GOOD_RESPONSE) in configure_handshake_ctx()
586 if (extra->server.broken_session_ticket) { in configure_handshake_ctx()
591 if (extra->server.npn_protocols != NULL) { in configure_handshake_ctx()
592 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx()
599 if (extra->server2.npn_protocols != NULL) { in configure_handshake_ctx()
600 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx()
608 if (extra->client.npn_protocols != NULL) { in configure_handshake_ctx()
609 if (!TEST_true(parse_protos(extra->client.npn_protocols, in configure_handshake_ctx()
617 if (extra->server.alpn_protocols != NULL) { in configure_handshake_ctx()
618 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
624 if (extra->server2.alpn_protocols != NULL) { in configure_handshake_ctx()
626 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
634 if (extra->client.alpn_protocols != NULL) { in configure_handshake_ctx()
638 if (!TEST_true(parse_protos(extra->client.alpn_protocols, in configure_handshake_ctx()
647 if (extra->server.session_ticket_app_data != NULL) { in configure_handshake_ctx()
649 OPENSSL_strdup(extra->server.session_ticket_app_data); in configure_handshake_ctx()
655 if (extra->server2.session_ticket_app_data != NULL) { in configure_handshake_ctx()
659 OPENSSL_strdup(extra->server2.session_ticket_app_data); in configure_handshake_ctx()
684 switch (extra->client.ct_validation) { in configure_handshake_ctx()
700 extra, server_ctx_data, in configure_handshake_ctx()
719 const SSL_TEST_EXTRA_CONF *extra) in configure_handshake_ssl() argument
721 if (extra->client.servername != SSL_TEST_SERVERNAME_NONE) in configure_handshake_ssl()
723 ssl_servername_name(extra->client.servername)); in configure_handshake_ssl()
724 if (extra->client.enable_pha) in configure_handshake_ssl()
932 if (test_ctx->extra.client.no_extms_on_reneg) { in do_reneg_setup_step()
936 if (test_ctx->extra.client.reneg_ciphers != NULL) { in do_reneg_setup_step()
938 test_ctx->extra.client.reneg_ciphers)) { in do_reneg_setup_step()
1002 if (test_ctx->extra.server.force_pha) in do_reneg_setup_step()
1419 const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra, in do_handshake_internal() argument
1456 test_ctx, extra, &server_ctx_data, in do_handshake_internal()
1483 configure_handshake_ssl(server.ssl, client.ssl, extra); in do_handshake_internal()
1667 if (extra->client.verify_callback == SSL_TEST_VERIFY_RETRY_ONCE in do_handshake_internal()
1753 test_ctx, &test_ctx->extra, in do_handshake()