From: Nikos Mavrogiannopoulos Date: Mon, 9 Jun 2014 15:13:29 +0000 (+0200) Subject: doc: updated text for the ALPN experimental protocols X-Git-Tag: gnutls_3_3_5~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88a9e86a9bb623ed5b36424daec3a9b5debbb3fb;p=thirdparty%2Fgnutls.git doc: updated text for the ALPN experimental protocols --- diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index b448c44d4e..607502065d 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -636,10 +636,10 @@ string. To enable, use the following functions. @showfuncB{gnutls_alpn_set_protocols,gnutls_alpn_get_selected_protocol} -Note that you can use these functions with protocols that are -registered in the Application Layer Protocol Negotiation IANA registry. -If you wish to use them for other custom protocols then prefix them -with the 3 characters `exp' (lower-case). +Note that these functions are intended to be used with protocols that are +registered in the Application Layer Protocol Negotiation IANA registry. While +you can use them for other protocols (at the risk of collisions), it is preferable +to register them. @include sec-tls-app.texi