Home
last modified time | relevance | path

Searched refs:alpn_protocols (Results 1 – 5 of 5) sorted by relevance

/openssl/test/
H A Dssl_test_ctx_test.c42 || !TEST_str_eq(conf1->alpn_protocols, conf2->alpn_protocols) in clientconf_eq()
55 || !TEST_str_eq(serv->alpn_protocols, serv2->alpn_protocols) in serverconf_eq()
192 fixture->expected_ctx->resume_extra.server2.alpn_protocols = in test_good_configuration()
194 if (!TEST_ptr(fixture->expected_ctx->resume_extra.server2.alpn_protocols)) in test_good_configuration()
/openssl/test/helpers/
H A Dssl_test_ctx.h107 char *alpn_protocols; member
124 char *alpn_protocols; member
H A Dhandshake.c68 OPENSSL_free(ctx_data->alpn_protocols); in ctx_data_free_data()
69 ctx_data->alpn_protocols = NULL; in ctx_data_free_data()
446 ctx_data->alpn_protocols, in server_alpn_cb()
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()
619 &server_ctx_data->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()
627 &server2_ctx_data->alpn_protocols, in configure_handshake_ctx()
634 if (extra->client.alpn_protocols != NULL) { in configure_handshake_ctx()
[all …]
H A Dssl_test_ctx.c355 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols)
356 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols)
757 OPENSSL_free(conf->client.alpn_protocols); in ssl_test_extra_conf_free_data()
758 OPENSSL_free(conf->server.alpn_protocols); in ssl_test_extra_conf_free_data()
759 OPENSSL_free(conf->server2.alpn_protocols); in ssl_test_extra_conf_free_data()
H A Dhandshake.h18 unsigned char *alpn_protocols; member

Completed in 31 milliseconds