summaryrefslogtreecommitdiff
path: root/doc/tex/auth.tex
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-13 15:38:48 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-13 15:38:48 +0000
commit831e0f693ae50ef1daedd1e60709e1797ce01e7f (patch)
treea0c44850e33ea3bc422185b43b18b15245c96851 /doc/tex/auth.tex
parent0f210bd46abd3591f062e5412c260ef57098ae2a (diff)
downloadgnutls-831e0f693ae50ef1daedd1e60709e1797ce01e7f.tar.gz
spelling corrections, and addition of a subsection for compression algorithms.
Diffstat (limited to 'doc/tex/auth.tex')
-rw-r--r--doc/tex/auth.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tex/auth.tex b/doc/tex/auth.tex
index eaea4b34c3..ecb90d283f 100644
--- a/doc/tex/auth.tex
+++ b/doc/tex/auth.tex
@@ -76,12 +76,12 @@ This protocol also offers protection against off-line attacks, such as password
file stealing.
This is achieved since SRP does not use the plain password to perform authentication, but something called a
verifier. The verifier is $g^{x}mod(n)$ and $x$ is a value calculated
-from the username and the password.
-\par SRP is normaly used with a SHA based hash function, to calculate
+from the user name and the password.
+\par SRP is normally used with a SHA based hash function, to calculate
the value of $x$.
\par The advantage of SRP authentication, over other proposed secure password
authentication schemas, is that SRP does not require the server to hold
-the user's password. This kind of protection is similar to the one used traditionaly
+the user's password. This kind of protection is similar to the one used traditionally
in the \emph{UNIX} ``passwd'' file, where the contents of this file did not cause
harm to the system security if they were revealed.
\par
@@ -104,3 +104,4 @@ SRP & Authentication using the SRP protocol.
\gnutls{} includes a program to manipulate the required for SRP
authentication. See section \ref{srpcrypt} on page \pageref{srpcrypt} for
more information.
+