Home
last modified time | relevance | path

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

/openssl/test/
H A Dssl_test_ctx_test.c41 || !TEST_str_eq(conf1->npn_protocols, conf2->npn_protocols) in clientconf_eq()
54 || !TEST_str_eq(serv->npn_protocols, serv2->npn_protocols) in serverconf_eq()
182 fixture->expected_ctx->extra.client.npn_protocols = in test_good_configuration()
184 if (!TEST_ptr(fixture->expected_ctx->extra.client.npn_protocols)) in test_good_configuration()
/openssl/test/helpers/
H A Dhandshake.c66 OPENSSL_free(ctx_data->npn_protocols); in ctx_data_free_data()
67 ctx_data->npn_protocols = NULL; in ctx_data_free_data()
407 ctx_data->npn_protocols, in client_npn_cb()
418 *data = ctx_data->npn_protocols; in server_npn_cb()
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()
593 &server_ctx_data->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()
[all …]
H A Dssl_test_ctx.h106 char *npn_protocols; member
123 char *npn_protocols; member
H A Dssl_test_ctx.c352 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, npn_protocols)
353 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, npn_protocols)
754 OPENSSL_free(conf->client.npn_protocols); in ssl_test_extra_conf_free_data()
755 OPENSSL_free(conf->server.npn_protocols); in ssl_test_extra_conf_free_data()
756 OPENSSL_free(conf->server2.npn_protocols); in ssl_test_extra_conf_free_data()
H A Dhandshake.h16 unsigned char *npn_protocols; member

Completed in 16 milliseconds