Home
last modified time | relevance | path

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

/openbsd/regress/lib/libssl/ssl/
H A Dtestssl149 $ssltest -bio_pair -alpn_client foo -alpn_server bar || exit 1
150 $ssltest -bio_pair -alpn_client foo -alpn_server foo \
152 $ssltest -bio_pair -alpn_client foo,bar -alpn_server foo \
154 $ssltest -bio_pair -alpn_client bar,foo -alpn_server foo \
156 $ssltest -bio_pair -alpn_client bar,foo -alpn_server foo,bar \
158 $ssltest -bio_pair -alpn_client bar,foo -alpn_server bar,foo \
160 $ssltest -bio_pair -alpn_client foo,bar -alpn_server bar,foo \
162 $ssltest -bio_pair -alpn_client baz -alpn_server bar,foo || exit 1
H A Dssltest.c192 static const char *alpn_server; variable
240 if ((protos = next_protos_parse(&protos_len, alpn_server)) == NULL) { in cb_server_alpn()
243 alpn_server); in cb_server_alpn()
309 alpn_client, alpn_server); in verify_alpn()
550 alpn_server = *(++argv); in main()
696 if (alpn_server != NULL) in main()