summaryrefslogtreecommitdiff
path: root/manual/html_node/Verifying-X_002e509-certificate-paths.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/html_node/Verifying-X_002e509-certificate-paths.html')
-rw-r--r--manual/html_node/Verifying-X_002e509-certificate-paths.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/manual/html_node/Verifying-X_002e509-certificate-paths.html b/manual/html_node/Verifying-X_002e509-certificate-paths.html
index 3f33d11669..cd922c9b3f 100644
--- a/manual/html_node/Verifying-X_002e509-certificate-paths.html
+++ b/manual/html_node/Verifying-X_002e509-certificate-paths.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is last updated 10 February 2013 for version
-3.2.5 of GnuTLS.
+3.2.6 of GnuTLS.
Copyright (C) 2001-2013 Free Software Foundation, Inc.\\
Copyright (C) 2001-2013 Nikos Mavrogiannopoulos
@@ -12,12 +12,12 @@ any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled "GNU Free
Documentation License". -->
-<!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
+<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>GnuTLS 3.2.5: Verifying X.509 certificate paths</title>
+<title>GnuTLS 3.2.6: Verifying X.509 certificate paths</title>
-<meta name="description" content="GnuTLS 3.2.5: Verifying X.509 certificate paths">
-<meta name="keywords" content="GnuTLS 3.2.5: Verifying X.509 certificate paths">
+<meta name="description" content="GnuTLS 3.2.6: Verifying X.509 certificate paths">
+<meta name="keywords" content="GnuTLS 3.2.6: Verifying X.509 certificate paths">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
@@ -27,7 +27,7 @@ Documentation License". -->
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="X_002e509-certificates.html#X_002e509-certificates" rel="up" title="X.509 certificates">
<link href="Verifying-a-certificate-in-the-context-of-TLS-session.html#Verifying-a-certificate-in-the-context-of-TLS-session" rel="next" title="Verifying a certificate in the context of TLS session">
-<link href="X_002e509-public-and-private-keys.html#X_002e509-public-and-private-keys" rel="previous" title="X.509 public and private keys">
+<link href="X_002e509-public-and-private-keys.html#X_002e509-public-and-private-keys" rel="prev" title="X.509 public and private keys">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@@ -158,7 +158,7 @@ dl {
<a name="Verifying-X_002e509-certificate-paths"></a>
<div class="header">
<p>
-Next: <a href="Verifying-a-certificate-in-the-context-of-TLS-session.html#Verifying-a-certificate-in-the-context-of-TLS-session" accesskey="n" rel="next">Verifying a certificate in the context of TLS session</a>, Previous: <a href="X_002e509-public-and-private-keys.html#X_002e509-public-and-private-keys" accesskey="p" rel="previous">X.509 public and private keys</a>, Up: <a href="X_002e509-certificates.html#X_002e509-certificates" accesskey="u" rel="up">X.509 certificates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Function-and-Data-Index.html#Function-and-Data-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="Verifying-a-certificate-in-the-context-of-TLS-session.html#Verifying-a-certificate-in-the-context-of-TLS-session" accesskey="n" rel="next">Verifying a certificate in the context of TLS session</a>, Previous: <a href="X_002e509-public-and-private-keys.html#X_002e509-public-and-private-keys" accesskey="p" rel="prev">X.509 public and private keys</a>, Up: <a href="X_002e509-certificates.html#X_002e509-certificates" accesskey="u" rel="up">X.509 certificates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Function-and-Data-Index.html#Function-and-Data-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Verifying-X_002e509-certificate-paths-1"></a>
@@ -442,7 +442,7 @@ violated.
</dl>
<div class="float-caption"><p><strong>Figure 4.2: </strong>The <code>gnutls_certificate_status_t</code> enumeration.</p></div></div>
-<p>An example of certificate verification is shown in <a href="Verifying-a-certificate.html#ex_003averify2">ex:verify2</a>.
+<p>An example of certificate verification is shown in <a href="Verifying-a-certificate.html#ex_002dverify2">ex-verify2</a>.
It is also possible to have a set of certificates that
are trusted for a particular server but not to authorize other certificates.
This purpose is served by the functions <a href="X509-certificate-API.html#gnutls_005fx509_005ftrust_005flist_005fadd_005fnamed_005fcrt">gnutls_x509_trust_list_add_named_crt</a> and <a href="X509-certificate-API.html#gnutls_005fx509_005ftrust_005flist_005fverify_005fnamed_005fcrt">gnutls_x509_trust_list_verify_named_crt</a>.
@@ -450,7 +450,7 @@ This purpose is served by the functions <a href="X509-certificate-API.html#gnutl
<hr>
<div class="header">
<p>
-Next: <a href="Verifying-a-certificate-in-the-context-of-TLS-session.html#Verifying-a-certificate-in-the-context-of-TLS-session" accesskey="n" rel="next">Verifying a certificate in the context of TLS session</a>, Previous: <a href="X_002e509-public-and-private-keys.html#X_002e509-public-and-private-keys" accesskey="p" rel="previous">X.509 public and private keys</a>, Up: <a href="X_002e509-certificates.html#X_002e509-certificates" accesskey="u" rel="up">X.509 certificates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Function-and-Data-Index.html#Function-and-Data-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="Verifying-a-certificate-in-the-context-of-TLS-session.html#Verifying-a-certificate-in-the-context-of-TLS-session" accesskey="n" rel="next">Verifying a certificate in the context of TLS session</a>, Previous: <a href="X_002e509-public-and-private-keys.html#X_002e509-public-and-private-keys" accesskey="p" rel="prev">X.509 public and private keys</a>, Up: <a href="X_002e509-certificates.html#X_002e509-certificates" accesskey="u" rel="up">X.509 certificates</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Function-and-Data-Index.html#Function-and-Data-Index" title="Index" rel="index">Index</a>]</p>
</div>