diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-02-04 11:19:37 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-02-04 11:19:37 +0100 |
commit | 5ef0ea9c9e4ad4927752aa8267af8e752d8943d8 (patch) | |
tree | 097293563997f781285082e2cc3c7ee3f29e294b /manual/html_node/Certificate-verification.html | |
parent | 656190864696ee22e31afdfaab3f3c5eb4b70b5e (diff) | |
download | gnutls-5ef0ea9c9e4ad4927752aa8267af8e752d8943d8.tar.gz |
updated manual.
Diffstat (limited to 'manual/html_node/Certificate-verification.html')
-rw-r--r-- | manual/html_node/Certificate-verification.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/manual/html_node/Certificate-verification.html b/manual/html_node/Certificate-verification.html index a05ad50bee..67c9014fdd 100644 --- a/manual/html_node/Certificate-verification.html +++ b/manual/html_node/Certificate-verification.html @@ -1,10 +1,10 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> -<!-- This manual is last updated 31 December 2012 for version -3.1.6 of GnuTLS. +<!-- This manual is last updated 29 January 2013 for version +3.1.7 of GnuTLS. -Copyright (C) 2001-2012 Free Software Foundation, Inc. -Copyright (C) 2001-2012 Nikos Mavrogiannopoulos +Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ +Copyright (C) 2001-2013 Nikos Mavrogiannopoulos Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -14,10 +14,10 @@ copy of the license is included in the section entitled "GNU Free Documentation License". --> <!-- Created by GNU Texinfo 4.13.90, http://www.gnu.org/software/texinfo/ --> <head> -<title>GnuTLS 3.1.6: Certificate verification</title> +<title>GnuTLS 3.1.7: Certificate verification</title> -<meta name="description" content="GnuTLS 3.1.6: Certificate verification"> -<meta name="keywords" content="GnuTLS 3.1.6: Certificate verification"> +<meta name="description" content="GnuTLS 3.1.7: Certificate verification"> +<meta name="keywords" content="GnuTLS 3.1.7: Certificate verification"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -162,7 +162,7 @@ Next: <a href="Parameter-generation.html#Parameter-generation" accesskey="n" rel </div> <hr> <a name="Certificate-verification-1"></a> -<h4 class="subsection">6.11.2 Certificate verification</h4> +<h4 class="subsection">6.12.2 Certificate verification</h4> <a name="index-DANE-1"></a> <a name="index-DNSSEC-1"></a> <a name="index-SSH_002dstyle-authentication-1"></a> @@ -175,7 +175,7 @@ These methods are intended to be used in addition to normal PKI verification, in the risk of a compromised CA being undetected. </p> <a name="Trust-on-first-use"></a> -<h4 class="subsubsection">6.11.2.1 Trust on first use</h4> +<h4 class="subsubsection">6.12.2.1 Trust on first use</h4> <p>The GnuTLS library includes functionlity to use an SSH-like trust on first use authentication. The available functions to store and verify public keys are listed below. @@ -316,7 +316,7 @@ should contain storage and retrieval functions and specified as below. </dl> <a name="DANE-verification"></a> -<h4 class="subsubsection">6.11.2.2 DANE verification</h4> +<h4 class="subsubsection">6.12.2.2 DANE verification</h4> <p>Since the DANE library is not included in GnuTLS it requires programs to be linked against it. This can be achieved with the following commands. </p> |