Home
last modified time | relevance | path

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

/openssl-master/test/
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-master/test/helpers/
A Dssl_test_ctx.h106 char *alpn_protocols; member
123 char *alpn_protocols; member
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()
432 ctx_data->alpn_protocols, in server_alpn_cb()
603 if (extra->server.alpn_protocols != NULL) { in configure_handshake_ctx()
604 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
605 &server_ctx_data->alpn_protocols, in configure_handshake_ctx()
610 if (extra->server2.alpn_protocols != NULL) { in configure_handshake_ctx()
612 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
613 &server2_ctx_data->alpn_protocols, in configure_handshake_ctx()
620 if (extra->client.alpn_protocols != NULL) { in configure_handshake_ctx()
[all …]
A Dssl_test_ctx.c358 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols)
359 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols)
743 OPENSSL_free(conf->client.alpn_protocols); in ssl_test_extra_conf_free_data()
744 OPENSSL_free(conf->server.alpn_protocols); in ssl_test_extra_conf_free_data()
745 OPENSSL_free(conf->server2.alpn_protocols); in ssl_test_extra_conf_free_data()
A Dhandshake.h18 unsigned char *alpn_protocols; member

Completed in 10 milliseconds