Allow an ALPN callback to pretend to not exist
[openssl.git] / doc / man3 / SSL_CTX_set_alpn_select_cb.pod
index 5ff5a93b523e6a05844cf166350f3680640b6547..5ad063eb7f3881b74c323c9df524d09c69d6c170 100644 (file)
@@ -113,9 +113,15 @@ The ALPN select callback B<cb>, must return one of the following:
 
 ALPN protocol selected.
 
+=item SSL_TLSEXT_ERR_ALERT_FATAL
+
+There was no overlap between the client's supplied list and the server
+configuration.
+
 =item SSL_TLSEXT_ERR_NOACK
 
-ALPN protocol not selected.
+ALPN protocol not selected, e.g., because no ALPN protocols are configured for
+this connection.
 
 =back