Searched refs:npn_protocols (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/test/ |
D | ssl_test_ctx_test.c | 41 || !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() 185 fixture->expected_ctx->extra.client.npn_protocols = in test_good_configuration() 187 if (!TEST_ptr(fixture->expected_ctx->extra.client.npn_protocols)) in test_good_configuration()
|
D | handshake_helper.c | 66 unsigned char *npn_protocols; member 78 OPENSSL_free(ctx_data->npn_protocols); in ctx_data_free_data() 79 ctx_data->npn_protocols = NULL; in ctx_data_free_data() 394 ctx_data->npn_protocols, in client_npn_cb() 405 *data = ctx_data->npn_protocols; in server_npn_cb() 595 if (extra->server.npn_protocols != NULL) { in configure_handshake_ctx() 596 if (!TEST_true(parse_protos(extra->server.npn_protocols, in configure_handshake_ctx() 597 &server_ctx_data->npn_protocols, in configure_handshake_ctx() 603 if (extra->server2.npn_protocols != NULL) { in configure_handshake_ctx() 604 if (!TEST_true(parse_protos(extra->server2.npn_protocols, in configure_handshake_ctx() [all …]
|
D | ssl_test_ctx.h | 104 char *npn_protocols; member 119 char *npn_protocols; member
|
D | ssl_test_ctx.c | 352 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) 731 OPENSSL_free(conf->client.npn_protocols); in ssl_test_extra_conf_free_data() 732 OPENSSL_free(conf->server.npn_protocols); in ssl_test_extra_conf_free_data() 733 OPENSSL_free(conf->server2.npn_protocols); in ssl_test_extra_conf_free_data()
|
/third_party/python/Lib/ |
D | ssl.py | 532 def set_npn_protocols(self, npn_protocols): argument 539 for protocol in npn_protocols:
|