\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}