Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
195 fixture->expected_ctx->resume_extra.server2.alpn_protocols = in test_good_configuration()
197 if (!TEST_ptr(fixture->expected_ctx->resume_extra.server2.alpn_protocols)) in test_good_configuration()
H A Dhandshake_helper.c68 unsigned char *alpn_protocols; member
80 OPENSSL_free(ctx_data->alpn_protocols); in ctx_data_free_data()
81 ctx_data->alpn_protocols = NULL; in ctx_data_free_data()
433 ctx_data->alpn_protocols, in server_alpn_cb()
621 if (extra->server.alpn_protocols != NULL) { in configure_handshake_ctx()
622 if (!TEST_true(parse_protos(extra->server.alpn_protocols, in configure_handshake_ctx()
623 &server_ctx_data->alpn_protocols, in configure_handshake_ctx()
628 if (extra->server2.alpn_protocols != NULL) { in configure_handshake_ctx()
630 || !TEST_true(parse_protos(extra->server2.alpn_protocols, in configure_handshake_ctx()
631 &server2_ctx_data->alpn_protocols, in configure_handshake_ctx()
[all …]
H A Dssl_test_ctx.h105 char *alpn_protocols; member
120 char *alpn_protocols; member
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)
734 OPENSSL_free(conf->client.alpn_protocols); in ssl_test_extra_conf_free_data()
735 OPENSSL_free(conf->server.alpn_protocols); in ssl_test_extra_conf_free_data()
736 OPENSSL_free(conf->server2.alpn_protocols); in ssl_test_extra_conf_free_data()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssl_test_ctx.h106 char *alpn_protocols; member
123 char *alpn_protocols; member
H A Dssl_test_ctx.c354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols)
355 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols)
739 OPENSSL_free(conf->client.alpn_protocols); in ssl_test_extra_conf_free_data()
740 OPENSSL_free(conf->server.alpn_protocols); in ssl_test_extra_conf_free_data()
741 OPENSSL_free(conf->server2.alpn_protocols); in ssl_test_extra_conf_free_data()
H A Dhandshake.h18 unsigned char *alpn_protocols; member