summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-03 10:25:35 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-03 10:25:35 +0000
commit5136cbccd95f7b1770e90f013bc2e8a43c95b502 (patch)
tree09fd67a3355f4ed5fdc0c5866181d8f567604036
parent542a25e8f43699df1d6760827f905d4f08e3b360 (diff)
downloadgnutls-5136cbccd95f7b1770e90f013bc2e8a43c95b502.tar.gz
*** empty log message ***
-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}