summaryrefslogtreecommitdiff
path: root/doc/tex/srp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/srp.tex')
-rw-r--r--doc/tex/srp.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tex/srp.tex b/doc/tex/srp.tex
index f1e15a85ee..5764299520 100644
--- a/doc/tex/srp.tex
+++ b/doc/tex/srp.tex
@@ -1,7 +1,7 @@
\section{Authentication using SRP\index{SRP authentication}}
Authentication using the SRP\footnote{SRP stands for Secure Remote Password and
-is described in \cite{RFC2945}. The SRP key exchange is not a part of the \tlsI{} protocol}
+is described in \cite{RFC2945}. The SRP key exchange is an extension to the \tlsI{} protocol}
protocol is actually password authentication. The two peers can be identified using a
single password, or there can be combinations where the client is
authenticated using SRP and the server using a certificate.
@@ -73,6 +73,6 @@ Some helper functions such as
are included in \gnutls{}, and may be used to generate, and maintain
SRP verifiers, and password files.
A program to manipulate the required parameters
-for SRP authentication is also included. See section \ref{srpcrypt} on
-page \pageref{srpcrypt} for more information.
+for SRP authentication is also included. See section \ref{srptool} on
+page \pageref{srptool} for more information.