]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: updated text for the ALPN experimental protocols
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 9 Jun 2014 15:13:29 +0000 (17:13 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 9 Jun 2014 15:13:29 +0000 (17:13 +0200)
doc/cha-intro-tls.texi

index b448c44d4ec5b77f6bc3b51e6ed84943dab28085..607502065d0d3b91675c9df60bed07a4ba8b9739 100644 (file)
@@ -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