The ALPN callback should really ignore the out parameter if there's
authortb <tb@openbsd.org>
Fri, 28 Jun 2024 14:48:43 +0000 (14:48 +0000)
committertb <tb@openbsd.org>
Fri, 28 Jun 2024 14:48:43 +0000 (14:48 +0000)
commit30d1defaac3c71380e11d815971dd03a300f2ac7
tree7dde2be68fbf3fde080a1110ee7274d32651e750
parentde5182905655b5994bb916aa8eeb6f52cbb40fab
The ALPN callback should really ignore the out parameter if there's
no overlap. Document that explicitly. Also make it more explicit that
that the caller must work with a copy of out.

ok jsing
lib/libssl/man/SSL_CTX_set_alpn_select_cb.3