Home
last modified time | relevance | path

Searched refs:next_proto_neg_in (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Ds_client.c865 const char *next_proto_neg_in = NULL; in s_client_main() local
1398 next_proto_neg_in = opt_arg(); in s_client_main()
1531 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_client_main()
1624 if (next_proto_neg_in) { in s_client_main()
1626 next_protos_parse(&next_proto.len, next_proto_neg_in); in s_client_main()
H A Ds_server.c1022 const char *next_proto_neg_in = NULL; in s_server_main() local
1585 next_proto_neg_in = opt_arg(); in s_server_main()
1672 if (min_version == TLS1_3_VERSION && next_proto_neg_in != NULL) { in s_server_main()
1780 if (next_proto_neg_in) { in s_server_main()
1781 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in); in s_server_main()

Completed in 26 milliseconds