summaryrefslogtreecommitdiff
path: root/manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.html')
-rw-r--r--manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.html b/manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.html
index 37173f4427..9710976c5c 100644
--- a/manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.html
+++ b/manual/html_node/Verifying-a-certificate-in-the-context-of-TLS-session.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 29 July 2014 for version
-3.3.7 of GnuTLS.
+3.3.8 of GnuTLS.
Copyright (C) 2001-2013 Free Software Foundation, Inc.\\
Copyright (C) 2001-2013 Nikos Mavrogiannopoulos
@@ -14,10 +14,10 @@ copy of the license is included in the section entitled "GNU Free
Documentation License". -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>GnuTLS 3.3.7: Verifying a certificate in the context of TLS session</title>
+<title>GnuTLS 3.3.8: Verifying a certificate in the context of TLS session</title>
-<meta name="description" content="GnuTLS 3.3.7: Verifying a certificate in the context of TLS session">
-<meta name="keywords" content="GnuTLS 3.3.7: Verifying a certificate in the context of TLS session">
+<meta name="description" content="GnuTLS 3.3.8: Verifying a certificate in the context of TLS session">
+<meta name="keywords" content="GnuTLS 3.3.8: Verifying a certificate in the context of TLS session">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
@@ -190,7 +190,7 @@ the end certificate (e.g. <code>GNUTLS_KP_TLS_WWW_SERVER</code>); in these cases
the more advanced <a href="Core-TLS-API.html#gnutls_005fcertificate_005fverify_005fpeers">gnutls_certificate_verify_peers</a> should be used instead.
</p>
<p>There is also the possibility to pass some input to the verification
-functions in the form of flags. For <a href="X509-certificate-API.html#gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt">gnutls_x509_trust_list_verify_crt</a> the
+functions in the form of flags. For <a href="X509-certificate-API.html#gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt2">gnutls_x509_trust_list_verify_crt2</a> the
flags are passed directly, but for
<a href="Core-TLS-API.html#gnutls_005fcertificate_005fverify_005fpeers3">gnutls_certificate_verify_peers3</a>, the flags are set using
<a href="Core-TLS-API.html#gnutls_005fcertificate_005fset_005fverify_005fflags">gnutls_certificate_set_verify_flags</a>. All the available