summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/certtool.cfg3
-rw-r--r--doc/tex/srp.tex4
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/certtool.cfg b/doc/certtool.cfg
index 442f29f482..8dc8c422e1 100644
--- a/doc/certtool.cfg
+++ b/doc/certtool.cfg
@@ -36,6 +36,9 @@ expiration_days = 700
# A dnsname in case of a WWW server.
#dns_name = "www.none.org"
+# An IP address in case of a server.
+#ip_address = "192.168.1.1"
+
# An email in case of a person
email = "none@none.org"
diff --git a/doc/tex/srp.tex b/doc/tex/srp.tex
index 8b5e54e933..3966f58014 100644
--- a/doc/tex/srp.tex
+++ b/doc/tex/srp.tex
@@ -14,7 +14,9 @@ harm to the system security if they were revealed.
The SRP needs instead of the plain password something called a verifier,
which is calculated using the user's password, and if stolen cannot
be used to impersonate the user. See \cite{TOMSRP} for a detailed description
-of the SRP protocol, and for the Stanford SRP libraries.
+of the SRP protocol and the Stanford SRP libraries, which includes a PAM module
+that synchronizes the system's users passwords with the SRP password files. That
+way SRP authentication could be used for all the system's users.
\par
The implementation in \gnutls{} is based on paper \cite{TLSSRP}.