Lines Matching refs:extra
488 const SSL_TEST_EXTRA_CONF *extra,
509 switch (extra->client.verify_callback) {
524 switch (extra->client.max_fragment_len_mode) {
531 client_ctx, extra->client.max_fragment_len_mode);
540 switch (extra->server.servername_callback) {
561 if (extra->server.cert_status != SSL_TEST_CERT_STATUS_NONE) {
567 ((extra->server.cert_status == SSL_TEST_CERT_STATUS_GOOD_RESPONSE)
580 if (extra->server.broken_session_ticket) {
585 if (extra->server.npn_protocols != NULL) {
586 if (!TEST_true(parse_protos(extra->server.npn_protocols,
593 if (extra->server2.npn_protocols != NULL) {
594 if (!TEST_true(parse_protos(extra->server2.npn_protocols,
602 if (extra->client.npn_protocols != NULL) {
603 if (!TEST_true(parse_protos(extra->client.npn_protocols,
611 if (extra->server.alpn_protocols != NULL) {
612 if (!TEST_true(parse_protos(extra->server.alpn_protocols,
618 if (extra->server2.alpn_protocols != NULL) {
620 || !TEST_true(parse_protos(extra->server2.alpn_protocols,
628 if (extra->client.alpn_protocols != NULL) {
632 if (!TEST_true(parse_protos(extra->client.alpn_protocols,
641 if (extra->server.session_ticket_app_data != NULL) {
643 OPENSSL_strdup(extra->server.session_ticket_app_data);
647 if (extra->server2.session_ticket_app_data != NULL) {
651 OPENSSL_strdup(extra->server2.session_ticket_app_data);
674 switch (extra->client.ct_validation) {
690 extra, server_ctx_data,
701 const SSL_TEST_EXTRA_CONF *extra)
703 if (extra->client.servername != SSL_TEST_SERVERNAME_NONE)
705 ssl_servername_name(extra->client.servername));
706 if (extra->client.enable_pha)
914 if (test_ctx->extra.client.no_extms_on_reneg) {
918 if (test_ctx->extra.client.reneg_ciphers != NULL) {
920 test_ctx->extra.client.reneg_ciphers)) {
978 if (test_ctx->extra.server.force_pha)
1381 * Note that |extra| points to the correct client/server configuration
1384 * taken from |extra|.
1386 * The configuration code should never reach into |test_ctx->extra| or
1395 const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra,
1432 test_ctx, extra, &server_ctx_data,
1459 configure_handshake_ssl(server.ssl, client.ssl, extra);
1643 if (extra->client.verify_callback == SSL_TEST_VERIFY_RETRY_ONCE
1729 test_ctx, &test_ctx->extra,