summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-20 13:21:25 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-20 13:21:25 +0200
commit78dc0d38a22c859e3c736d34bda2283f6cb4a35b (patch)
tree7ddf7ca7f86e72c3df326e76dbf24369d9a8e080 /doc
parentb86d06e048f942ad1b51cb73a0b659c7d81ffaa0 (diff)
downloadgnutls-78dc0d38a22c859e3c736d34bda2283f6cb4a35b.tar.gz
Removed duplicated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/gnutls.texi19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index c598c96392..383265d318 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -3507,11 +3507,14 @@ empty PSK identity hint, using @code{--netconf-hint ""}.
@cindex srptool
The @file{srptool} is a very simple program that emulates the programs
-in the @emph{Stanford SRP libraries}. It is intended for use in
-places where you don't expect @acronym{SRP} authentication to be the
-used for system users. Traditionally @emph{libsrp} used two
-files. One called 'tpasswd' which holds usernames and verifiers, and
-'tpasswd.conf' which holds generators and primes.
+in the @emph{Stanford SRP libraries}, see
+@url{http://srp.stanford.edu/}. It is intended for use in places
+where you don't expect @acronym{SRP} authentication to be the used for
+system users.
+
+Traditionally @emph{libsrp} used two files. One called @code{tpasswd}
+which holds usernames and verifiers, and @code{tpasswd.conf} which
+holds generators and primes.
How to use srptool:
@@ -3527,8 +3530,8 @@ $ srptool --create-conf /etc/tpasswd.conf
@item
This command will create /etc/tpasswd and will add user 'test' (you
-will also be prompted for a password). Verifiers are stored by default
-in the way libsrp expects.
+will also be prompted for a password). Verifiers are stored by
+default in the way libsrp expects.
@example
$ srptool --passwd /etc/tpasswd \
@@ -3536,7 +3539,7 @@ $ srptool --passwd /etc/tpasswd \
@end example
@item
-This command will check against a password. If the password matches
+This command will check against a password. If the password matches
the one in /etc/tpasswd you will get an ok.
@example