+4
−0
doc/ssl/SSL_CTX_set_alpn_select_cb.pod
0 → 100644
+126
−0
+2
−0
+16
−1
+4
−0
Loading
* Perform ALPN after the SNI callback; the SSL_CTX may change due to that processing * Add flags to indicate that we actually sent ALPN, to properly error out if unexpectedly received. * document ALPN functions * unit tests Backport of commit 817cd0d5 Reviewed-by:Emilia Käsper <emilia@openssl.org> Reviewed-by:
Dr. Stephen Henson <steve@openssl.org>