summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-examples.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-10 10:35:29 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-10 10:35:29 +0100
commit309f04b111bcb507f6abed9669185fe1de66787f (patch)
treec01bc96bb95aa77e2bca46bfae87e314e33c050b /doc/cha-gtls-examples.texi
parent2fe123a63342125ac101df5ce5ab978dc5e3ed36 (diff)
downloadgnutls-309f04b111bcb507f6abed9669185fe1de66787f.tar.gz
Removed the application field and added an expiration field.
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r--doc/cha-gtls-examples.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi
index 9d253a0045..637653c46a 100644
--- a/doc/cha-gtls-examples.texi
+++ b/doc/cha-gtls-examples.texi
@@ -70,8 +70,9 @@ resumption.
This is an alternative verification function that will use the
X.509 certificate authorities for verification, but also assume an
-SSH-like authentication system. That is the user is prompted on unknown
-public keys and known public keys are considered trusted.
+trust on first use (SSH-like) authentication system. That is the user is
+prompted on unknown public keys and known public keys are considered
+trusted.
@verbatiminclude examples/ex-verify-ssh.c