From: Nikos Mavrogiannopoulos Date: Fri, 3 Aug 2001 10:25:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_2_0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5136cbccd95f7b1770e90f013bc2e8a43c95b502;p=thirdparty%2Fgnutls.git *** empty log message *** --- 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}