summaryrefslogtreecommitdiff
path: root/doc/tex/gnutls.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/gnutls.tex')
-rw-r--r--doc/tex/gnutls.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tex/gnutls.tex b/doc/tex/gnutls.tex
index 575731a95f..04f8bd490e 100644
--- a/doc/tex/gnutls.tex
+++ b/doc/tex/gnutls.tex
@@ -110,10 +110,10 @@ it may be normal for a server not to resume a session even if you requested that
\subsection{Simple Client example with SRP Authentication}
Although {\bf SRP} is not part of the TLS standard, \gnutls implements
-{\it draft-ietf-tls-srp-01} which defines a way to use the SRP algorithm
-within the TLS handshake. The following client
-is a very simple SRP-TLS client which connects to a server by using
-{\it username} and {\it password}.
+{\it David Taylor's}\footnote{Work in progress.} proposal for using SRP algorithm
+within the TLS handshake protocol. The following client
+is a very simple SRP-TLS client which connects to a server
+and authenticates using {\it username} and {\it password}.
\input{srp1}