]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
correct typos
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 12 Aug 2011 14:59:07 +0000 (16:59 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 12 Aug 2011 14:59:07 +0000 (16:59 +0200)
doc/cha-gtls-app.texi

index 2b250b2301072e3295b7a3f1abc6bf2db52227dc..3a9f5dfef1fc4accb3c3ce28c785379369e78921 100644 (file)
@@ -672,13 +672,13 @@ In user authentication protocols (e.g., EAP or SASL mechanisms) it is
 useful to have a unique string that identifies the secure channel that
 is used, to bind together the user authentication with the secure
 channel.  This can protect against man-in-the-middle attacks in some
-situations.  The unique strings is a ``channel bindings''.  For
-background and more discussion see @xcite{RFC5056}.
+situations.  That unique string is called a ``channel binding''.  For
+background and discussion see @xcite{RFC5056}.
 
-You can extract a channel bindings using the
+In @acronym{GnuTLS} you can extract a channel binding using the
 @funcref{gnutls_session_channel_binding} function.  Currently only the
-@code{GNUTLS_CB_TLS_UNIQUE} type is supported, which corresponds to
-the @code{tls-unique} channel bindings for TLS defined in
+type @code{GNUTLS_CB_TLS_UNIQUE} is supported, which corresponds to
+the @code{tls-unique} channel binding for TLS defined in
 @xcite{RFC5929}.
 
 The following example describes how to print the channel binding data.