diff options
1455 files changed, 6610 insertions, 5983 deletions
diff --git a/index.html b/index.html index 94ef5ef435..2b118bf2ff 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,16 @@ <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <table class="news-transparent" width="95%" summary=""> <tr> +<td><div class="emph-box" id="2015-01-17">2015-01-17</div></td> +<td> +<p> +Released <a +href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7967">GnuTLS +3.3.12</a>, a bug-fix release on the stable branch. +</p> +</td> +</tr> +<tr> <td><div class="emph-box" id="2014-12-11">2014-12-11</div></td> <td> <p> @@ -152,15 +162,6 @@ of the gnutls library. </p> </td> </tr> -<tr> -<td><div class="emph-box" id="2014-10-16">2014-10-16</div></td> -<td> -<p> -<a href="http://www.gnutls.org/security.html#GNUTLS-SA-2014-4">Posted a security advisory</a> on -the POODLE attack. -</p> -</td> -</tr> </table> </div> </td> diff --git a/manual/gnutls-guile.html b/manual/gnutls-guile.html index ecc8b5ae99..c0b4b7ec9a 100644 --- a/manual/gnutls-guile.html +++ b/manual/gnutls-guile.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11</title> +<title>GnuTLS-Guile 3.3.12</title> -<meta name="description" content="GnuTLS-Guile 3.3.11"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11"> +<meta name="description" content="GnuTLS-Guile 3.3.12"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -152,7 +152,7 @@ dl { </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> -<h1 class="settitle" align="center">GnuTLS-Guile 3.3.11</h1> +<h1 class="settitle" align="center">GnuTLS-Guile 3.3.12</h1> @@ -198,8 +198,8 @@ Next: <a href="#Preface" accesskey="n" rel="next">Preface</a>, Up: <a href="dir. <a name="GnuTLS_002dGuile"></a> <h1 class="top">GnuTLS-Guile</h1> -<p>This manual is last updated 29 July 2014 for version -3.3.11 of GnuTLS. +<p>This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. </p> <p>Copyright © 2001-2012, 2014 Free Software Foundation, Inc. </p> @@ -340,7 +340,7 @@ print the version number of the loaded library as follows: <pre class="example">$ guile guile> (use-modules (gnutls)) guile> (gnutls-version) -"3.3.11" +"3.3.12" guile> </pre></div> @@ -1247,46 +1247,11 @@ GNU Guile Reference Manual</cite>). </dd></dl> <dl> -<dt><a name="index-set_002dsession_002ddefault_002dexport_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-default-export-priority!</strong> <em>session</em></dt> -<dd><p>Have <var>session</var> use the default export priorities. -</p></dd></dl> - -<dl> <dt><a name="index-set_002dsession_002ddefault_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-default-priority!</strong> <em>session</em></dt> <dd><p>Have <var>session</var> use the default priorities. </p></dd></dl> <dl> -<dt><a name="index-set_002dsession_002dcertificate_002dtype_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-certificate-type-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred certificate-type for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dprotocol_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-protocol-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred protocol for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dkx_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-kx-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred kx for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dcompression_002dmethod_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-compression-method-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred compression-method for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dmac_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-mac-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred mac for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dcipher_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-cipher-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred cipher for <var>session</var>. -</p></dd></dl> - -<dl> <dt><a name="index-set_002dserver_002dsession_002dcertificate_002drequest_0021"></a>Scheme Procedure: <strong>set-server-session-certificate-request!</strong> <em>session request</em></dt> <dd><p>Tell how <var>session</var>, a server-side session, should deal with certificate requests. <var>request</var> should be either <code>certificate-request/request</code> or <code>certificate-request/require</code>. </p></dd></dl> @@ -1482,6 +1447,11 @@ GNU Guile Reference Manual</cite>). </p></dd></dl> <dl> +<dt><a name="index-server_002dname_002dtype_002d_003estring"></a>Scheme Procedure: <strong>server-name-type->string</strong> <em>enumval</em></dt> +<dd><p>Return a string describing <var>enumval</var>, a <code>server-name-type</code> value. +</p></dd></dl> + +<dl> <dt><a name="index-sign_002dalgorithm_002d_003estring"></a>Scheme Procedure: <strong>sign-algorithm->string</strong> <em>enumval</em></dt> <dd><p>Return a string describing <var>enumval</var>, a <code>sign-algorithm</code> value. </p></dd></dl> @@ -2211,6 +2181,7 @@ Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previ <tr><td></td><td valign="top"><a href="#index-rsa_002dparameters_003f"><code>rsa-parameters?</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Procedure-Index_fn_letter-S">S</a></th><td></td><td></td></tr> +<tr><td></td><td valign="top"><a href="#index-server_002dname_002dtype_002d_003estring"><code>server-name-type->string</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-server_002dsession_002dpsk_002dusername"><code>server-session-psk-username</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-session_002dauthentication_002dtype"><code>session-authentication-type</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-session_002dcertificate_002dtype"><code>session-certificate-type</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> @@ -2245,17 +2216,10 @@ Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previ <tr><td></td><td valign="top"><a href="#index-set_002dpsk_002dclient_002dcredentials_0021"><code>set-psk-client-credentials!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dpsk_002dserver_002dcredentials_002dfile_0021"><code>set-psk-server-credentials-file!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dserver_002dsession_002dcertificate_002drequest_0021"><code>set-server-session-certificate-request!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002dcertificate_002dtype_002dpriority_0021"><code>set-session-certificate-type-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002dcipher_002dpriority_0021"><code>set-session-cipher-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002dcompression_002dmethod_002dpriority_0021"><code>set-session-compression-method-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002dcredentials_0021"><code>set-session-credentials!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002ddefault_002dexport_002dpriority_0021"><code>set-session-default-export-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002ddefault_002dpriority_0021"><code>set-session-default-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002ddh_002dprime_002dbits_0021"><code>set-session-dh-prime-bits!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002dkx_002dpriority_0021"><code>set-session-kx-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002dmac_002dpriority_0021"><code>set-session-mac-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002dpriorities_0021"><code>set-session-priorities!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="#index-set_002dsession_002dprotocol_002dpriority_0021"><code>set-session-protocol-priority!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002dserver_002dname_0021"><code>set-session-server-name!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002dtransport_002dfd_0021"><code>set-session-transport-fd!</code></a>:</td><td> </td><td valign="top"><a href="#Input-and-Output">Input and Output</a></td></tr> <tr><td></td><td valign="top"><a href="#index-set_002dsession_002dtransport_002dfd_0021-1"><code>set-session-transport-fd!</code></a>:</td><td> </td><td valign="top"><a href="#Guile-Reference">Guile Reference</a></td></tr> diff --git a/manual/gnutls-guile.pdf b/manual/gnutls-guile.pdf Binary files differindex 62d698e7ca..c134e7b6f8 100644 --- a/manual/gnutls-guile.pdf +++ b/manual/gnutls-guile.pdf diff --git a/manual/gnutls-guile/Anonymous-Authentication-Guile-Example.html b/manual/gnutls-guile/Anonymous-Authentication-Guile-Example.html index aeb9d8c78a..1254b6ba1b 100644 --- a/manual/gnutls-guile/Anonymous-Authentication-Guile-Example.html +++ b/manual/gnutls-guile/Anonymous-Authentication-Guile-Example.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Anonymous Authentication Guile Example</title> +<title>GnuTLS-Guile 3.3.12: Anonymous Authentication Guile Example</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Anonymous Authentication Guile Example"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Anonymous Authentication Guile Example"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Anonymous Authentication Guile Example"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Anonymous Authentication Guile Example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Concept-Index.html b/manual/gnutls-guile/Concept-Index.html index 89fc82acae..7d3d9934db 100644 --- a/manual/gnutls-guile/Concept-Index.html +++ b/manual/gnutls-guile/Concept-Index.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Concept Index</title> +<title>GnuTLS-Guile 3.3.12: Concept Index</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Concept Index"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Concept Index"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Concept Index"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Concept Index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Copying-Information.html b/manual/gnutls-guile/Copying-Information.html index 5736c65cbb..80b07069c4 100644 --- a/manual/gnutls-guile/Copying-Information.html +++ b/manual/gnutls-guile/Copying-Information.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Copying Information</title> +<title>GnuTLS-Guile 3.3.12: Copying Information</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Copying Information"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Copying Information"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Copying Information"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Copying Information"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Enumerates-and-Constants.html b/manual/gnutls-guile/Enumerates-and-Constants.html index c9e0b5eede..4a5be59dc3 100644 --- a/manual/gnutls-guile/Enumerates-and-Constants.html +++ b/manual/gnutls-guile/Enumerates-and-Constants.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Enumerates and Constants</title> +<title>GnuTLS-Guile 3.3.12: Enumerates and Constants</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Enumerates and Constants"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Enumerates and Constants"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Enumerates and Constants"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Enumerates and Constants"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Exception-Handling.html b/manual/gnutls-guile/Exception-Handling.html index 7aac1d9b8f..7de5e8d468 100644 --- a/manual/gnutls-guile/Exception-Handling.html +++ b/manual/gnutls-guile/Exception-Handling.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Exception Handling</title> +<title>GnuTLS-Guile 3.3.12: Exception Handling</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Exception Handling"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Exception Handling"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Exception Handling"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Exception Handling"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Guile-API-Conventions.html b/manual/gnutls-guile/Guile-API-Conventions.html index 270ce07de7..22d1dac9b0 100644 --- a/manual/gnutls-guile/Guile-API-Conventions.html +++ b/manual/gnutls-guile/Guile-API-Conventions.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Guile API Conventions</title> +<title>GnuTLS-Guile 3.3.12: Guile API Conventions</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Guile API Conventions"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Guile API Conventions"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Guile API Conventions"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Guile API Conventions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Guile-Examples.html b/manual/gnutls-guile/Guile-Examples.html index 4ec2753ad9..3df91baccb 100644 --- a/manual/gnutls-guile/Guile-Examples.html +++ b/manual/gnutls-guile/Guile-Examples.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Guile Examples</title> +<title>GnuTLS-Guile 3.3.12: Guile Examples</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Guile Examples"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Guile Examples"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Guile Examples"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Guile Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Guile-Preparations.html b/manual/gnutls-guile/Guile-Preparations.html index fc94d8207d..998d8fc9fa 100644 --- a/manual/gnutls-guile/Guile-Preparations.html +++ b/manual/gnutls-guile/Guile-Preparations.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Guile Preparations</title> +<title>GnuTLS-Guile 3.3.12: Guile Preparations</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Guile Preparations"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Guile Preparations"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Guile Preparations"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Guile Preparations"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -244,7 +244,7 @@ print the version number of the loaded library as follows: <pre class="example">$ guile guile> (use-modules (gnutls)) guile> (gnutls-version) -"3.3.11" +"3.3.12" guile> </pre></div> diff --git a/manual/gnutls-guile/Guile-Reference.html b/manual/gnutls-guile/Guile-Reference.html index 72057d125b..8f9ed381f4 100644 --- a/manual/gnutls-guile/Guile-Reference.html +++ b/manual/gnutls-guile/Guile-Reference.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Guile Reference</title> +<title>GnuTLS-Guile 3.3.12: Guile Reference</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Guile Reference"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Guile Reference"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Guile Reference"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Guile Reference"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -515,46 +515,11 @@ GNU Guile Reference Manual</cite>). </dd></dl> <dl> -<dt><a name="index-set_002dsession_002ddefault_002dexport_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-default-export-priority!</strong> <em>session</em></dt> -<dd><p>Have <var>session</var> use the default export priorities. -</p></dd></dl> - -<dl> <dt><a name="index-set_002dsession_002ddefault_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-default-priority!</strong> <em>session</em></dt> <dd><p>Have <var>session</var> use the default priorities. </p></dd></dl> <dl> -<dt><a name="index-set_002dsession_002dcertificate_002dtype_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-certificate-type-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred certificate-type for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dprotocol_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-protocol-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred protocol for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dkx_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-kx-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred kx for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dcompression_002dmethod_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-compression-method-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred compression-method for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dmac_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-mac-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred mac for <var>session</var>. -</p></dd></dl> - -<dl> -<dt><a name="index-set_002dsession_002dcipher_002dpriority_0021"></a>Scheme Procedure: <strong>set-session-cipher-priority!</strong> <em>session items</em></dt> -<dd><p>Use <var>items</var> (a list) as the list of preferred cipher for <var>session</var>. -</p></dd></dl> - -<dl> <dt><a name="index-set_002dserver_002dsession_002dcertificate_002drequest_0021"></a>Scheme Procedure: <strong>set-server-session-certificate-request!</strong> <em>session request</em></dt> <dd><p>Tell how <var>session</var>, a server-side session, should deal with certificate requests. <var>request</var> should be either <code>certificate-request/request</code> or <code>certificate-request/require</code>. </p></dd></dl> @@ -750,6 +715,11 @@ GNU Guile Reference Manual</cite>). </p></dd></dl> <dl> +<dt><a name="index-server_002dname_002dtype_002d_003estring"></a>Scheme Procedure: <strong>server-name-type->string</strong> <em>enumval</em></dt> +<dd><p>Return a string describing <var>enumval</var>, a <code>server-name-type</code> value. +</p></dd></dl> + +<dl> <dt><a name="index-sign_002dalgorithm_002d_003estring"></a>Scheme Procedure: <strong>sign-algorithm->string</strong> <em>enumval</em></dt> <dd><p>Return a string describing <var>enumval</var>, a <code>sign-algorithm</code> value. </p></dd></dl> diff --git a/manual/gnutls-guile/Importing-OpenPGP-Keys-Guile-Example.html b/manual/gnutls-guile/Importing-OpenPGP-Keys-Guile-Example.html index ecb9d8d967..47d6287799 100644 --- a/manual/gnutls-guile/Importing-OpenPGP-Keys-Guile-Example.html +++ b/manual/gnutls-guile/Importing-OpenPGP-Keys-Guile-Example.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Importing OpenPGP Keys Guile Example</title> +<title>GnuTLS-Guile 3.3.12: Importing OpenPGP Keys Guile Example</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Importing OpenPGP Keys Guile Example"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Importing OpenPGP Keys Guile Example"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Importing OpenPGP Keys Guile Example"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Importing OpenPGP Keys Guile Example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Input-and-Output.html b/manual/gnutls-guile/Input-and-Output.html index e2c2a882e8..27e557eb24 100644 --- a/manual/gnutls-guile/Input-and-Output.html +++ b/manual/gnutls-guile/Input-and-Output.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Input and Output</title> +<title>GnuTLS-Guile 3.3.12: Input and Output</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Input and Output"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Input and Output"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Input and Output"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Input and Output"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/OpenPGP-Authentication-Guile-Example.html b/manual/gnutls-guile/OpenPGP-Authentication-Guile-Example.html index b5e94b51ee..768b4ff51e 100644 --- a/manual/gnutls-guile/OpenPGP-Authentication-Guile-Example.html +++ b/manual/gnutls-guile/OpenPGP-Authentication-Guile-Example.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: OpenPGP Authentication Guile Example</title> +<title>GnuTLS-Guile 3.3.12: OpenPGP Authentication Guile Example</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: OpenPGP Authentication Guile Example"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: OpenPGP Authentication Guile Example"> +<meta name="description" content="GnuTLS-Guile 3.3.12: OpenPGP Authentication Guile Example"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: OpenPGP Authentication Guile Example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Preface.html b/manual/gnutls-guile/Preface.html index a314a8fb79..85c3e9b18f 100644 --- a/manual/gnutls-guile/Preface.html +++ b/manual/gnutls-guile/Preface.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Preface</title> +<title>GnuTLS-Guile 3.3.12: Preface</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Preface"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Preface"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Preface"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Preface"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Procedure-Index.html b/manual/gnutls-guile/Procedure-Index.html index 384674d1b0..16d190b8f7 100644 --- a/manual/gnutls-guile/Procedure-Index.html +++ b/manual/gnutls-guile/Procedure-Index.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Procedure Index</title> +<title>GnuTLS-Guile 3.3.12: Procedure Index</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Procedure Index"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Procedure Index"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Procedure Index"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Procedure Index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -299,6 +299,7 @@ Next: <a href="Concept-Index.html#Concept-Index" accesskey="n" rel="next">Concep <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-rsa_002dparameters_003f"><code>rsa-parameters?</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Procedure-Index_fn_letter-S">S</a></th><td></td><td></td></tr> +<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-server_002dname_002dtype_002d_003estring"><code>server-name-type->string</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-server_002dsession_002dpsk_002dusername"><code>server-session-psk-username</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-session_002dauthentication_002dtype"><code>session-authentication-type</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-session_002dcertificate_002dtype"><code>session-certificate-type</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> @@ -333,17 +334,10 @@ Next: <a href="Concept-Index.html#Concept-Index" accesskey="n" rel="next">Concep <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dpsk_002dclient_002dcredentials_0021"><code>set-psk-client-credentials!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dpsk_002dserver_002dcredentials_002dfile_0021"><code>set-psk-server-credentials-file!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dserver_002dsession_002dcertificate_002drequest_0021"><code>set-server-session-certificate-request!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dcertificate_002dtype_002dpriority_0021"><code>set-session-certificate-type-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dcipher_002dpriority_0021"><code>set-session-cipher-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dcompression_002dmethod_002dpriority_0021"><code>set-session-compression-method-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dcredentials_0021"><code>set-session-credentials!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002ddefault_002dexport_002dpriority_0021"><code>set-session-default-export-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002ddefault_002dpriority_0021"><code>set-session-default-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002ddh_002dprime_002dbits_0021"><code>set-session-dh-prime-bits!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dkx_002dpriority_0021"><code>set-session-kx-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dmac_002dpriority_0021"><code>set-session-mac-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dpriorities_0021"><code>set-session-priorities!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> -<tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dprotocol_002dpriority_0021"><code>set-session-protocol-priority!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dserver_002dname_0021"><code>set-session-server-name!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> <tr><td></td><td valign="top"><a href="Input-and-Output.html#index-set_002dsession_002dtransport_002dfd_0021"><code>set-session-transport-fd!</code></a>:</td><td> </td><td valign="top"><a href="Input-and-Output.html#Input-and-Output">Input and Output</a></td></tr> <tr><td></td><td valign="top"><a href="Guile-Reference.html#index-set_002dsession_002dtransport_002dfd_0021-1"><code>set-session-transport-fd!</code></a>:</td><td> </td><td valign="top"><a href="Guile-Reference.html#Guile-Reference">Guile Reference</a></td></tr> diff --git a/manual/gnutls-guile/Procedure-Names.html b/manual/gnutls-guile/Procedure-Names.html index e0539012d3..35898bc85d 100644 --- a/manual/gnutls-guile/Procedure-Names.html +++ b/manual/gnutls-guile/Procedure-Names.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Procedure Names</title> +<title>GnuTLS-Guile 3.3.12: Procedure Names</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Procedure Names"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Procedure Names"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Procedure Names"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Procedure Names"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/Representation-of-Binary-Data.html b/manual/gnutls-guile/Representation-of-Binary-Data.html index f74c267fe0..9f823f7272 100644 --- a/manual/gnutls-guile/Representation-of-Binary-Data.html +++ b/manual/gnutls-guile/Representation-of-Binary-Data.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Representation of Binary Data</title> +<title>GnuTLS-Guile 3.3.12: Representation of Binary Data</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Representation of Binary Data"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Representation of Binary Data"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Representation of Binary Data"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Representation of Binary Data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/gnutls-guile/index.html b/manual/gnutls-guile/index.html index c0c2ee36e5..a9bf93df96 100644 --- a/manual/gnutls-guile/index.html +++ b/manual/gnutls-guile/index.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.11 of GnuTLS. +<!-- This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. @@ -13,10 +13,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-Guile 3.3.11: Top</title> +<title>GnuTLS-Guile 3.3.12: Top</title> -<meta name="description" content="GnuTLS-Guile 3.3.11: Top"> -<meta name="keywords" content="GnuTLS-Guile 3.3.11: Top"> +<meta name="description" content="GnuTLS-Guile 3.3.12: Top"> +<meta name="keywords" content="GnuTLS-Guile 3.3.12: Top"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -153,7 +153,7 @@ dl { </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> -<h1 class="settitle" align="center">GnuTLS-Guile 3.3.11</h1> +<h1 class="settitle" align="center">GnuTLS-Guile 3.3.12</h1> @@ -200,8 +200,8 @@ Next: <a href="Preface.html#Preface" accesskey="n" rel="next">Preface</a>, Up: < <a name="GnuTLS_002dGuile"></a> <h1 class="top">GnuTLS-Guile</h1> -<p>This manual is last updated 29 July 2014 for version -3.3.11 of GnuTLS. +<p>This manual is last updated 12 December 2014 for version +3.3.12 of GnuTLS. </p> <p>Copyright © 2001-2012, 2014 Free Software Foundation, Inc. </p> diff --git a/manual/gnutls.html b/manual/gnutls.html index 9feae9038d..c4c36eff55 100644 --- a/manual/gnutls.html +++ b/manual/gnutls.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.11 of GnuTLS. +3.3.12 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.11</title> +<title>GnuTLS 3.3.12</title> -<meta name="description" content="GnuTLS 3.3.11"> -<meta name="keywords" content="GnuTLS 3.3.11"> +<meta name="description" content="GnuTLS 3.3.12"> +<meta name="keywords" content="GnuTLS 3.3.12"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -153,7 +153,7 @@ dl { </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> -<h1 class="settitle" align="center">GnuTLS 3.3.11</h1> +<h1 class="settitle" align="center">GnuTLS 3.3.12</h1> @@ -320,17 +320,18 @@ dl { <li><a name="toc-private-option" href="#private-option">5.2.25 private option</a></li> <li><a name="toc-so_002dlogin-option" href="#so_002dlogin-option">5.2.26 so-login option</a></li> <li><a name="toc-admin_002dlogin-option" href="#admin_002dlogin-option">5.2.27 admin-login option</a></li> - <li><a name="toc-sec_002dparam-option" href="#sec_002dparam-option">5.2.28 sec-param option</a></li> - <li><a name="toc-inder-option" href="#inder-option">5.2.29 inder option</a></li> - <li><a name="toc-inraw-option" href="#inraw-option">5.2.30 inraw option</a></li> - <li><a name="toc-outder-option" href="#outder-option">5.2.31 outder option</a></li> - <li><a name="toc-outraw-option" href="#outraw-option">5.2.32 outraw option</a></li> - <li><a name="toc-set_002dpin-option" href="#set_002dpin-option">5.2.33 set-pin option</a></li> - <li><a name="toc-set_002dso_002dpin-option" href="#set_002dso_002dpin-option">5.2.34 set-so-pin option</a></li> - <li><a name="toc-provider-option" href="#provider-option">5.2.35 provider option</a></li> - <li><a name="toc-p11tool-exit-status-1" href="#p11tool-exit-status-1">5.2.36 p11tool exit status</a></li> - <li><a name="toc-p11tool-See-Also-1" href="#p11tool-See-Also-1">5.2.37 p11tool See Also</a></li> - <li><a name="toc-p11tool-Examples-1" href="#p11tool-Examples-1">5.2.38 p11tool Examples</a></li> + <li><a name="toc-curve-option" href="#curve-option">5.2.28 curve option</a></li> + <li><a name="toc-sec_002dparam-option" href="#sec_002dparam-option">5.2.29 sec-param option</a></li> + <li><a name="toc-inder-option" href="#inder-option">5.2.30 inder option</a></li> + <li><a name="toc-inraw-option" href="#inraw-option">5.2.31 inraw option</a></li> + <li><a name="toc-outder-option" href="#outder-option">5.2.32 outder option</a></li> + <li><a name="toc-outraw-option" href="#outraw-option">5.2.33 outraw option</a></li> + <li><a name="toc-set_002dpin-option" href="#set_002dpin-option">5.2.34 set-pin option</a></li> + <li><a name="toc-set_002dso_002dpin-option" href="#set_002dso_002dpin-option">5.2.35 set-so-pin option</a></li> + <li><a name="toc-provider-option" href="#provider-option">5.2.36 provider option</a></li> + <li><a name="toc-p11tool-exit-status-1" href="#p11tool-exit-status-1">5.2.37 p11tool exit status</a></li> + <li><a name="toc-p11tool-See-Also-1" href="#p11tool-See-Also-1">5.2.38 p11tool See Also</a></li> + <li><a name="toc-p11tool-Examples-1" href="#p11tool-Examples-1">5.2.39 p11tool Examples</a></li> </ul></li> <li><a name="toc-Trusted-Platform-Module-_0028TPM_0029" href="#Trusted-Platform-Module">5.3 Trusted Platform Module (TPM)</a> <ul class="no-bullet"> @@ -502,7 +503,7 @@ Next: <a href="#Preface" accesskey="n" rel="next">Preface</a>, Up: <a href="dir. <h1 class="top">GnuTLS</h1> <p>This manual is last updated 29 July 2014 for version -3.3.11 of GnuTLS. +3.3.12 of GnuTLS. </p> <p>Copyright © 2001-2013 Free Software Foundation, Inc.\\ Copyright © 2001-2013 Nikos Mavrogiannopoulos @@ -4424,7 +4425,13 @@ see <a href="#certtool-inder">the inder option documentation</a>. <p>This is an alias for the <code>outder</code> option, see <a href="#certtool-outder">the outder option documentation</a>. </p> -<a name="certtool-sec_002dparam"></a><a name="sec_002dparam-option-2"></a> +<a name="certtool-curve"></a><a name="curve-option-1"></a> +<h4 class="subsubheading">curve option</h4> + +<p>This is the “specify the curve used for ec key generation” option. +This option takes a string argument. +Supported values are secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1. +<a name="certtool-sec_002dparam"></a></p><a name="sec_002dparam-option-2"></a> <h4 class="subsubheading">sec-param option</h4> <p>This is the “specify the security level [low, legacy, medium, high, ultra]” option. @@ -7181,14 +7188,20 @@ see <a href="#p11tool-mark_002dprivate">the mark-private option documentation</a <p>This is an alias for the <code>so-login</code> option, see <a href="#p11tool-so_002dlogin">the so-login option documentation</a>. </p> -<a name="p11tool-sec_002dparam"></a><a name="sec_002dparam-option"></a> -<h4 class="subsection">5.2.28 sec-param option</h4> +<a name="p11tool-curve"></a><a name="curve-option"></a> +<h4 class="subsection">5.2.28 curve option</h4> + +<p>This is the “specify the curve used for ec key generation” option. +This option takes a string argument. +Supported values are secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1. +<a name="p11tool-sec_002dparam"></a></p><a name="sec_002dparam-option"></a> +<h4 class="subsection">5.2.29 sec-param option</h4> <p>This is the “specify the security level” option. This option takes a string argument <samp>Security parameter</samp>. This is alternative to the bits option. Available options are [low, legacy, medium, high, ultra]. <a name="p11tool-inder"></a></p><a name="inder-option"></a> -<h4 class="subsection">5.2.29 inder option</h4> +<h4 class="subsection">5.2.30 inder option</h4> <p>This is the “use der/raw format for input” option. </p> @@ -7199,13 +7212,13 @@ This is alternative to the bits option. Available options are [low, legacy, medi <p>Use DER/RAW format for input certificates and private keys. <a name="p11tool-inraw"></a></p><a name="inraw-option"></a> -<h4 class="subsection">5.2.30 inraw option</h4> +<h4 class="subsection">5.2.31 inraw option</h4> <p>This is an alias for the <code>inder</code> option, see <a href="#p11tool-inder">the inder option documentation</a>. </p> <a name="p11tool-outder"></a><a name="outder-option"></a> -<h4 class="subsection">5.2.31 outder option</h4> +<h4 class="subsection">5.2.32 outder option</h4> <p>This is the “use der format for output certificates, private keys, and dh parameters” option. </p> @@ -7216,31 +7229,31 @@ see <a href="#p11tool-inder">the inder option documentation</a>. <p>The output will be in DER or RAW format. <a name="p11tool-outraw"></a></p><a name="outraw-option"></a> -<h4 class="subsection">5.2.32 outraw option</h4> +<h4 class="subsection">5.2.33 outraw option</h4> <p>This is an alias for the <code>outder</code> option, see <a href="#p11tool-outder">the outder option documentation</a>. </p> <a name="p11tool-set_002dpin"></a><a name="set_002dpin-option"></a> -<h4 class="subsection">5.2.33 set-pin option</h4> +<h4 class="subsection">5.2.34 set-pin option</h4> <p>This is the “specify the pin to use on token initialization” option. This option takes a string argument. Alternatively the GNUTLS_PIN environment variable may be used. <a name="p11tool-set_002dso_002dpin"></a></p><a name="set_002dso_002dpin-option"></a> -<h4 class="subsection">5.2.34 set-so-pin option</h4> +<h4 class="subsection">5.2.35 set-so-pin option</h4> <p>This is the “specify the security officer’s pin to use on token initialization” option. This option takes a string argument. Alternatively the GNUTLS_SO_PIN environment variable may be used. <a name="p11tool-provider"></a></p><a name="provider-option"></a> -<h4 class="subsection">5.2.35 provider option</h4> +<h4 class="subsection">5.2.36 provider option</h4> <p>This is the “specify the pkcs #11 provider library” option. This option takes a file argument. This will override the default options in /etc/gnutls/pkcs11.conf <a name="p11tool-exit-status"></a></p><a name="p11tool-exit-status-1"></a> -<h4 class="subsection">5.2.36 p11tool exit status</h4> +<h4 class="subsection">5.2.37 p11tool exit status</h4> <p>One of the following exit values will be returned: </p><dl compact="compact"> @@ -7252,10 +7265,10 @@ This will override the default options in /etc/gnutls/pkcs11.conf </p></dd> </dl> <a name="p11tool-See-Also"></a><a name="p11tool-See-Also-1"></a> -<h4 class="subsection">5.2.37 p11tool See Also</h4> +<h4 class="subsection">5.2.38 p11tool See Also</h4> <p>certtool (1) <a name="p11tool-Examples"></a></p><a name="p11tool-Examples-1"></a> -<h4 class="subsection">5.2.38 p11tool Examples</h4> +<h4 class="subsection">5.2.39 p11tool Examples</h4> <p>To view all tokens in your system use: </p><div class="example"> <pre class="example">$ p11tool --list-tokens @@ -14888,7 +14901,9 @@ Fatal in session if broken. <p>This function will generate random data and store it to output buffer. </p> -<p><strong>Returns:</strong> Zero or a negative error code on error. +<p>This function is thread-safe and also fork-safe. +</p> +<p><strong>Returns:</strong> Zero on success, or a negative error code on error. </p> <p><strong>Since:</strong> 2.12.0 </p></dd></dl> @@ -15130,6 +15145,18 @@ Connect, establish a session and rehandshake immediately. <p>This is the “connect, establish a plain session and start tls” option. The TLS session will be initiated when EOF or a SIGALRM is received. +<a name="gnutls_002dcli-app_002dproto"></a></p><a name="app_002dproto-option-1"></a> +<h4 class="subheading">app-proto option</h4> + +<p>This is an alias for the <code>starttls-proto</code> option, +see <a href="#gnutls_002dcli-starttls_002dproto">the starttls-proto option documentation</a>. +</p> +<a name="gnutls_002dcli-starttls_002dproto"></a><a name="starttls_002dproto-option"></a> +<h4 class="subheading">starttls-proto option</h4> + +<p>This is the “the application protocol to be used to obtain the server’s certificate (https, smtp, imap)” option. +This option takes a string argument. +Specify the application layer protocol for STARTTLS. If the protocol is supported, gnutls-cli will proceed to the TLS negotiation. <a name="gnutls_002dcli-dh_002dbits"></a></p><a name="dh_002dbits-option"></a> <h4 class="subheading">dh-bits option</h4> @@ -15189,10 +15216,9 @@ Enable inline commands of the form ^<cmd>^. The inline commands are expect <a name="gnutls_002dcli-inline_002dcommands_002dprefix"></a></p><a name="inline_002dcommands_002dprefix-option"></a> <h4 class="subheading">inline-commands-prefix option</h4> -<p>This is the “change the default (^) used as a delimiter for inline commands. - the value is a single us-ascii character (octets 0 - 127).” option. +<p>This is the “change the default delimiter for inline commands.” option. This option takes a string argument. -Change the default (^) delimiter used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option +Change the default delimiter (^) used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option <a name="gnutls_002dcli-provider"></a></p><a name="provider-option-2"></a> <h4 class="subheading">provider option</h4> @@ -36044,7 +36070,9 @@ and reset the state of the MAC. <p>This function will generate random data and store it to output buffer. </p> -<p><strong>Returns:</strong> Zero or a negative error code on error. +<p>This function is thread-safe and also fork-safe. +</p> +<p><strong>Returns:</strong> Zero on success, or a negative error code on error. </p> <p><strong>Since:</strong> 2.12.0 </p></dd></dl> diff --git a/manual/gnutls.pdf b/manual/gnutls.pdf Binary files differindex b4365f2e5a..d00aaa1cee 100644 --- a/manual/gnutls.pdf +++ b/manual/gnutls.pdf diff --git a/manual/html_node/ANDERSON.html b/manual/html_node/ANDERSON.html index cd303f3053..19b8c7a3c9 100644 --- a/manual/html_node/ANDERSON.html +++ b/manual/html_node/ANDERSON.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ANDERSON</title> +<title>GnuTLS 3.3.12: ANDERSON</title> -<meta name="description" content="GnuTLS 3.3.11: ANDERSON"> -<meta name="keywords" content="GnuTLS 3.3.11: ANDERSON"> +<meta name="description" content="GnuTLS 3.3.12: ANDERSON"> +<meta name="keywords" content="GnuTLS 3.3.12: ANDERSON"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/API-reference.html b/manual/html_node/API-reference.html index 0ec46f3051..257e3d2c9f 100644 --- a/manual/html_node/API-reference.html +++ b/manual/html_node/API-reference.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.11 of GnuTLS. +3.3.12 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.11: API reference</title> +<title>GnuTLS 3.3.12: API reference</title> -<meta name="description" content="GnuTLS 3.3.11: API reference"> -<meta name="keywords" content="GnuTLS 3.3.11: API reference"> +<meta name="description" content="GnuTLS 3.3.12: API reference"> +<meta name="keywords" content="GnuTLS 3.3.12: API reference"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Abstract-key-API.html b/manual/html_node/Abstract-key-API.html index 946fd0ae12..9f2e174fd4 100644 --- a/manual/html_node/Abstract-key-API.html +++ b/manual/html_node/Abstract-key-API.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.11 of GnuTLS. +3.3.12 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.11: Abstract key API</title> +<title>GnuTLS 3.3.12: Abstract key API</title> -<meta name="description" content="GnuTLS 3.3.11: Abstract key API"> -<meta name="keywords" content="GnuTLS 3.3.11: Abstract key API"> +<meta name="description" content="GnuTLS 3.3.12: Abstract key API"> +<meta name="keywords" content="GnuTLS 3.3.12: Abstract key API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Abstract-key-types.html b/manual/html_node/Abstract-key-types.html index 5ad82d2c12..0e483506aa 100644 --- a/manual/html_node/Abstract-key-types.html +++ b/manual/html_node/Abstract-key-types.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.11 of GnuTLS. +3.3.12 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.11: Abstract key types</title> +<title>GnuTLS 3.3.12: Abstract key types</title> -<meta name="description" content="GnuTLS 3.3.11: Abstract key types"> -<meta name="keywords" content="GnuTLS 3.3.11: Abstract key types"> +<meta name="description" content="GnuTLS 3.3.12: Abstract key types"> +<meta name="keywords" content="GnuTLS 3.3.12: Abstract key types"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Abstract-private-keys.html b/manual/html_node/Abstract-private-keys.html index f0c408027a..e019b9e019 100644 --- a/manual/html_node/Abstract-private-keys.html +++ b/manual/html_node/Abstract-private-keys.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.11 of GnuTLS. +3.3.12 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.11: Abstract private keys</title> +<title>GnuTLS 3.3.12: Abstract private keys</title> -<meta name="description" content="GnuTLS 3.3.11: Abstract private keys"> -<meta name="keywords" content="GnuTLS 3.3.11: Abstract private keys"> +<meta name="description" content="GnuTLS 3.3.12: Abstract private keys"> +<meta name="keywords" content="GnuTLS 3.3.12: Abstract private keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Abstract-public-keys.html b/manual/html_node/Abstract-public-keys.html index ce6428725b..51123ba154 100644 --- a/manual/html_node/Abstract-public-keys.html +++ b/manual/html_node/Abstract-public-keys.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.11 of GnuTLS. +3.3.12 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.11: Abstract public keys</title> +<title>GnuTLS 3.3.12: Abstract public keys</title> -<meta name="description" content="GnuTLS 3.3.11: Abstract public keys"> -<meta name="keywords" content="GnuTLS 3.3.11: Abstract public keys"> +<meta name="description" content="GnuTLS 3.3.12: Abstract public keys"> +<meta name="keywords" content="GnuTLS 3.3.12: Abstract public keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Accessing-objects-that-require-a-PIN.html b/manual/html_node/Accessing-objects-that-require-a-PIN.html index 1b78a6dc31..5a177e94db 100644 --- a/manual/html_node/Accessing-objects-that-require-a-PIN.html +++ b/manual/html_node/Accessing-objects-that-require-a-PIN.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.11 of GnuTLS. +3.3.12 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.11: Accessing objects that require a PIN</title> +<title>GnuTLS 3.3.12: Accessing objects that require a PIN</title> -<meta name="description" content="GnuTLS 3.3.11: Accessing objects that require a PIN"> -<meta name="keywords" content="GnuTLS 3.3.11: Accessing objects that require a PIN"> +<meta name="description" content="GnuTLS 3.3.12: Accessing objects that require a PIN"> +<meta name="keywords" content="GnuTLS 3.3.12: Accessing objects that require a PIN"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Advanced-certificate-verification.html b/manual/html_node/Advanced-certificate-verification.html index 4b29c1bcea..602d2b5c39 100644 --- a/manual/html_node/Advanced-certificate-verification.html +++ b/manual/html_node/Advanced-certificate-verification.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.11 of GnuTLS. +3.3.12 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.11: Advanced certificate verification</title> +<title>GnuTLS 3.3.12: Advanced certificate verification</title> -<meta name="description" content="GnuTLS 3.3.11: Advanced certificate verification"> -<meta name="keywords" content="GnuTLS 3.3.11: Advanced certificate verification"> +<meta name="description" content="GnuTLS 3.3.12: Advanced certificate verification"> +<meta name="keywords" content="GnuTLS 3.3.12: Advanced certificate verification"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Advanced-topics.html b/manual/html_node/Advanced-topics.html index 9e6b9bbb1d..b1afcffb93 100644 --- a/manual/html_node/Advanced-topics.html +++ b/manual/html_node/Advanced-topics.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.11 of GnuTLS. +3.3.12 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.11: Advanced topics</title> +<title>GnuTLS 3.3.12: Advanced topics</title> -<meta name="description" content="GnuTLS 3.3.11: Advanced topics"> -<meta name="keywords" content="GnuTLS 3.3.11: Advanced topics"> +<meta name="description" content="GnuTLS 3.3.12: Advanced topics"> +<meta name="keywords" content="GnuTLS 3.3.12: Advanced topics"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Anonymous-authentication.html b/manual/html_node/Anonymous-authentication.html index 31d6b28592..6545258e1c 100644 --- a/manual/html_node/Anonymous-authentication.html +++ b/manual/html_node/Anonymous-authentication.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.11 of GnuTLS. +3.3.12 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.11: Anonymous authentication</title> +<title>GnuTLS 3.3.12: Anonymous authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Anonymous authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Anonymous authentication"> +<meta name="description" content="GnuTLS 3.3.12: Anonymous authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Anonymous authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Anonymous-credentials.html b/manual/html_node/Anonymous-credentials.html index 98c7063456..0304d2fdf6 100644 --- a/manual/html_node/Anonymous-credentials.html +++ b/manual/html_node/Anonymous-credentials.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.11 of GnuTLS. +3.3.12 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.11: Anonymous credentials</title> +<title>GnuTLS 3.3.12: Anonymous credentials</title> -<meta name="description" content="GnuTLS 3.3.11: Anonymous credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: Anonymous credentials"> +<meta name="description" content="GnuTLS 3.3.12: Anonymous credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: Anonymous credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Application-Layer-Protocol-Negotiation-_0028ALPN_0029.html b/manual/html_node/Application-Layer-Protocol-Negotiation-_0028ALPN_0029.html index 3cb1a2a070..b3cbec0fd6 100644 --- a/manual/html_node/Application-Layer-Protocol-Negotiation-_0028ALPN_0029.html +++ b/manual/html_node/Application-Layer-Protocol-Negotiation-_0028ALPN_0029.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.11 of GnuTLS. +3.3.12 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.11: Application Layer Protocol Negotiation (ALPN)</title> +<title>GnuTLS 3.3.12: Application Layer Protocol Negotiation (ALPN)</title> -<meta name="description" content="GnuTLS 3.3.11: Application Layer Protocol Negotiation (ALPN)"> -<meta name="keywords" content="GnuTLS 3.3.11: Application Layer Protocol Negotiation (ALPN)"> +<meta name="description" content="GnuTLS 3.3.12: Application Layer Protocol Negotiation (ALPN)"> +<meta name="keywords" content="GnuTLS 3.3.12: Application Layer Protocol Negotiation (ALPN)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Associating-the-credentials.html b/manual/html_node/Associating-the-credentials.html index e640c733e7..7120c6e0db 100644 --- a/manual/html_node/Associating-the-credentials.html +++ b/manual/html_node/Associating-the-credentials.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.11 of GnuTLS. +3.3.12 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.11: Associating the credentials</title> +<title>GnuTLS 3.3.12: Associating the credentials</title> -<meta name="description" content="GnuTLS 3.3.11: Associating the credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: Associating the credentials"> +<meta name="description" content="GnuTLS 3.3.12: Associating the credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: Associating the credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Asynchronous-operation.html b/manual/html_node/Asynchronous-operation.html index cf39946bb0..d53c3c9825 100644 --- a/manual/html_node/Asynchronous-operation.html +++ b/manual/html_node/Asynchronous-operation.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.11 of GnuTLS. +3.3.12 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.11: Asynchronous operation</title> +<title>GnuTLS 3.3.12: Asynchronous operation</title> -<meta name="description" content="GnuTLS 3.3.11: Asynchronous operation"> -<meta name="keywords" content="GnuTLS 3.3.11: Asynchronous operation"> +<meta name="description" content="GnuTLS 3.3.12: Asynchronous operation"> +<meta name="keywords" content="GnuTLS 3.3.12: Asynchronous operation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Authentication-methods.html b/manual/html_node/Authentication-methods.html index 8661ed16f3..b1a4245833 100644 --- a/manual/html_node/Authentication-methods.html +++ b/manual/html_node/Authentication-methods.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.11 of GnuTLS. +3.3.12 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.11: Authentication methods</title> +<title>GnuTLS 3.3.12: Authentication methods</title> -<meta name="description" content="GnuTLS 3.3.11: Authentication methods"> -<meta name="keywords" content="GnuTLS 3.3.11: Authentication methods"> +<meta name="description" content="GnuTLS 3.3.12: Authentication methods"> +<meta name="keywords" content="GnuTLS 3.3.12: Authentication methods"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Authentication-using-PSK.html b/manual/html_node/Authentication-using-PSK.html index bcf66edc32..11a03f57cf 100644 --- a/manual/html_node/Authentication-using-PSK.html +++ b/manual/html_node/Authentication-using-PSK.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.11 of GnuTLS. +3.3.12 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.11: Authentication using PSK</title> +<title>GnuTLS 3.3.12: Authentication using PSK</title> -<meta name="description" content="GnuTLS 3.3.11: Authentication using PSK"> -<meta name="keywords" content="GnuTLS 3.3.11: Authentication using PSK"> +<meta name="description" content="GnuTLS 3.3.12: Authentication using PSK"> +<meta name="keywords" content="GnuTLS 3.3.12: Authentication using PSK"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Authentication-using-SRP.html b/manual/html_node/Authentication-using-SRP.html index dc9f2b187d..2b46cef631 100644 --- a/manual/html_node/Authentication-using-SRP.html +++ b/manual/html_node/Authentication-using-SRP.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.11 of GnuTLS. +3.3.12 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.11: Authentication using SRP</title> +<title>GnuTLS 3.3.12: Authentication using SRP</title> -<meta name="description" content="GnuTLS 3.3.11: Authentication using SRP"> -<meta name="keywords" content="GnuTLS 3.3.11: Authentication using SRP"> +<meta name="description" content="GnuTLS 3.3.12: Authentication using SRP"> +<meta name="keywords" content="GnuTLS 3.3.12: Authentication using SRP"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Authentication.html b/manual/html_node/Authentication.html index 5be22d083c..a3b9570fb2 100644 --- a/manual/html_node/Authentication.html +++ b/manual/html_node/Authentication.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.11 of GnuTLS. +3.3.12 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.11: Authentication</title> +<title>GnuTLS 3.3.12: Authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Authentication"> +<meta name="description" content="GnuTLS 3.3.12: Authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Bibliography.html b/manual/html_node/Bibliography.html index 589853a548..28b1cf0f24 100644 --- a/manual/html_node/Bibliography.html +++ b/manual/html_node/Bibliography.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.11 of GnuTLS. +3.3.12 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.11: Bibliography</title> +<title>GnuTLS 3.3.12: Bibliography</title> -<meta name="description" content="GnuTLS 3.3.11: Bibliography"> -<meta name="keywords" content="GnuTLS 3.3.11: Bibliography"> +<meta name="description" content="GnuTLS 3.3.12: Bibliography"> +<meta name="keywords" content="GnuTLS 3.3.12: Bibliography"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Buffered-data-transfer.html b/manual/html_node/Buffered-data-transfer.html index 3f0d55d1de..924a85c120 100644 --- a/manual/html_node/Buffered-data-transfer.html +++ b/manual/html_node/Buffered-data-transfer.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.11 of GnuTLS. +3.3.12 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.11: Buffered data transfer</title> +<title>GnuTLS 3.3.12: Buffered data transfer</title> -<meta name="description" content="GnuTLS 3.3.11: Buffered data transfer"> -<meta name="keywords" content="GnuTLS 3.3.11: Buffered data transfer"> +<meta name="description" content="GnuTLS 3.3.12: Buffered data transfer"> +<meta name="keywords" content="GnuTLS 3.3.12: Buffered data transfer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Bug-Reports.html b/manual/html_node/Bug-Reports.html index f187d9d1e2..164d8e3cf5 100644 --- a/manual/html_node/Bug-Reports.html +++ b/manual/html_node/Bug-Reports.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.11 of GnuTLS. +3.3.12 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.11: Bug Reports</title> +<title>GnuTLS 3.3.12: Bug Reports</title> -<meta name="description" content="GnuTLS 3.3.11: Bug Reports"> -<meta name="keywords" content="GnuTLS 3.3.11: Bug Reports"> +<meta name="description" content="GnuTLS 3.3.12: Bug Reports"> +<meta name="keywords" content="GnuTLS 3.3.12: Bug Reports"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Building-the-source.html b/manual/html_node/Building-the-source.html index cc30a09e14..9aa594033b 100644 --- a/manual/html_node/Building-the-source.html +++ b/manual/html_node/Building-the-source.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.11 of GnuTLS. +3.3.12 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.11: Building the source</title> +<title>GnuTLS 3.3.12: Building the source</title> -<meta name="description" content="GnuTLS 3.3.11: Building the source"> -<meta name="keywords" content="GnuTLS 3.3.11: Building the source"> +<meta name="description" content="GnuTLS 3.3.12: Building the source"> +<meta name="keywords" content="GnuTLS 3.3.12: Building the source"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/CBCATT.html b/manual/html_node/CBCATT.html index 9c4ed0e191..3a190efdd9 100644 --- a/manual/html_node/CBCATT.html +++ b/manual/html_node/CBCATT.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: CBCATT</title> +<title>GnuTLS 3.3.12: CBCATT</title> -<meta name="description" content="GnuTLS 3.3.11: CBCATT"> -<meta name="keywords" content="GnuTLS 3.3.11: CBCATT"> +<meta name="description" content="GnuTLS 3.3.12: CBCATT"> +<meta name="keywords" content="GnuTLS 3.3.12: CBCATT"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Callback-functions.html b/manual/html_node/Callback-functions.html index 390c6ae447..91e4d4da14 100644 --- a/manual/html_node/Callback-functions.html +++ b/manual/html_node/Callback-functions.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.11 of GnuTLS. +3.3.12 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.11: Callback functions</title> +<title>GnuTLS 3.3.12: Callback functions</title> -<meta name="description" content="GnuTLS 3.3.11: Callback functions"> -<meta name="keywords" content="GnuTLS 3.3.11: Callback functions"> +<meta name="description" content="GnuTLS 3.3.12: Callback functions"> +<meta name="keywords" content="GnuTLS 3.3.12: Callback functions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Certificate-authentication.html b/manual/html_node/Certificate-authentication.html index 6d24b18c0c..8d9ff98cf3 100644 --- a/manual/html_node/Certificate-authentication.html +++ b/manual/html_node/Certificate-authentication.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.11 of GnuTLS. +3.3.12 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.11: Certificate authentication</title> +<title>GnuTLS 3.3.12: Certificate authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Certificate authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Certificate authentication"> +<meta name="description" content="GnuTLS 3.3.12: Certificate authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Certificate authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Certificate-credentials.html b/manual/html_node/Certificate-credentials.html index 9b5b134719..efc6d7afbd 100644 --- a/manual/html_node/Certificate-credentials.html +++ b/manual/html_node/Certificate-credentials.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.11 of GnuTLS. +3.3.12 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.11: Certificate credentials</title> +<title>GnuTLS 3.3.12: Certificate credentials</title> -<meta name="description" content="GnuTLS 3.3.11: Certificate credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: Certificate credentials"> +<meta name="description" content="GnuTLS 3.3.12: Certificate credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: Certificate credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Certificate-verification.html b/manual/html_node/Certificate-verification.html index 9cfb2c52a7..3bb55b611b 100644 --- a/manual/html_node/Certificate-verification.html +++ b/manual/html_node/Certificate-verification.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.11 of GnuTLS. +3.3.12 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.11: Certificate verification</title> +<title>GnuTLS 3.3.12: Certificate verification</title> -<meta name="description" content="GnuTLS 3.3.11: Certificate verification"> -<meta name="keywords" content="GnuTLS 3.3.11: Certificate verification"> +<meta name="description" content="GnuTLS 3.3.12: Certificate verification"> +<meta name="keywords" content="GnuTLS 3.3.12: Certificate verification"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Certification.html b/manual/html_node/Certification.html index d949cbfae8..559fa3f192 100644 --- a/manual/html_node/Certification.html +++ b/manual/html_node/Certification.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.11 of GnuTLS. +3.3.12 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.11: Certification</title> +<title>GnuTLS 3.3.12: Certification</title> -<meta name="description" content="GnuTLS 3.3.11: Certification"> -<meta name="keywords" content="GnuTLS 3.3.11: Certification"> +<meta name="description" content="GnuTLS 3.3.12: Certification"> +<meta name="keywords" content="GnuTLS 3.3.12: Certification"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Channel-Bindings.html b/manual/html_node/Channel-Bindings.html index 769c694637..b8d2e4ae7c 100644 --- a/manual/html_node/Channel-Bindings.html +++ b/manual/html_node/Channel-Bindings.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.11 of GnuTLS. +3.3.12 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.11: Channel Bindings</title> +<title>GnuTLS 3.3.12: Channel Bindings</title> -<meta name="description" content="GnuTLS 3.3.11: Channel Bindings"> -<meta name="keywords" content="GnuTLS 3.3.11: Channel Bindings"> +<meta name="description" content="GnuTLS 3.3.12: Channel Bindings"> +<meta name="keywords" content="GnuTLS 3.3.12: Channel Bindings"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Checking-for-an-alert.html b/manual/html_node/Checking-for-an-alert.html index 0f8540807e..8b955857ed 100644 --- a/manual/html_node/Checking-for-an-alert.html +++ b/manual/html_node/Checking-for-an-alert.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.11 of GnuTLS. +3.3.12 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.11: Checking for an alert</title> +<title>GnuTLS 3.3.12: Checking for an alert</title> -<meta name="description" content="GnuTLS 3.3.11: Checking for an alert"> -<meta name="keywords" content="GnuTLS 3.3.11: Checking for an alert"> +<meta name="description" content="GnuTLS 3.3.12: Checking for an alert"> +<meta name="keywords" content="GnuTLS 3.3.12: Checking for an alert"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Client-Authentication.html b/manual/html_node/Client-Authentication.html index b69a6d55c2..c5dcee9121 100644 --- a/manual/html_node/Client-Authentication.html +++ b/manual/html_node/Client-Authentication.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.11 of GnuTLS. +3.3.12 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.11: Client Authentication</title> +<title>GnuTLS 3.3.12: Client Authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Client Authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Client Authentication"> +<meta name="description" content="GnuTLS 3.3.12: Client Authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Client Authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Client-examples.html b/manual/html_node/Client-examples.html index 82a88423f9..363cc9c052 100644 --- a/manual/html_node/Client-examples.html +++ b/manual/html_node/Client-examples.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.11 of GnuTLS. +3.3.12 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.11: Client examples</title> +<title>GnuTLS 3.3.12: Client examples</title> -<meta name="description" content="GnuTLS 3.3.11: Client examples"> -<meta name="keywords" content="GnuTLS 3.3.11: Client examples"> +<meta name="description" content="GnuTLS 3.3.12: Client examples"> +<meta name="keywords" content="GnuTLS 3.3.12: Client examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Client-using-a-smart-card-with-TLS.html b/manual/html_node/Client-using-a-smart-card-with-TLS.html index 0d433bcb15..f72f208349 100644 --- a/manual/html_node/Client-using-a-smart-card-with-TLS.html +++ b/manual/html_node/Client-using-a-smart-card-with-TLS.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.11 of GnuTLS. +3.3.12 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.11: Client using a smart card with TLS</title> +<title>GnuTLS 3.3.12: Client using a smart card with TLS</title> -<meta name="description" content="GnuTLS 3.3.11: Client using a smart card with TLS"> -<meta name="keywords" content="GnuTLS 3.3.11: Client using a smart card with TLS"> +<meta name="description" content="GnuTLS 3.3.12: Client using a smart card with TLS"> +<meta name="keywords" content="GnuTLS 3.3.12: Client using a smart card with TLS"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Client-with-Resume-capability-example.html b/manual/html_node/Client-with-Resume-capability-example.html index 7eb7884464..7853e39c0b 100644 --- a/manual/html_node/Client-with-Resume-capability-example.html +++ b/manual/html_node/Client-with-Resume-capability-example.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.11 of GnuTLS. +3.3.12 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.11: Client with Resume capability example</title> +<title>GnuTLS 3.3.12: Client with Resume capability example</title> -<meta name="description" content="GnuTLS 3.3.11: Client with Resume capability example"> -<meta name="keywords" content="GnuTLS 3.3.11: Client with Resume capability example"> +<meta name="description" content="GnuTLS 3.3.12: Client with Resume capability example"> +<meta name="keywords" content="GnuTLS 3.3.12: Client with Resume capability example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Commercial-Support.html b/manual/html_node/Commercial-Support.html index 4d8c1b2157..4f03c12def 100644 --- a/manual/html_node/Commercial-Support.html +++ b/manual/html_node/Commercial-Support.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.11 of GnuTLS. +3.3.12 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.11: Commercial Support</title> +<title>GnuTLS 3.3.12: Commercial Support</title> -<meta name="description" content="GnuTLS 3.3.11: Commercial Support"> -<meta name="keywords" content="GnuTLS 3.3.11: Commercial Support"> +<meta name="description" content="GnuTLS 3.3.12: Commercial Support"> +<meta name="keywords" content="GnuTLS 3.3.12: Commercial Support"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Common-types.html b/manual/html_node/Common-types.html index b2cbf396a4..4386c83dbb 100644 --- a/manual/html_node/Common-types.html +++ b/manual/html_node/Common-types.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.11 of GnuTLS. +3.3.12 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.11: Common types</title> +<title>GnuTLS 3.3.12: Common types</title> -<meta name="description" content="GnuTLS 3.3.11: Common types"> -<meta name="keywords" content="GnuTLS 3.3.11: Common types"> +<meta name="description" content="GnuTLS 3.3.12: Common types"> +<meta name="keywords" content="GnuTLS 3.3.12: Common types"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Compatibility-API.html b/manual/html_node/Compatibility-API.html index eb1c4dfa7a..2071a69a6d 100644 --- a/manual/html_node/Compatibility-API.html +++ b/manual/html_node/Compatibility-API.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.11 of GnuTLS. +3.3.12 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.11: Compatibility API</title> +<title>GnuTLS 3.3.12: Compatibility API</title> -<meta name="description" content="GnuTLS 3.3.11: Compatibility API"> -<meta name="keywords" content="GnuTLS 3.3.11: Compatibility API"> +<meta name="description" content="GnuTLS 3.3.12: Compatibility API"> +<meta name="keywords" content="GnuTLS 3.3.12: Compatibility API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Compatibility-with-the-OpenSSL-library.html b/manual/html_node/Compatibility-with-the-OpenSSL-library.html index 21256f653a..14b83e4852 100644 --- a/manual/html_node/Compatibility-with-the-OpenSSL-library.html +++ b/manual/html_node/Compatibility-with-the-OpenSSL-library.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.11 of GnuTLS. +3.3.12 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.11: Compatibility with the OpenSSL library</title> +<title>GnuTLS 3.3.12: Compatibility with the OpenSSL library</title> -<meta name="description" content="GnuTLS 3.3.11: Compatibility with the OpenSSL library"> -<meta name="keywords" content="GnuTLS 3.3.11: Compatibility with the OpenSSL library"> +<meta name="description" content="GnuTLS 3.3.12: Compatibility with the OpenSSL library"> +<meta name="keywords" content="GnuTLS 3.3.12: Compatibility with the OpenSSL library"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Compression-algorithms-used-in-the-record-layer.html b/manual/html_node/Compression-algorithms-used-in-the-record-layer.html index 8dcfd6b7fa..6b94dd4a9a 100644 --- a/manual/html_node/Compression-algorithms-used-in-the-record-layer.html +++ b/manual/html_node/Compression-algorithms-used-in-the-record-layer.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.11 of GnuTLS. +3.3.12 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.11: Compression algorithms used in the record layer</title> +<title>GnuTLS 3.3.12: Compression algorithms used in the record layer</title> -<meta name="description" content="GnuTLS 3.3.11: Compression algorithms used in the record layer"> -<meta name="keywords" content="GnuTLS 3.3.11: Compression algorithms used in the record layer"> +<meta name="description" content="GnuTLS 3.3.12: Compression algorithms used in the record layer"> +<meta name="keywords" content="GnuTLS 3.3.12: Compression algorithms used in the record layer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Concept-Index.html b/manual/html_node/Concept-Index.html index 3a7bd4bbed..82831eab79 100644 --- a/manual/html_node/Concept-Index.html +++ b/manual/html_node/Concept-Index.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.11 of GnuTLS. +3.3.12 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.11: Concept Index</title> +<title>GnuTLS 3.3.12: Concept Index</title> -<meta name="description" content="GnuTLS 3.3.11: Concept Index"> -<meta name="keywords" content="GnuTLS 3.3.11: Concept Index"> +<meta name="description" content="GnuTLS 3.3.12: Concept Index"> +<meta name="keywords" content="GnuTLS 3.3.12: Concept Index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Contributing.html b/manual/html_node/Contributing.html index ee5c1aa627..789e41d738 100644 --- a/manual/html_node/Contributing.html +++ b/manual/html_node/Contributing.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.11 of GnuTLS. +3.3.12 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.11: Contributing</title> +<title>GnuTLS 3.3.12: Contributing</title> -<meta name="description" content="GnuTLS 3.3.11: Contributing"> -<meta name="keywords" content="GnuTLS 3.3.11: Contributing"> +<meta name="description" content="GnuTLS 3.3.12: Contributing"> +<meta name="keywords" content="GnuTLS 3.3.12: Contributing"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Copying-Information.html b/manual/html_node/Copying-Information.html index 82d2290d2e..1a562083ba 100644 --- a/manual/html_node/Copying-Information.html +++ b/manual/html_node/Copying-Information.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.11 of GnuTLS. +3.3.12 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.11: Copying Information</title> +<title>GnuTLS 3.3.12: Copying Information</title> -<meta name="description" content="GnuTLS 3.3.11: Copying Information"> -<meta name="keywords" content="GnuTLS 3.3.11: Copying Information"> +<meta name="description" content="GnuTLS 3.3.12: Copying Information"> +<meta name="keywords" content="GnuTLS 3.3.12: Copying Information"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Core-TLS-API.html b/manual/html_node/Core-TLS-API.html index 590bcf32fe..a7381a11cf 100644 --- a/manual/html_node/Core-TLS-API.html +++ b/manual/html_node/Core-TLS-API.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.11 of GnuTLS. +3.3.12 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.11: Core TLS API</title> +<title>GnuTLS 3.3.12: Core TLS API</title> -<meta name="description" content="GnuTLS 3.3.11: Core TLS API"> -<meta name="keywords" content="GnuTLS 3.3.11: Core TLS API"> +<meta name="description" content="GnuTLS 3.3.12: Core TLS API"> +<meta name="keywords" content="GnuTLS 3.3.12: Core TLS API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Cryptographic-API.html b/manual/html_node/Cryptographic-API.html index e990193755..c7d3ff3d7c 100644 --- a/manual/html_node/Cryptographic-API.html +++ b/manual/html_node/Cryptographic-API.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.11 of GnuTLS. +3.3.12 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.11: Cryptographic API</title> +<title>GnuTLS 3.3.12: Cryptographic API</title> -<meta name="description" content="GnuTLS 3.3.11: Cryptographic API"> -<meta name="keywords" content="GnuTLS 3.3.11: Cryptographic API"> +<meta name="description" content="GnuTLS 3.3.12: Cryptographic API"> +<meta name="keywords" content="GnuTLS 3.3.12: Cryptographic API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -628,7 +628,9 @@ and reset the state of the MAC. <p>This function will generate random data and store it to output buffer. </p> -<p><strong>Returns:</strong> Zero or a negative error code on error. +<p>This function is thread-safe and also fork-safe. +</p> +<p><strong>Returns:</strong> Zero on success, or a negative error code on error. </p> <p><strong>Since:</strong> 2.12.0 </p></dd></dl> diff --git a/manual/html_node/Cryptographic-Backend.html b/manual/html_node/Cryptographic-Backend.html index 08ea6a8349..5d513d155f 100644 --- a/manual/html_node/Cryptographic-Backend.html +++ b/manual/html_node/Cryptographic-Backend.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.11 of GnuTLS. +3.3.12 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.11: Cryptographic Backend</title> +<title>GnuTLS 3.3.12: Cryptographic Backend</title> -<meta name="description" content="GnuTLS 3.3.11: Cryptographic Backend"> -<meta name="keywords" content="GnuTLS 3.3.11: Cryptographic Backend"> +<meta name="description" content="GnuTLS 3.3.12: Cryptographic Backend"> +<meta name="keywords" content="GnuTLS 3.3.12: Cryptographic Backend"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/DANE-API.html b/manual/html_node/DANE-API.html index ef886729de..2c137feb3e 100644 --- a/manual/html_node/DANE-API.html +++ b/manual/html_node/DANE-API.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.11 of GnuTLS. +3.3.12 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.11: DANE API</title> +<title>GnuTLS 3.3.12: DANE API</title> -<meta name="description" content="GnuTLS 3.3.11: DANE API"> -<meta name="keywords" content="GnuTLS 3.3.11: DANE API"> +<meta name="description" content="GnuTLS 3.3.12: DANE API"> +<meta name="keywords" content="GnuTLS 3.3.12: DANE API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/DTLS-echo-server-with-X_002e509-authentication.html b/manual/html_node/DTLS-echo-server-with-X_002e509-authentication.html index a21a823272..35b61af55f 100644 --- a/manual/html_node/DTLS-echo-server-with-X_002e509-authentication.html +++ b/manual/html_node/DTLS-echo-server-with-X_002e509-authentication.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.11 of GnuTLS. +3.3.12 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.11: DTLS echo server with X.509 authentication</title> +<title>GnuTLS 3.3.12: DTLS echo server with X.509 authentication</title> -<meta name="description" content="GnuTLS 3.3.11: DTLS echo server with X.509 authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: DTLS echo server with X.509 authentication"> +<meta name="description" content="GnuTLS 3.3.12: DTLS echo server with X.509 authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: DTLS echo server with X.509 authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/DTLS-sessions.html b/manual/html_node/DTLS-sessions.html index 341f7a2a33..74d57daa3d 100644 --- a/manual/html_node/DTLS-sessions.html +++ b/manual/html_node/DTLS-sessions.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.11 of GnuTLS. +3.3.12 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.11: DTLS sessions</title> +<title>GnuTLS 3.3.12: DTLS sessions</title> -<meta name="description" content="GnuTLS 3.3.11: DTLS sessions"> -<meta name="keywords" content="GnuTLS 3.3.11: DTLS sessions"> +<meta name="description" content="GnuTLS 3.3.12: DTLS sessions"> +<meta name="keywords" content="GnuTLS 3.3.12: DTLS sessions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Data-transfer-and-termination.html b/manual/html_node/Data-transfer-and-termination.html index c3e436698f..6676a9d52d 100644 --- a/manual/html_node/Data-transfer-and-termination.html +++ b/manual/html_node/Data-transfer-and-termination.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.11 of GnuTLS. +3.3.12 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.11: Data transfer and termination</title> +<title>GnuTLS 3.3.12: Data transfer and termination</title> -<meta name="description" content="GnuTLS 3.3.11: Data transfer and termination"> -<meta name="keywords" content="GnuTLS 3.3.11: Data transfer and termination"> +<meta name="description" content="GnuTLS 3.3.12: Data transfer and termination"> +<meta name="keywords" content="GnuTLS 3.3.12: Data transfer and termination"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Datagram-TLS-API.html b/manual/html_node/Datagram-TLS-API.html index 7d050cb982..97f5afbdc8 100644 --- a/manual/html_node/Datagram-TLS-API.html +++ b/manual/html_node/Datagram-TLS-API.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.11 of GnuTLS. +3.3.12 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.11: Datagram TLS API</title> +<title>GnuTLS 3.3.12: Datagram TLS API</title> -<meta name="description" content="GnuTLS 3.3.11: Datagram TLS API"> -<meta name="keywords" content="GnuTLS 3.3.11: Datagram TLS API"> +<meta name="description" content="GnuTLS 3.3.12: Datagram TLS API"> +<meta name="keywords" content="GnuTLS 3.3.12: Datagram TLS API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Debugging-and-auditing.html b/manual/html_node/Debugging-and-auditing.html index a1b9c85cfe..f465c8d566 100644 --- a/manual/html_node/Debugging-and-auditing.html +++ b/manual/html_node/Debugging-and-auditing.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.11 of GnuTLS. +3.3.12 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.11: Debugging and auditing</title> +<title>GnuTLS 3.3.12: Debugging and auditing</title> -<meta name="description" content="GnuTLS 3.3.11: Debugging and auditing"> -<meta name="keywords" content="GnuTLS 3.3.11: Debugging and auditing"> +<meta name="description" content="GnuTLS 3.3.12: Debugging and auditing"> +<meta name="keywords" content="GnuTLS 3.3.12: Debugging and auditing"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Deriving-keys-for-other-applications_002fprotocols.html b/manual/html_node/Deriving-keys-for-other-applications_002fprotocols.html index 2e70e7dd7f..863e8c802f 100644 --- a/manual/html_node/Deriving-keys-for-other-applications_002fprotocols.html +++ b/manual/html_node/Deriving-keys-for-other-applications_002fprotocols.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.11 of GnuTLS. +3.3.12 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.11: Deriving keys for other applications/protocols</title> +<title>GnuTLS 3.3.12: Deriving keys for other applications/protocols</title> -<meta name="description" content="GnuTLS 3.3.11: Deriving keys for other applications/protocols"> -<meta name="keywords" content="GnuTLS 3.3.11: Deriving keys for other applications/protocols"> +<meta name="description" content="GnuTLS 3.3.12: Deriving keys for other applications/protocols"> +<meta name="keywords" content="GnuTLS 3.3.12: Deriving keys for other applications/protocols"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Digital-signatures.html b/manual/html_node/Digital-signatures.html index 484e08244b..fb30e0fc68 100644 --- a/manual/html_node/Digital-signatures.html +++ b/manual/html_node/Digital-signatures.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.11 of GnuTLS. +3.3.12 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.11: Digital signatures</title> +<title>GnuTLS 3.3.12: Digital signatures</title> -<meta name="description" content="GnuTLS 3.3.11: Digital signatures"> -<meta name="keywords" content="GnuTLS 3.3.11: Digital signatures"> +<meta name="description" content="GnuTLS 3.3.12: Digital signatures"> +<meta name="keywords" content="GnuTLS 3.3.12: Digital signatures"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Document-overview.html b/manual/html_node/Document-overview.html index ee16c2b263..56adbf1931 100644 --- a/manual/html_node/Document-overview.html +++ b/manual/html_node/Document-overview.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.11 of GnuTLS. +3.3.12 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.11: Document overview</title> +<title>GnuTLS 3.3.12: Document overview</title> -<meta name="description" content="GnuTLS 3.3.11: Document overview"> -<meta name="keywords" content="GnuTLS 3.3.11: Document overview"> +<meta name="description" content="GnuTLS 3.3.12: Document overview"> +<meta name="keywords" content="GnuTLS 3.3.12: Document overview"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Downloading-and-installing.html b/manual/html_node/Downloading-and-installing.html index 4b4baaf013..424f7de70b 100644 --- a/manual/html_node/Downloading-and-installing.html +++ b/manual/html_node/Downloading-and-installing.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.11 of GnuTLS. +3.3.12 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.11: Downloading and installing</title> +<title>GnuTLS 3.3.12: Downloading and installing</title> -<meta name="description" content="GnuTLS 3.3.11: Downloading and installing"> -<meta name="keywords" content="GnuTLS 3.3.11: Downloading and installing"> +<meta name="description" content="GnuTLS 3.3.12: Downloading and installing"> +<meta name="keywords" content="GnuTLS 3.3.12: Downloading and installing"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ECRYPT.html b/manual/html_node/ECRYPT.html index a3f894c2ed..12cf6e96c3 100644 --- a/manual/html_node/ECRYPT.html +++ b/manual/html_node/ECRYPT.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ECRYPT</title> +<title>GnuTLS 3.3.12: ECRYPT</title> -<meta name="description" content="GnuTLS 3.3.11: ECRYPT"> -<meta name="keywords" content="GnuTLS 3.3.11: ECRYPT"> +<meta name="description" content="GnuTLS 3.3.12: ECRYPT"> +<meta name="keywords" content="GnuTLS 3.3.12: ECRYPT"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Echo-server-with-OpenPGP-authentication.html b/manual/html_node/Echo-server-with-OpenPGP-authentication.html index e5b9e57c5b..3e78835b93 100644 --- a/manual/html_node/Echo-server-with-OpenPGP-authentication.html +++ b/manual/html_node/Echo-server-with-OpenPGP-authentication.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.11 of GnuTLS. +3.3.12 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.11: Echo server with OpenPGP authentication</title> +<title>GnuTLS 3.3.12: Echo server with OpenPGP authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Echo server with OpenPGP authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Echo server with OpenPGP authentication"> +<meta name="description" content="GnuTLS 3.3.12: Echo server with OpenPGP authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Echo server with OpenPGP authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Echo-server-with-SRP-authentication.html b/manual/html_node/Echo-server-with-SRP-authentication.html index c1c16616fb..9ca6694986 100644 --- a/manual/html_node/Echo-server-with-SRP-authentication.html +++ b/manual/html_node/Echo-server-with-SRP-authentication.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.11 of GnuTLS. +3.3.12 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.11: Echo server with SRP authentication</title> +<title>GnuTLS 3.3.12: Echo server with SRP authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Echo server with SRP authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Echo server with SRP authentication"> +<meta name="description" content="GnuTLS 3.3.12: Echo server with SRP authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Echo server with SRP authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Echo-server-with-X_002e509-authentication.html b/manual/html_node/Echo-server-with-X_002e509-authentication.html index 4218109186..5c08863caa 100644 --- a/manual/html_node/Echo-server-with-X_002e509-authentication.html +++ b/manual/html_node/Echo-server-with-X_002e509-authentication.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.11 of GnuTLS. +3.3.12 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.11: Echo server with X.509 authentication</title> +<title>GnuTLS 3.3.12: Echo server with X.509 authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Echo server with X.509 authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Echo server with X.509 authentication"> +<meta name="description" content="GnuTLS 3.3.12: Echo server with X.509 authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Echo server with X.509 authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Echo-server-with-anonymous-authentication.html b/manual/html_node/Echo-server-with-anonymous-authentication.html index 52795e363d..9afdc336f7 100644 --- a/manual/html_node/Echo-server-with-anonymous-authentication.html +++ b/manual/html_node/Echo-server-with-anonymous-authentication.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.11 of GnuTLS. +3.3.12 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.11: Echo server with anonymous authentication</title> +<title>GnuTLS 3.3.12: Echo server with anonymous authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Echo server with anonymous authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Echo server with anonymous authentication"> +<meta name="description" content="GnuTLS 3.3.12: Echo server with anonymous authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Echo server with anonymous authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Encryption-algorithms-used-in-the-record-layer.html b/manual/html_node/Encryption-algorithms-used-in-the-record-layer.html index edc8c7abe8..25993dcf83 100644 --- a/manual/html_node/Encryption-algorithms-used-in-the-record-layer.html +++ b/manual/html_node/Encryption-algorithms-used-in-the-record-layer.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.11 of GnuTLS. +3.3.12 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.11: Encryption algorithms used in the record layer</title> +<title>GnuTLS 3.3.12: Encryption algorithms used in the record layer</title> -<meta name="description" content="GnuTLS 3.3.11: Encryption algorithms used in the record layer"> -<meta name="keywords" content="GnuTLS 3.3.11: Encryption algorithms used in the record layer"> +<meta name="description" content="GnuTLS 3.3.12: Encryption algorithms used in the record layer"> +<meta name="keywords" content="GnuTLS 3.3.12: Encryption algorithms used in the record layer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Error-codes.html b/manual/html_node/Error-codes.html index b3b838c6e7..03162ef440 100644 --- a/manual/html_node/Error-codes.html +++ b/manual/html_node/Error-codes.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.11 of GnuTLS. +3.3.12 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.11: Error codes</title> +<title>GnuTLS 3.3.12: Error codes</title> -<meta name="description" content="GnuTLS 3.3.11: Error codes"> -<meta name="keywords" content="GnuTLS 3.3.11: Error codes"> +<meta name="description" content="GnuTLS 3.3.12: Error codes"> +<meta name="keywords" content="GnuTLS 3.3.12: Error codes"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Error-handling.html b/manual/html_node/Error-handling.html index 192601df9a..c6b377fdb0 100644 --- a/manual/html_node/Error-handling.html +++ b/manual/html_node/Error-handling.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.11 of GnuTLS. +3.3.12 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.11: Error handling</title> +<title>GnuTLS 3.3.12: Error handling</title> -<meta name="description" content="GnuTLS 3.3.11: Error handling"> -<meta name="keywords" content="GnuTLS 3.3.11: Error handling"> +<meta name="description" content="GnuTLS 3.3.12: Error handling"> +<meta name="keywords" content="GnuTLS 3.3.12: Error handling"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Function-and-Data-Index.html b/manual/html_node/Function-and-Data-Index.html index 1d0617486e..84c3054503 100644 --- a/manual/html_node/Function-and-Data-Index.html +++ b/manual/html_node/Function-and-Data-Index.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.11 of GnuTLS. +3.3.12 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.11: Function and Data Index</title> +<title>GnuTLS 3.3.12: Function and Data Index</title> -<meta name="description" content="GnuTLS 3.3.11: Function and Data Index"> -<meta name="keywords" content="GnuTLS 3.3.11: Function and Data Index"> +<meta name="description" content="GnuTLS 3.3.12: Function and Data Index"> +<meta name="keywords" content="GnuTLS 3.3.12: Function and Data Index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/GPGH.html b/manual/html_node/GPGH.html index c4ef70f4df..16e83d6fc4 100644 --- a/manual/html_node/GPGH.html +++ b/manual/html_node/GPGH.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: GPGH</title> +<title>GnuTLS 3.3.12: GPGH</title> -<meta name="description" content="GnuTLS 3.3.11: GPGH"> -<meta name="keywords" content="GnuTLS 3.3.11: GPGH"> +<meta name="description" content="GnuTLS 3.3.12: GPGH"> +<meta name="keywords" content="GnuTLS 3.3.12: GPGH"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/GUTPKI.html b/manual/html_node/GUTPKI.html index 14465b6da9..3a7a608b29 100644 --- a/manual/html_node/GUTPKI.html +++ b/manual/html_node/GUTPKI.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: GUTPKI</title> +<title>GnuTLS 3.3.12: GUTPKI</title> -<meta name="description" content="GnuTLS 3.3.11: GUTPKI"> -<meta name="keywords" content="GnuTLS 3.3.11: GUTPKI"> +<meta name="description" content="GnuTLS 3.3.12: GUTPKI"> +<meta name="keywords" content="GnuTLS 3.3.12: GUTPKI"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/General-idea.html b/manual/html_node/General-idea.html index 7282593c72..65e3cd2f73 100644 --- a/manual/html_node/General-idea.html +++ b/manual/html_node/General-idea.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.11 of GnuTLS. +3.3.12 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.11: General idea</title> +<title>GnuTLS 3.3.12: General idea</title> -<meta name="description" content="GnuTLS 3.3.11: General idea"> -<meta name="keywords" content="GnuTLS 3.3.11: General idea"> +<meta name="description" content="GnuTLS 3.3.12: General idea"> +<meta name="keywords" content="GnuTLS 3.3.12: General idea"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Generate-OCSP-request.html b/manual/html_node/Generate-OCSP-request.html index ac3f3fe76d..ca76eaf4e2 100644 --- a/manual/html_node/Generate-OCSP-request.html +++ b/manual/html_node/Generate-OCSP-request.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Generate OCSP request</title> +<title>GnuTLS 3.3.12: Generate OCSP request</title> -<meta name="description" content="GnuTLS 3.3.11: Generate OCSP request"> -<meta name="keywords" content="GnuTLS 3.3.11: Generate OCSP request"> +<meta name="description" content="GnuTLS 3.3.12: Generate OCSP request"> +<meta name="keywords" content="GnuTLS 3.3.12: Generate OCSP request"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Getting-help.html b/manual/html_node/Getting-help.html index 4b8483646a..5b7c518d0d 100644 --- a/manual/html_node/Getting-help.html +++ b/manual/html_node/Getting-help.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.11 of GnuTLS. +3.3.12 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.11: Getting help</title> +<title>GnuTLS 3.3.12: Getting help</title> -<meta name="description" content="GnuTLS 3.3.11: Getting help"> -<meta name="keywords" content="GnuTLS 3.3.11: Getting help"> +<meta name="description" content="GnuTLS 3.3.12: Getting help"> +<meta name="keywords" content="GnuTLS 3.3.12: Getting help"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/GnuTLS-application-examples.html b/manual/html_node/GnuTLS-application-examples.html index 4adebbea98..4fcc269b8d 100644 --- a/manual/html_node/GnuTLS-application-examples.html +++ b/manual/html_node/GnuTLS-application-examples.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.11 of GnuTLS. +3.3.12 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.11: GnuTLS application examples</title> +<title>GnuTLS 3.3.12: GnuTLS application examples</title> -<meta name="description" content="GnuTLS 3.3.11: GnuTLS application examples"> -<meta name="keywords" content="GnuTLS 3.3.11: GnuTLS application examples"> +<meta name="description" content="GnuTLS 3.3.12: GnuTLS application examples"> +<meta name="keywords" content="GnuTLS 3.3.12: GnuTLS application examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Handling-alerts.html b/manual/html_node/Handling-alerts.html index ddbccb919c..85fc29f9f6 100644 --- a/manual/html_node/Handling-alerts.html +++ b/manual/html_node/Handling-alerts.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.11 of GnuTLS. +3.3.12 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.11: Handling alerts</title> +<title>GnuTLS 3.3.12: Handling alerts</title> -<meta name="description" content="GnuTLS 3.3.11: Handling alerts"> -<meta name="keywords" content="GnuTLS 3.3.11: Handling alerts"> +<meta name="description" content="GnuTLS 3.3.12: Handling alerts"> +<meta name="keywords" content="GnuTLS 3.3.12: Handling alerts"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Hardware-security-modules-and-abstract-key-types.html b/manual/html_node/Hardware-security-modules-and-abstract-key-types.html index a3db1f2fdf..53e5ce632b 100644 --- a/manual/html_node/Hardware-security-modules-and-abstract-key-types.html +++ b/manual/html_node/Hardware-security-modules-and-abstract-key-types.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.11 of GnuTLS. +3.3.12 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.11: Hardware security modules and abstract key types</title> +<title>GnuTLS 3.3.12: Hardware security modules and abstract key types</title> -<meta name="description" content="GnuTLS 3.3.11: Hardware security modules and abstract key types"> -<meta name="keywords" content="GnuTLS 3.3.11: Hardware security modules and abstract key types"> +<meta name="description" content="GnuTLS 3.3.12: Hardware security modules and abstract key types"> +<meta name="keywords" content="GnuTLS 3.3.12: Hardware security modules and abstract key types"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Hash-and-HMAC-functions.html b/manual/html_node/Hash-and-HMAC-functions.html index 8742ec0968..8827910e99 100644 --- a/manual/html_node/Hash-and-HMAC-functions.html +++ b/manual/html_node/Hash-and-HMAC-functions.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.11 of GnuTLS. +3.3.12 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.11: Hash and HMAC functions</title> +<title>GnuTLS 3.3.12: Hash and HMAC functions</title> -<meta name="description" content="GnuTLS 3.3.11: Hash and HMAC functions"> -<meta name="keywords" content="GnuTLS 3.3.11: Hash and HMAC functions"> +<meta name="description" content="GnuTLS 3.3.12: Hash and HMAC functions"> +<meta name="keywords" content="GnuTLS 3.3.12: Hash and HMAC functions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Headers.html b/manual/html_node/Headers.html index 0fee1f9d35..fb6dae91d2 100644 --- a/manual/html_node/Headers.html +++ b/manual/html_node/Headers.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.11 of GnuTLS. +3.3.12 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.11: Headers</title> +<title>GnuTLS 3.3.12: Headers</title> -<meta name="description" content="GnuTLS 3.3.11: Headers"> -<meta name="keywords" content="GnuTLS 3.3.11: Headers"> +<meta name="description" content="GnuTLS 3.3.12: Headers"> +<meta name="keywords" content="GnuTLS 3.3.12: Headers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/HeartBeat.html b/manual/html_node/HeartBeat.html index ede4d8eec3..1a071d7e65 100644 --- a/manual/html_node/HeartBeat.html +++ b/manual/html_node/HeartBeat.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.11 of GnuTLS. +3.3.12 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.11: HeartBeat</title> +<title>GnuTLS 3.3.12: HeartBeat</title> -<meta name="description" content="GnuTLS 3.3.11: HeartBeat"> -<meta name="keywords" content="GnuTLS 3.3.11: HeartBeat"> +<meta name="description" content="GnuTLS 3.3.12: HeartBeat"> +<meta name="keywords" content="GnuTLS 3.3.12: HeartBeat"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Helper-functions-for-TCP-connections.html b/manual/html_node/Helper-functions-for-TCP-connections.html index 3c1fa7d56c..beceeec80a 100644 --- a/manual/html_node/Helper-functions-for-TCP-connections.html +++ b/manual/html_node/Helper-functions-for-TCP-connections.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.11 of GnuTLS. +3.3.12 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.11: Helper functions for TCP connections</title> +<title>GnuTLS 3.3.12: Helper functions for TCP connections</title> -<meta name="description" content="GnuTLS 3.3.11: Helper functions for TCP connections"> -<meta name="keywords" content="GnuTLS 3.3.11: Helper functions for TCP connections"> +<meta name="description" content="GnuTLS 3.3.12: Helper functions for TCP connections"> +<meta name="keywords" content="GnuTLS 3.3.12: Helper functions for TCP connections"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Helper-functions-for-UDP-connections.html b/manual/html_node/Helper-functions-for-UDP-connections.html index 5992909f35..137493e530 100644 --- a/manual/html_node/Helper-functions-for-UDP-connections.html +++ b/manual/html_node/Helper-functions-for-UDP-connections.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.11 of GnuTLS. +3.3.12 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.11: Helper functions for UDP connections</title> +<title>GnuTLS 3.3.12: Helper functions for UDP connections</title> -<meta name="description" content="GnuTLS 3.3.11: Helper functions for UDP connections"> -<meta name="keywords" content="GnuTLS 3.3.11: Helper functions for UDP connections"> +<meta name="description" content="GnuTLS 3.3.12: Helper functions for UDP connections"> +<meta name="keywords" content="GnuTLS 3.3.12: Helper functions for UDP connections"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/How-to-use-GnuTLS-in-applications.html b/manual/html_node/How-to-use-GnuTLS-in-applications.html index 3f8da833af..714ca51e03 100644 --- a/manual/html_node/How-to-use-GnuTLS-in-applications.html +++ b/manual/html_node/How-to-use-GnuTLS-in-applications.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.11 of GnuTLS. +3.3.12 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.11: How to use GnuTLS in applications</title> +<title>GnuTLS 3.3.12: How to use GnuTLS in applications</title> -<meta name="description" content="GnuTLS 3.3.11: How to use GnuTLS in applications"> -<meta name="keywords" content="GnuTLS 3.3.11: How to use GnuTLS in applications"> +<meta name="description" content="GnuTLS 3.3.12: How to use GnuTLS in applications"> +<meta name="keywords" content="GnuTLS 3.3.12: How to use GnuTLS in applications"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/How-to-use-TLS-in-application-protocols.html b/manual/html_node/How-to-use-TLS-in-application-protocols.html index dd59d21cd0..209294b3c8 100644 --- a/manual/html_node/How-to-use-TLS-in-application-protocols.html +++ b/manual/html_node/How-to-use-TLS-in-application-protocols.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.11 of GnuTLS. +3.3.12 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.11: How to use TLS in application protocols</title> +<title>GnuTLS 3.3.12: How to use TLS in application protocols</title> -<meta name="description" content="GnuTLS 3.3.11: How to use TLS in application protocols"> -<meta name="keywords" content="GnuTLS 3.3.11: How to use TLS in application protocols"> +<meta name="description" content="GnuTLS 3.3.12: How to use TLS in application protocols"> +<meta name="keywords" content="GnuTLS 3.3.12: How to use TLS in application protocols"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Importing-an-X_002e509-certificate.html b/manual/html_node/Importing-an-X_002e509-certificate.html index 603f31d212..6730ffcbdd 100644 --- a/manual/html_node/Importing-an-X_002e509-certificate.html +++ b/manual/html_node/Importing-an-X_002e509-certificate.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.11 of GnuTLS. +3.3.12 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.11: Importing an X.509 certificate</title> +<title>GnuTLS 3.3.12: Importing an X.509 certificate</title> -<meta name="description" content="GnuTLS 3.3.11: Importing an X.509 certificate"> -<meta name="keywords" content="GnuTLS 3.3.11: Importing an X.509 certificate"> +<meta name="description" content="GnuTLS 3.3.12: Importing an X.509 certificate"> +<meta name="keywords" content="GnuTLS 3.3.12: Importing an X.509 certificate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Initialization.html b/manual/html_node/Initialization.html index fd4bb910bb..0da4717481 100644 --- a/manual/html_node/Initialization.html +++ b/manual/html_node/Initialization.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.11 of GnuTLS. +3.3.12 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.11: Initialization</title> +<title>GnuTLS 3.3.12: Initialization</title> -<meta name="description" content="GnuTLS 3.3.11: Initialization"> -<meta name="keywords" content="GnuTLS 3.3.11: Initialization"> +<meta name="description" content="GnuTLS 3.3.12: Initialization"> +<meta name="keywords" content="GnuTLS 3.3.12: Initialization"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Internal-architecture-of-GnuTLS.html b/manual/html_node/Internal-architecture-of-GnuTLS.html index 69f3a10ded..bffbafc2fa 100644 --- a/manual/html_node/Internal-architecture-of-GnuTLS.html +++ b/manual/html_node/Internal-architecture-of-GnuTLS.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.11 of GnuTLS. +3.3.12 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.11: Internal architecture of GnuTLS</title> +<title>GnuTLS 3.3.12: Internal architecture of GnuTLS</title> -<meta name="description" content="GnuTLS 3.3.11: Internal architecture of GnuTLS"> -<meta name="keywords" content="GnuTLS 3.3.11: Internal architecture of GnuTLS"> +<meta name="description" content="GnuTLS 3.3.12: Internal architecture of GnuTLS"> +<meta name="keywords" content="GnuTLS 3.3.12: Internal architecture of GnuTLS"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Interoperability.html b/manual/html_node/Interoperability.html index 3968a124f5..9c9ca602e3 100644 --- a/manual/html_node/Interoperability.html +++ b/manual/html_node/Interoperability.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.11 of GnuTLS. +3.3.12 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.11: Interoperability</title> +<title>GnuTLS 3.3.12: Interoperability</title> -<meta name="description" content="GnuTLS 3.3.11: Interoperability"> -<meta name="keywords" content="GnuTLS 3.3.11: Interoperability"> +<meta name="description" content="GnuTLS 3.3.12: Interoperability"> +<meta name="keywords" content="GnuTLS 3.3.12: Interoperability"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Introduction-to-GnuTLS.html b/manual/html_node/Introduction-to-GnuTLS.html index 83383911aa..f690f2deac 100644 --- a/manual/html_node/Introduction-to-GnuTLS.html +++ b/manual/html_node/Introduction-to-GnuTLS.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.11 of GnuTLS. +3.3.12 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.11: Introduction to GnuTLS</title> +<title>GnuTLS 3.3.12: Introduction to GnuTLS</title> -<meta name="description" content="GnuTLS 3.3.11: Introduction to GnuTLS"> -<meta name="keywords" content="GnuTLS 3.3.11: Introduction to GnuTLS"> +<meta name="description" content="GnuTLS 3.3.12: Introduction to GnuTLS"> +<meta name="keywords" content="GnuTLS 3.3.12: Introduction to GnuTLS"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Introduction-to-TLS.html b/manual/html_node/Introduction-to-TLS.html index 594be7b996..9c9d654d9f 100644 --- a/manual/html_node/Introduction-to-TLS.html +++ b/manual/html_node/Introduction-to-TLS.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.11 of GnuTLS. +3.3.12 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.11: Introduction to TLS</title> +<title>GnuTLS 3.3.12: Introduction to TLS</title> -<meta name="description" content="GnuTLS 3.3.11: Introduction to TLS"> -<meta name="keywords" content="GnuTLS 3.3.11: Introduction to TLS"> +<meta name="description" content="GnuTLS 3.3.12: Introduction to TLS"> +<meta name="keywords" content="GnuTLS 3.3.12: Introduction to TLS"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Introduction-to-the-library.html b/manual/html_node/Introduction-to-the-library.html index f48d02ba86..b0afb14408 100644 --- a/manual/html_node/Introduction-to-the-library.html +++ b/manual/html_node/Introduction-to-the-library.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.11 of GnuTLS. +3.3.12 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.11: Introduction to the library</title> +<title>GnuTLS 3.3.12: Introduction to the library</title> -<meta name="description" content="GnuTLS 3.3.11: Introduction to the library"> -<meta name="keywords" content="GnuTLS 3.3.11: Introduction to the library"> +<meta name="description" content="GnuTLS 3.3.12: Introduction to the library"> +<meta name="keywords" content="GnuTLS 3.3.12: Introduction to the library"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/KEYPIN.html b/manual/html_node/KEYPIN.html index 01773229d7..b6334871a5 100644 --- a/manual/html_node/KEYPIN.html +++ b/manual/html_node/KEYPIN.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: KEYPIN</title> +<title>GnuTLS 3.3.12: KEYPIN</title> -<meta name="description" content="GnuTLS 3.3.11: KEYPIN"> -<meta name="keywords" content="GnuTLS 3.3.11: KEYPIN"> +<meta name="description" content="GnuTLS 3.3.12: KEYPIN"> +<meta name="keywords" content="GnuTLS 3.3.12: KEYPIN"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Key-generation.html b/manual/html_node/Key-generation.html index d399215a04..685094a5bb 100644 --- a/manual/html_node/Key-generation.html +++ b/manual/html_node/Key-generation.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.11 of GnuTLS. +3.3.12 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.11: Key generation</title> +<title>GnuTLS 3.3.12: Key generation</title> -<meta name="description" content="GnuTLS 3.3.11: Key generation"> -<meta name="keywords" content="GnuTLS 3.3.11: Key generation"> +<meta name="description" content="GnuTLS 3.3.12: Key generation"> +<meta name="keywords" content="GnuTLS 3.3.12: Key generation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Keys-in-TPM.html b/manual/html_node/Keys-in-TPM.html index f75ddfbd23..63b267b829 100644 --- a/manual/html_node/Keys-in-TPM.html +++ b/manual/html_node/Keys-in-TPM.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.11 of GnuTLS. +3.3.12 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.11: Keys in TPM</title> +<title>GnuTLS 3.3.12: Keys in TPM</title> -<meta name="description" content="GnuTLS 3.3.11: Keys in TPM"> -<meta name="keywords" content="GnuTLS 3.3.11: Keys in TPM"> +<meta name="description" content="GnuTLS 3.3.12: Keys in TPM"> +<meta name="keywords" content="GnuTLS 3.3.12: Keys in TPM"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Listing-the-ciphersuites-in-a-priority-string.html b/manual/html_node/Listing-the-ciphersuites-in-a-priority-string.html index 79d97aab6b..5672a9f6b1 100644 --- a/manual/html_node/Listing-the-ciphersuites-in-a-priority-string.html +++ b/manual/html_node/Listing-the-ciphersuites-in-a-priority-string.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.11 of GnuTLS. +3.3.12 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.11: Listing the ciphersuites in a priority string</title> +<title>GnuTLS 3.3.12: Listing the ciphersuites in a priority string</title> -<meta name="description" content="GnuTLS 3.3.11: Listing the ciphersuites in a priority string"> -<meta name="keywords" content="GnuTLS 3.3.11: Listing the ciphersuites in a priority string"> +<meta name="description" content="GnuTLS 3.3.12: Listing the ciphersuites in a priority string"> +<meta name="keywords" content="GnuTLS 3.3.12: Listing the ciphersuites in a priority string"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Managing-encrypted-keys.html b/manual/html_node/Managing-encrypted-keys.html index 52f529717b..08081d3821 100644 --- a/manual/html_node/Managing-encrypted-keys.html +++ b/manual/html_node/Managing-encrypted-keys.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.11 of GnuTLS. +3.3.12 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.11: Managing encrypted keys</title> +<title>GnuTLS 3.3.12: Managing encrypted keys</title> -<meta name="description" content="GnuTLS 3.3.11: Managing encrypted keys"> -<meta name="keywords" content="GnuTLS 3.3.11: Managing encrypted keys"> +<meta name="description" content="GnuTLS 3.3.12: Managing encrypted keys"> +<meta name="keywords" content="GnuTLS 3.3.12: Managing encrypted keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Maximum-fragment-length-negotiation.html b/manual/html_node/Maximum-fragment-length-negotiation.html index 9400e91477..dbf5095e69 100644 --- a/manual/html_node/Maximum-fragment-length-negotiation.html +++ b/manual/html_node/Maximum-fragment-length-negotiation.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.11 of GnuTLS. +3.3.12 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.11: Maximum fragment length negotiation</title> +<title>GnuTLS 3.3.12: Maximum fragment length negotiation</title> -<meta name="description" content="GnuTLS 3.3.11: Maximum fragment length negotiation"> -<meta name="keywords" content="GnuTLS 3.3.11: Maximum fragment length negotiation"> +<meta name="description" content="GnuTLS 3.3.12: Maximum fragment length negotiation"> +<meta name="keywords" content="GnuTLS 3.3.12: Maximum fragment length negotiation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Miscellaneous-examples.html b/manual/html_node/Miscellaneous-examples.html index f9511d11ac..59264cd878 100644 --- a/manual/html_node/Miscellaneous-examples.html +++ b/manual/html_node/Miscellaneous-examples.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.11 of GnuTLS. +3.3.12 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.11: Miscellaneous examples</title> +<title>GnuTLS 3.3.12: Miscellaneous examples</title> -<meta name="description" content="GnuTLS 3.3.11: Miscellaneous examples"> -<meta name="keywords" content="GnuTLS 3.3.11: Miscellaneous examples"> +<meta name="description" content="GnuTLS 3.3.12: Miscellaneous examples"> +<meta name="keywords" content="GnuTLS 3.3.12: Miscellaneous examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/More-on-certificate-authentication.html b/manual/html_node/More-on-certificate-authentication.html index 832ce4c9c0..ad8a22f70f 100644 --- a/manual/html_node/More-on-certificate-authentication.html +++ b/manual/html_node/More-on-certificate-authentication.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.11 of GnuTLS. +3.3.12 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.11: More on certificate authentication</title> +<title>GnuTLS 3.3.12: More on certificate authentication</title> -<meta name="description" content="GnuTLS 3.3.11: More on certificate authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: More on certificate authentication"> +<meta name="description" content="GnuTLS 3.3.12: More on certificate authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: More on certificate authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/NISTSP80057.html b/manual/html_node/NISTSP80057.html index 3a3dae578a..b6c8495e4c 100644 --- a/manual/html_node/NISTSP80057.html +++ b/manual/html_node/NISTSP80057.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: NISTSP80057</title> +<title>GnuTLS 3.3.12: NISTSP80057</title> -<meta name="description" content="GnuTLS 3.3.11: NISTSP80057"> -<meta name="keywords" content="GnuTLS 3.3.11: NISTSP80057"> +<meta name="description" content="GnuTLS 3.3.12: NISTSP80057"> +<meta name="keywords" content="GnuTLS 3.3.12: NISTSP80057"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/OCSP-API.html b/manual/html_node/OCSP-API.html index e5738ac888..75ba205200 100644 --- a/manual/html_node/OCSP-API.html +++ b/manual/html_node/OCSP-API.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.11 of GnuTLS. +3.3.12 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.11: OCSP API</title> +<title>GnuTLS 3.3.12: OCSP API</title> -<meta name="description" content="GnuTLS 3.3.11: OCSP API"> -<meta name="keywords" content="GnuTLS 3.3.11: OCSP API"> +<meta name="description" content="GnuTLS 3.3.12: OCSP API"> +<meta name="keywords" content="GnuTLS 3.3.12: OCSP API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/OCSP-certificate-status-checking.html b/manual/html_node/OCSP-certificate-status-checking.html index 093683262e..4cd94e4ef1 100644 --- a/manual/html_node/OCSP-certificate-status-checking.html +++ b/manual/html_node/OCSP-certificate-status-checking.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.11 of GnuTLS. +3.3.12 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.11: OCSP certificate status checking</title> +<title>GnuTLS 3.3.12: OCSP certificate status checking</title> -<meta name="description" content="GnuTLS 3.3.11: OCSP certificate status checking"> -<meta name="keywords" content="GnuTLS 3.3.11: OCSP certificate status checking"> +<meta name="description" content="GnuTLS 3.3.12: OCSP certificate status checking"> +<meta name="keywords" content="GnuTLS 3.3.12: OCSP certificate status checking"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/OCSP-example.html b/manual/html_node/OCSP-example.html index 7ad45df54c..a898915f63 100644 --- a/manual/html_node/OCSP-example.html +++ b/manual/html_node/OCSP-example.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.11 of GnuTLS. +3.3.12 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.11: OCSP example</title> +<title>GnuTLS 3.3.12: OCSP example</title> -<meta name="description" content="GnuTLS 3.3.11: OCSP example"> -<meta name="keywords" content="GnuTLS 3.3.11: OCSP example"> +<meta name="description" content="GnuTLS 3.3.12: OCSP example"> +<meta name="keywords" content="GnuTLS 3.3.12: OCSP example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/OCSP-status-request.html b/manual/html_node/OCSP-status-request.html index 608d20bbb0..4509b7dbd6 100644 --- a/manual/html_node/OCSP-status-request.html +++ b/manual/html_node/OCSP-status-request.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.11 of GnuTLS. +3.3.12 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.11: OCSP status request</title> +<title>GnuTLS 3.3.12: OCSP status request</title> -<meta name="description" content="GnuTLS 3.3.11: OCSP status request"> -<meta name="keywords" content="GnuTLS 3.3.11: OCSP status request"> +<meta name="description" content="GnuTLS 3.3.12: OCSP status request"> +<meta name="keywords" content="GnuTLS 3.3.12: OCSP status request"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Obtaining-session-information.html b/manual/html_node/Obtaining-session-information.html index 87ca4f3243..e7257270ed 100644 --- a/manual/html_node/Obtaining-session-information.html +++ b/manual/html_node/Obtaining-session-information.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.11 of GnuTLS. +3.3.12 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.11: Obtaining session information</title> +<title>GnuTLS 3.3.12: Obtaining session information</title> -<meta name="description" content="GnuTLS 3.3.11: Obtaining session information"> -<meta name="keywords" content="GnuTLS 3.3.11: Obtaining session information"> +<meta name="description" content="GnuTLS 3.3.12: Obtaining session information"> +<meta name="keywords" content="GnuTLS 3.3.12: Obtaining session information"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/On-Record-Padding.html b/manual/html_node/On-Record-Padding.html index fb4629bd45..b9e44a4cc2 100644 --- a/manual/html_node/On-Record-Padding.html +++ b/manual/html_node/On-Record-Padding.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.11 of GnuTLS. +3.3.12 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.11: On Record Padding</title> +<title>GnuTLS 3.3.12: On Record Padding</title> -<meta name="description" content="GnuTLS 3.3.11: On Record Padding"> -<meta name="keywords" content="GnuTLS 3.3.11: On Record Padding"> +<meta name="description" content="GnuTLS 3.3.12: On Record Padding"> +<meta name="keywords" content="GnuTLS 3.3.12: On Record Padding"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/On-SSL-2-and-older-protocols.html b/manual/html_node/On-SSL-2-and-older-protocols.html index 6b8436400b..14c3c33df7 100644 --- a/manual/html_node/On-SSL-2-and-older-protocols.html +++ b/manual/html_node/On-SSL-2-and-older-protocols.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.11 of GnuTLS. +3.3.12 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.11: On SSL 2 and older protocols</title> +<title>GnuTLS 3.3.12: On SSL 2 and older protocols</title> -<meta name="description" content="GnuTLS 3.3.11: On SSL 2 and older protocols"> -<meta name="keywords" content="GnuTLS 3.3.11: On SSL 2 and older protocols"> +<meta name="description" content="GnuTLS 3.3.12: On SSL 2 and older protocols"> +<meta name="keywords" content="GnuTLS 3.3.12: On SSL 2 and older protocols"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/OpenPGP-API.html b/manual/html_node/OpenPGP-API.html index c007d4f393..d00d8765c0 100644 --- a/manual/html_node/OpenPGP-API.html +++ b/manual/html_node/OpenPGP-API.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.11 of GnuTLS. +3.3.12 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.11: OpenPGP API</title> +<title>GnuTLS 3.3.12: OpenPGP API</title> -<meta name="description" content="GnuTLS 3.3.11: OpenPGP API"> -<meta name="keywords" content="GnuTLS 3.3.11: OpenPGP API"> +<meta name="description" content="GnuTLS 3.3.12: OpenPGP API"> +<meta name="keywords" content="GnuTLS 3.3.12: OpenPGP API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/OpenPGP-certificates.html b/manual/html_node/OpenPGP-certificates.html index e562970e6c..8152d1865d 100644 --- a/manual/html_node/OpenPGP-certificates.html +++ b/manual/html_node/OpenPGP-certificates.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.11 of GnuTLS. +3.3.12 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.11: OpenPGP certificates</title> +<title>GnuTLS 3.3.12: OpenPGP certificates</title> -<meta name="description" content="GnuTLS 3.3.11: OpenPGP certificates"> -<meta name="keywords" content="GnuTLS 3.3.11: OpenPGP certificates"> +<meta name="description" content="GnuTLS 3.3.12: OpenPGP certificates"> +<meta name="keywords" content="GnuTLS 3.3.12: OpenPGP certificates"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Operations.html b/manual/html_node/Operations.html index ea750f0e2b..b29639b1d3 100644 --- a/manual/html_node/Operations.html +++ b/manual/html_node/Operations.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.11 of GnuTLS. +3.3.12 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.11: Operations</title> +<title>GnuTLS 3.3.12: Operations</title> -<meta name="description" content="GnuTLS 3.3.11: Operations"> -<meta name="keywords" content="GnuTLS 3.3.11: Operations"> +<meta name="description" content="GnuTLS 3.3.12: Operations"> +<meta name="keywords" content="GnuTLS 3.3.12: Operations"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Other-included-programs.html b/manual/html_node/Other-included-programs.html index 9cf8dbc93b..8fbfa5e62c 100644 --- a/manual/html_node/Other-included-programs.html +++ b/manual/html_node/Other-included-programs.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.11 of GnuTLS. +3.3.12 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.11: Other included programs</title> +<title>GnuTLS 3.3.12: Other included programs</title> -<meta name="description" content="GnuTLS 3.3.11: Other included programs"> -<meta name="keywords" content="GnuTLS 3.3.11: Other included programs"> +<meta name="description" content="GnuTLS 3.3.12: Other included programs"> +<meta name="keywords" content="GnuTLS 3.3.12: Other included programs"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS-10-certificate-requests.html b/manual/html_node/PKCS-10-certificate-requests.html index c4113c7ad8..f853a524fe 100644 --- a/manual/html_node/PKCS-10-certificate-requests.html +++ b/manual/html_node/PKCS-10-certificate-requests.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.11 of GnuTLS. +3.3.12 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.11: PKCS 10 certificate requests</title> +<title>GnuTLS 3.3.12: PKCS 10 certificate requests</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS 10 certificate requests"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS 10 certificate requests"> +<meta name="description" content="GnuTLS 3.3.12: PKCS 10 certificate requests"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS 10 certificate requests"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS-11-API.html b/manual/html_node/PKCS-11-API.html index 7ec55e4496..6be6378d5a 100644 --- a/manual/html_node/PKCS-11-API.html +++ b/manual/html_node/PKCS-11-API.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.11 of GnuTLS. +3.3.12 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.11: PKCS 11 API</title> +<title>GnuTLS 3.3.12: PKCS 11 API</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS 11 API"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS 11 API"> +<meta name="description" content="GnuTLS 3.3.12: PKCS 11 API"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS 11 API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS-12-API.html b/manual/html_node/PKCS-12-API.html index ae6b8cbe66..ea52e5175d 100644 --- a/manual/html_node/PKCS-12-API.html +++ b/manual/html_node/PKCS-12-API.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.11 of GnuTLS. +3.3.12 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.11: PKCS 12 API</title> +<title>GnuTLS 3.3.12: PKCS 12 API</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS 12 API"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS 12 API"> +<meta name="description" content="GnuTLS 3.3.12: PKCS 12 API"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS 12 API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS11-Initialization.html b/manual/html_node/PKCS11-Initialization.html index eade0238ea..e7decb3bcf 100644 --- a/manual/html_node/PKCS11-Initialization.html +++ b/manual/html_node/PKCS11-Initialization.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.11 of GnuTLS. +3.3.12 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.11: PKCS11 Initialization</title> +<title>GnuTLS 3.3.12: PKCS11 Initialization</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS11 Initialization"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS11 Initialization"> +<meta name="description" content="GnuTLS 3.3.12: PKCS11 Initialization"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS11 Initialization"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS11.html b/manual/html_node/PKCS11.html index 30e2d960d0..0651cad657 100644 --- a/manual/html_node/PKCS11.html +++ b/manual/html_node/PKCS11.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: PKCS11</title> +<title>GnuTLS 3.3.12: PKCS11</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS11"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS11"> +<meta name="description" content="GnuTLS 3.3.12: PKCS11"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS11"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS11URI.html b/manual/html_node/PKCS11URI.html index 83e7d5f3df..decfc87fd4 100644 --- a/manual/html_node/PKCS11URI.html +++ b/manual/html_node/PKCS11URI.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: PKCS11URI</title> +<title>GnuTLS 3.3.12: PKCS11URI</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS11URI"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS11URI"> +<meta name="description" content="GnuTLS 3.3.12: PKCS11URI"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS11URI"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS12-structure-generation-example.html b/manual/html_node/PKCS12-structure-generation-example.html index 80cc862d4c..7e4279ab5c 100644 --- a/manual/html_node/PKCS12-structure-generation-example.html +++ b/manual/html_node/PKCS12-structure-generation-example.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.11 of GnuTLS. +3.3.12 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.11: PKCS12 structure generation example</title> +<title>GnuTLS 3.3.12: PKCS12 structure generation example</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS12 structure generation example"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS12 structure generation example"> +<meta name="description" content="GnuTLS 3.3.12: PKCS12 structure generation example"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS12 structure generation example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKCS12.html b/manual/html_node/PKCS12.html index e50bc6d38f..71a7fe2766 100644 --- a/manual/html_node/PKCS12.html +++ b/manual/html_node/PKCS12.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: PKCS12</title> +<title>GnuTLS 3.3.12: PKCS12</title> -<meta name="description" content="GnuTLS 3.3.11: PKCS12"> -<meta name="keywords" content="GnuTLS 3.3.11: PKCS12"> +<meta name="description" content="GnuTLS 3.3.12: PKCS12"> +<meta name="keywords" content="GnuTLS 3.3.12: PKCS12"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKIX-certificate-revocation-lists.html b/manual/html_node/PKIX-certificate-revocation-lists.html index 5436c2ad4a..74b94fc9d1 100644 --- a/manual/html_node/PKIX-certificate-revocation-lists.html +++ b/manual/html_node/PKIX-certificate-revocation-lists.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.11 of GnuTLS. +3.3.12 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.11: PKIX certificate revocation lists</title> +<title>GnuTLS 3.3.12: PKIX certificate revocation lists</title> -<meta name="description" content="GnuTLS 3.3.11: PKIX certificate revocation lists"> -<meta name="keywords" content="GnuTLS 3.3.11: PKIX certificate revocation lists"> +<meta name="description" content="GnuTLS 3.3.12: PKIX certificate revocation lists"> +<meta name="keywords" content="GnuTLS 3.3.12: PKIX certificate revocation lists"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PKIX.html b/manual/html_node/PKIX.html index cf1b27e036..66cd45d32e 100644 --- a/manual/html_node/PKIX.html +++ b/manual/html_node/PKIX.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: PKIX</title> +<title>GnuTLS 3.3.12: PKIX</title> -<meta name="description" content="GnuTLS 3.3.11: PKIX"> -<meta name="keywords" content="GnuTLS 3.3.11: PKIX"> +<meta name="description" content="GnuTLS 3.3.12: PKIX"> +<meta name="keywords" content="GnuTLS 3.3.12: PKIX"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PSK-authentication.html b/manual/html_node/PSK-authentication.html index dd590d77bf..178afd4e1f 100644 --- a/manual/html_node/PSK-authentication.html +++ b/manual/html_node/PSK-authentication.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.11 of GnuTLS. +3.3.12 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.11: PSK authentication</title> +<title>GnuTLS 3.3.12: PSK authentication</title> -<meta name="description" content="GnuTLS 3.3.11: PSK authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: PSK authentication"> +<meta name="description" content="GnuTLS 3.3.12: PSK authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: PSK authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/PSK-credentials.html b/manual/html_node/PSK-credentials.html index ca1ab2d39e..4923c5919e 100644 --- a/manual/html_node/PSK-credentials.html +++ b/manual/html_node/PSK-credentials.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.11 of GnuTLS. +3.3.12 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.11: PSK credentials</title> +<title>GnuTLS 3.3.12: PSK credentials</title> -<meta name="description" content="GnuTLS 3.3.11: PSK credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: PSK credentials"> +<meta name="description" content="GnuTLS 3.3.12: PSK credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: PSK credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Parameter-generation.html b/manual/html_node/Parameter-generation.html index 63b8a455ab..b63768f2f0 100644 --- a/manual/html_node/Parameter-generation.html +++ b/manual/html_node/Parameter-generation.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.11 of GnuTLS. +3.3.12 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.11: Parameter generation</title> +<title>GnuTLS 3.3.12: Parameter generation</title> -<meta name="description" content="GnuTLS 3.3.11: Parameter generation"> -<meta name="keywords" content="GnuTLS 3.3.11: Parameter generation"> +<meta name="description" content="GnuTLS 3.3.12: Parameter generation"> +<meta name="keywords" content="GnuTLS 3.3.12: Parameter generation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Preface.html b/manual/html_node/Preface.html index 5ee82d5989..a318816987 100644 --- a/manual/html_node/Preface.html +++ b/manual/html_node/Preface.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.11 of GnuTLS. +3.3.12 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.11: Preface</title> +<title>GnuTLS 3.3.12: Preface</title> -<meta name="description" content="GnuTLS 3.3.11: Preface"> -<meta name="keywords" content="GnuTLS 3.3.11: Preface"> +<meta name="description" content="GnuTLS 3.3.12: Preface"> +<meta name="keywords" content="GnuTLS 3.3.12: Preface"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Preparation.html b/manual/html_node/Preparation.html index 02c03b4fd8..2eb7b867f4 100644 --- a/manual/html_node/Preparation.html +++ b/manual/html_node/Preparation.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.11 of GnuTLS. +3.3.12 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.11: Preparation</title> +<title>GnuTLS 3.3.12: Preparation</title> -<meta name="description" content="GnuTLS 3.3.11: Preparation"> -<meta name="keywords" content="GnuTLS 3.3.11: Preparation"> +<meta name="description" content="GnuTLS 3.3.12: Preparation"> +<meta name="keywords" content="GnuTLS 3.3.12: Preparation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Priority-Strings.html b/manual/html_node/Priority-Strings.html index de302b7cfa..ae33597423 100644 --- a/manual/html_node/Priority-Strings.html +++ b/manual/html_node/Priority-Strings.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.11 of GnuTLS. +3.3.12 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.11: Priority Strings</title> +<title>GnuTLS 3.3.12: Priority Strings</title> -<meta name="description" content="GnuTLS 3.3.11: Priority Strings"> -<meta name="keywords" content="GnuTLS 3.3.11: Priority Strings"> +<meta name="description" content="GnuTLS 3.3.12: Priority Strings"> +<meta name="keywords" content="GnuTLS 3.3.12: Priority Strings"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Public-key-algorithms.html b/manual/html_node/Public-key-algorithms.html index afdc2a24fa..b0de716785 100644 --- a/manual/html_node/Public-key-algorithms.html +++ b/manual/html_node/Public-key-algorithms.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.11 of GnuTLS. +3.3.12 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.11: Public key algorithms</title> +<title>GnuTLS 3.3.12: Public key algorithms</title> -<meta name="description" content="GnuTLS 3.3.11: Public key algorithms"> -<meta name="keywords" content="GnuTLS 3.3.11: Public key algorithms"> +<meta name="description" content="GnuTLS 3.3.12: Public key algorithms"> +<meta name="keywords" content="GnuTLS 3.3.12: Public key algorithms"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RESCORLA.html b/manual/html_node/RESCORLA.html index 2229da6c60..1060f5154b 100644 --- a/manual/html_node/RESCORLA.html +++ b/manual/html_node/RESCORLA.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RESCORLA</title> +<title>GnuTLS 3.3.12: RESCORLA</title> -<meta name="description" content="GnuTLS 3.3.11: RESCORLA"> -<meta name="keywords" content="GnuTLS 3.3.11: RESCORLA"> +<meta name="description" content="GnuTLS 3.3.12: RESCORLA"> +<meta name="keywords" content="GnuTLS 3.3.12: RESCORLA"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2246.html b/manual/html_node/RFC2246.html index 33f60e80e1..9ed48d4363 100644 --- a/manual/html_node/RFC2246.html +++ b/manual/html_node/RFC2246.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2246</title> +<title>GnuTLS 3.3.12: RFC2246</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2246"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2246"> +<meta name="description" content="GnuTLS 3.3.12: RFC2246"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2246"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2440.html b/manual/html_node/RFC2440.html index 2d050f20db..ca66c5a779 100644 --- a/manual/html_node/RFC2440.html +++ b/manual/html_node/RFC2440.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2440</title> +<title>GnuTLS 3.3.12: RFC2440</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2440"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2440"> +<meta name="description" content="GnuTLS 3.3.12: RFC2440"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2440"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2560.html b/manual/html_node/RFC2560.html index 7ff70e82a8..aa20ad488d 100644 --- a/manual/html_node/RFC2560.html +++ b/manual/html_node/RFC2560.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2560</title> +<title>GnuTLS 3.3.12: RFC2560</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2560"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2560"> +<meta name="description" content="GnuTLS 3.3.12: RFC2560"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2560"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2817.html b/manual/html_node/RFC2817.html index 28a532846a..7c02d72650 100644 --- a/manual/html_node/RFC2817.html +++ b/manual/html_node/RFC2817.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2817</title> +<title>GnuTLS 3.3.12: RFC2817</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2817"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2817"> +<meta name="description" content="GnuTLS 3.3.12: RFC2817"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2817"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2818.html b/manual/html_node/RFC2818.html index 6360794718..0685840194 100644 --- a/manual/html_node/RFC2818.html +++ b/manual/html_node/RFC2818.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2818</title> +<title>GnuTLS 3.3.12: RFC2818</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2818"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2818"> +<meta name="description" content="GnuTLS 3.3.12: RFC2818"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2818"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2945.html b/manual/html_node/RFC2945.html index e5af6dd5d2..e6cb568901 100644 --- a/manual/html_node/RFC2945.html +++ b/manual/html_node/RFC2945.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2945</title> +<title>GnuTLS 3.3.12: RFC2945</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2945"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2945"> +<meta name="description" content="GnuTLS 3.3.12: RFC2945"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2945"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC2986.html b/manual/html_node/RFC2986.html index d9e02a0eb0..a13cb52b2a 100644 --- a/manual/html_node/RFC2986.html +++ b/manual/html_node/RFC2986.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC2986</title> +<title>GnuTLS 3.3.12: RFC2986</title> -<meta name="description" content="GnuTLS 3.3.11: RFC2986"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC2986"> +<meta name="description" content="GnuTLS 3.3.12: RFC2986"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC2986"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC3749.html b/manual/html_node/RFC3749.html index 812cbc5ec0..5772ddcce2 100644 --- a/manual/html_node/RFC3749.html +++ b/manual/html_node/RFC3749.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC3749</title> +<title>GnuTLS 3.3.12: RFC3749</title> -<meta name="description" content="GnuTLS 3.3.11: RFC3749"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC3749"> +<meta name="description" content="GnuTLS 3.3.12: RFC3749"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC3749"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC3820.html b/manual/html_node/RFC3820.html index 99b56e7cf2..f18c6feb2a 100644 --- a/manual/html_node/RFC3820.html +++ b/manual/html_node/RFC3820.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC3820</title> +<title>GnuTLS 3.3.12: RFC3820</title> -<meta name="description" content="GnuTLS 3.3.11: RFC3820"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC3820"> +<meta name="description" content="GnuTLS 3.3.12: RFC3820"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC3820"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4211.html b/manual/html_node/RFC4211.html index e352986b92..d7fc79c884 100644 --- a/manual/html_node/RFC4211.html +++ b/manual/html_node/RFC4211.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4211</title> +<title>GnuTLS 3.3.12: RFC4211</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4211"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4211"> +<meta name="description" content="GnuTLS 3.3.12: RFC4211"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4211"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4346.html b/manual/html_node/RFC4346.html index 227b300f9c..a99a82fce5 100644 --- a/manual/html_node/RFC4346.html +++ b/manual/html_node/RFC4346.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4346</title> +<title>GnuTLS 3.3.12: RFC4346</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4346"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4346"> +<meta name="description" content="GnuTLS 3.3.12: RFC4346"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4346"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4347.html b/manual/html_node/RFC4347.html index 6911f4cf4c..e647c1ad1b 100644 --- a/manual/html_node/RFC4347.html +++ b/manual/html_node/RFC4347.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4347</title> +<title>GnuTLS 3.3.12: RFC4347</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4347"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4347"> +<meta name="description" content="GnuTLS 3.3.12: RFC4347"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4347"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4418.html b/manual/html_node/RFC4418.html index 46f5222ddf..58e0b6eb47 100644 --- a/manual/html_node/RFC4418.html +++ b/manual/html_node/RFC4418.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4418</title> +<title>GnuTLS 3.3.12: RFC4418</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4418"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4418"> +<meta name="description" content="GnuTLS 3.3.12: RFC4418"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4418"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4514.html b/manual/html_node/RFC4514.html index 78ffbd3d5b..237b22e197 100644 --- a/manual/html_node/RFC4514.html +++ b/manual/html_node/RFC4514.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4514</title> +<title>GnuTLS 3.3.12: RFC4514</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4514"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4514"> +<meta name="description" content="GnuTLS 3.3.12: RFC4514"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4514"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4680.html b/manual/html_node/RFC4680.html index bcb90b0d48..c28a821aa7 100644 --- a/manual/html_node/RFC4680.html +++ b/manual/html_node/RFC4680.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4680</title> +<title>GnuTLS 3.3.12: RFC4680</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4680"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4680"> +<meta name="description" content="GnuTLS 3.3.12: RFC4680"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4680"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4821.html b/manual/html_node/RFC4821.html index fc1769027e..e05c05ac4e 100644 --- a/manual/html_node/RFC4821.html +++ b/manual/html_node/RFC4821.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4821</title> +<title>GnuTLS 3.3.12: RFC4821</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4821"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4821"> +<meta name="description" content="GnuTLS 3.3.12: RFC4821"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4821"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC4880.html b/manual/html_node/RFC4880.html index ac58cd04c2..d390aad65d 100644 --- a/manual/html_node/RFC4880.html +++ b/manual/html_node/RFC4880.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC4880</title> +<title>GnuTLS 3.3.12: RFC4880</title> -<meta name="description" content="GnuTLS 3.3.11: RFC4880"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC4880"> +<meta name="description" content="GnuTLS 3.3.12: RFC4880"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC4880"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC5056.html b/manual/html_node/RFC5056.html index 40953c31d3..cf60eab5fb 100644 --- a/manual/html_node/RFC5056.html +++ b/manual/html_node/RFC5056.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC5056</title> +<title>GnuTLS 3.3.12: RFC5056</title> -<meta name="description" content="GnuTLS 3.3.11: RFC5056"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC5056"> +<meta name="description" content="GnuTLS 3.3.12: RFC5056"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC5056"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC5246.html b/manual/html_node/RFC5246.html index 5b04e15d7e..2c3306393f 100644 --- a/manual/html_node/RFC5246.html +++ b/manual/html_node/RFC5246.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC5246</title> +<title>GnuTLS 3.3.12: RFC5246</title> -<meta name="description" content="GnuTLS 3.3.11: RFC5246"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC5246"> +<meta name="description" content="GnuTLS 3.3.12: RFC5246"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC5246"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC5280.html b/manual/html_node/RFC5280.html index 6b3d1c2465..20277cadc8 100644 --- a/manual/html_node/RFC5280.html +++ b/manual/html_node/RFC5280.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC5280</title> +<title>GnuTLS 3.3.12: RFC5280</title> -<meta name="description" content="GnuTLS 3.3.11: RFC5280"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC5280"> +<meta name="description" content="GnuTLS 3.3.12: RFC5280"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC5280"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC5746.html b/manual/html_node/RFC5746.html index 7e05f19c0f..f6d9c8a3c2 100644 --- a/manual/html_node/RFC5746.html +++ b/manual/html_node/RFC5746.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC5746</title> +<title>GnuTLS 3.3.12: RFC5746</title> -<meta name="description" content="GnuTLS 3.3.11: RFC5746"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC5746"> +<meta name="description" content="GnuTLS 3.3.12: RFC5746"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC5746"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC5929.html b/manual/html_node/RFC5929.html index addfcadcc4..7985856922 100644 --- a/manual/html_node/RFC5929.html +++ b/manual/html_node/RFC5929.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC5929</title> +<title>GnuTLS 3.3.12: RFC5929</title> -<meta name="description" content="GnuTLS 3.3.11: RFC5929"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC5929"> +<meta name="description" content="GnuTLS 3.3.12: RFC5929"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC5929"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RFC6520.html b/manual/html_node/RFC6520.html index dec77bb859..0df757c385 100644 --- a/manual/html_node/RFC6520.html +++ b/manual/html_node/RFC6520.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RFC6520</title> +<title>GnuTLS 3.3.12: RFC6520</title> -<meta name="description" content="GnuTLS 3.3.11: RFC6520"> -<meta name="keywords" content="GnuTLS 3.3.11: RFC6520"> +<meta name="description" content="GnuTLS 3.3.12: RFC6520"> +<meta name="keywords" content="GnuTLS 3.3.12: RFC6520"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/RIVESTCRL.html b/manual/html_node/RIVESTCRL.html index 73c2ea33f1..ac8713dbe0 100644 --- a/manual/html_node/RIVESTCRL.html +++ b/manual/html_node/RIVESTCRL.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: RIVESTCRL</title> +<title>GnuTLS 3.3.12: RIVESTCRL</title> -<meta name="description" content="GnuTLS 3.3.11: RIVESTCRL"> -<meta name="keywords" content="GnuTLS 3.3.11: RIVESTCRL"> +<meta name="description" content="GnuTLS 3.3.12: RIVESTCRL"> +<meta name="keywords" content="GnuTLS 3.3.12: RIVESTCRL"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Random-number-generation.html b/manual/html_node/Random-number-generation.html index 0c3028dedd..fefe14bf60 100644 --- a/manual/html_node/Random-number-generation.html +++ b/manual/html_node/Random-number-generation.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.11 of GnuTLS. +3.3.12 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.11: Random number generation</title> +<title>GnuTLS 3.3.12: Random number generation</title> -<meta name="description" content="GnuTLS 3.3.11: Random number generation"> -<meta name="keywords" content="GnuTLS 3.3.11: Random number generation"> +<meta name="description" content="GnuTLS 3.3.12: Random number generation"> +<meta name="keywords" content="GnuTLS 3.3.12: Random number generation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -200,7 +200,9 @@ Fatal in session if broken. <p>This function will generate random data and store it to output buffer. </p> -<p><strong>Returns:</strong> Zero or a negative error code on error. +<p>This function is thread-safe and also fork-safe. +</p> +<p><strong>Returns:</strong> Zero on success, or a negative error code on error. </p> <p><strong>Since:</strong> 2.12.0 </p></dd></dl> diff --git a/manual/html_node/Reading-objects.html b/manual/html_node/Reading-objects.html index 26f93038d9..a90da3a2de 100644 --- a/manual/html_node/Reading-objects.html +++ b/manual/html_node/Reading-objects.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.11 of GnuTLS. +3.3.12 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.11: Reading objects</title> +<title>GnuTLS 3.3.12: Reading objects</title> -<meta name="description" content="GnuTLS 3.3.11: Reading objects"> -<meta name="keywords" content="GnuTLS 3.3.11: Reading objects"> +<meta name="description" content="GnuTLS 3.3.12: Reading objects"> +<meta name="keywords" content="GnuTLS 3.3.12: Reading objects"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Resuming-Sessions.html b/manual/html_node/Resuming-Sessions.html index 24857dc1aa..7f51185ae7 100644 --- a/manual/html_node/Resuming-Sessions.html +++ b/manual/html_node/Resuming-Sessions.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.11 of GnuTLS. +3.3.12 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.11: Resuming Sessions</title> +<title>GnuTLS 3.3.12: Resuming Sessions</title> -<meta name="description" content="GnuTLS 3.3.11: Resuming Sessions"> -<meta name="keywords" content="GnuTLS 3.3.11: Resuming Sessions"> +<meta name="description" content="GnuTLS 3.3.12: Resuming Sessions"> +<meta name="keywords" content="GnuTLS 3.3.12: Resuming Sessions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/SELKEY.html b/manual/html_node/SELKEY.html index a676d15b08..5d4b2ddb69 100644 --- a/manual/html_node/SELKEY.html +++ b/manual/html_node/SELKEY.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: SELKEY</title> +<title>GnuTLS 3.3.12: SELKEY</title> -<meta name="description" content="GnuTLS 3.3.11: SELKEY"> -<meta name="keywords" content="GnuTLS 3.3.11: SELKEY"> +<meta name="description" content="GnuTLS 3.3.12: SELKEY"> +<meta name="keywords" content="GnuTLS 3.3.12: SELKEY"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/SRP-authentication.html b/manual/html_node/SRP-authentication.html index ffd1ca114e..a19f94a2ad 100644 --- a/manual/html_node/SRP-authentication.html +++ b/manual/html_node/SRP-authentication.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.11 of GnuTLS. +3.3.12 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.11: SRP authentication</title> +<title>GnuTLS 3.3.12: SRP authentication</title> -<meta name="description" content="GnuTLS 3.3.11: SRP authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: SRP authentication"> +<meta name="description" content="GnuTLS 3.3.12: SRP authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: SRP authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/SRP-credentials.html b/manual/html_node/SRP-credentials.html index c12a0cc79a..023a1fc2c2 100644 --- a/manual/html_node/SRP-credentials.html +++ b/manual/html_node/SRP-credentials.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.11 of GnuTLS. +3.3.12 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.11: SRP credentials</title> +<title>GnuTLS 3.3.12: SRP credentials</title> -<meta name="description" content="GnuTLS 3.3.11: SRP credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: SRP credentials"> +<meta name="description" content="GnuTLS 3.3.12: SRP credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: SRP credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/SRTP.html b/manual/html_node/SRTP.html index 01ea9b6342..98b468aa45 100644 --- a/manual/html_node/SRTP.html +++ b/manual/html_node/SRTP.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.11 of GnuTLS. +3.3.12 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.11: SRTP</title> +<title>GnuTLS 3.3.12: SRTP</title> -<meta name="description" content="GnuTLS 3.3.11: SRTP"> -<meta name="keywords" content="GnuTLS 3.3.11: SRTP"> +<meta name="description" content="GnuTLS 3.3.12: SRTP"> +<meta name="keywords" content="GnuTLS 3.3.12: SRTP"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/SSL3.html b/manual/html_node/SSL3.html index 002dba38ce..f9f14a5926 100644 --- a/manual/html_node/SSL3.html +++ b/manual/html_node/SSL3.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: SSL3</title> +<title>GnuTLS 3.3.12: SSL3</title> -<meta name="description" content="GnuTLS 3.3.11: SSL3"> -<meta name="keywords" content="GnuTLS 3.3.11: SSL3"> +<meta name="description" content="GnuTLS 3.3.12: SSL3"> +<meta name="keywords" content="GnuTLS 3.3.12: SSL3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/STEVENS.html b/manual/html_node/STEVENS.html index eb5c13a64c..b037655fdf 100644 --- a/manual/html_node/STEVENS.html +++ b/manual/html_node/STEVENS.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: STEVENS</title> +<title>GnuTLS 3.3.12: STEVENS</title> -<meta name="description" content="GnuTLS 3.3.11: STEVENS"> -<meta name="keywords" content="GnuTLS 3.3.11: STEVENS"> +<meta name="description" content="GnuTLS 3.3.12: STEVENS"> +<meta name="keywords" content="GnuTLS 3.3.12: STEVENS"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Safe-renegotiation.html b/manual/html_node/Safe-renegotiation.html index c8495fb4cb..0b2b1116bd 100644 --- a/manual/html_node/Safe-renegotiation.html +++ b/manual/html_node/Safe-renegotiation.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.11 of GnuTLS. +3.3.12 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.11: Safe renegotiation</title> +<title>GnuTLS 3.3.12: Safe renegotiation</title> -<meta name="description" content="GnuTLS 3.3.11: Safe renegotiation"> -<meta name="keywords" content="GnuTLS 3.3.11: Safe renegotiation"> +<meta name="description" content="GnuTLS 3.3.12: Safe renegotiation"> +<meta name="keywords" content="GnuTLS 3.3.12: Safe renegotiation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Selecting-an-appropriate-authentication-method.html b/manual/html_node/Selecting-an-appropriate-authentication-method.html index 5df288d5ad..7d2737819f 100644 --- a/manual/html_node/Selecting-an-appropriate-authentication-method.html +++ b/manual/html_node/Selecting-an-appropriate-authentication-method.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.11 of GnuTLS. +3.3.12 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.11: Selecting an appropriate authentication method</title> +<title>GnuTLS 3.3.12: Selecting an appropriate authentication method</title> -<meta name="description" content="GnuTLS 3.3.11: Selecting an appropriate authentication method"> -<meta name="keywords" content="GnuTLS 3.3.11: Selecting an appropriate authentication method"> +<meta name="description" content="GnuTLS 3.3.12: Selecting an appropriate authentication method"> +<meta name="keywords" content="GnuTLS 3.3.12: Selecting an appropriate authentication method"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Selecting-cryptographic-key-sizes.html b/manual/html_node/Selecting-cryptographic-key-sizes.html index 47e2f888af..472ea8a857 100644 --- a/manual/html_node/Selecting-cryptographic-key-sizes.html +++ b/manual/html_node/Selecting-cryptographic-key-sizes.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.11 of GnuTLS. +3.3.12 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.11: Selecting cryptographic key sizes</title> +<title>GnuTLS 3.3.12: Selecting cryptographic key sizes</title> -<meta name="description" content="GnuTLS 3.3.11: Selecting cryptographic key sizes"> -<meta name="keywords" content="GnuTLS 3.3.11: Selecting cryptographic key sizes"> +<meta name="description" content="GnuTLS 3.3.12: Selecting cryptographic key sizes"> +<meta name="keywords" content="GnuTLS 3.3.12: Selecting cryptographic key sizes"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Separate-ports.html b/manual/html_node/Separate-ports.html index 8904dc54b8..eab7e65018 100644 --- a/manual/html_node/Separate-ports.html +++ b/manual/html_node/Separate-ports.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.11 of GnuTLS. +3.3.12 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.11: Separate ports</title> +<title>GnuTLS 3.3.12: Separate ports</title> -<meta name="description" content="GnuTLS 3.3.11: Separate ports"> -<meta name="keywords" content="GnuTLS 3.3.11: Separate ports"> +<meta name="description" content="GnuTLS 3.3.12: Separate ports"> +<meta name="keywords" content="GnuTLS 3.3.12: Separate ports"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Server-examples.html b/manual/html_node/Server-examples.html index 0c7c61979b..9ca8234b45 100644 --- a/manual/html_node/Server-examples.html +++ b/manual/html_node/Server-examples.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.11 of GnuTLS. +3.3.12 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.11: Server examples</title> +<title>GnuTLS 3.3.12: Server examples</title> -<meta name="description" content="GnuTLS 3.3.11: Server examples"> -<meta name="keywords" content="GnuTLS 3.3.11: Server examples"> +<meta name="description" content="GnuTLS 3.3.12: Server examples"> +<meta name="keywords" content="GnuTLS 3.3.12: Server examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Server-name-indication.html b/manual/html_node/Server-name-indication.html index 16636580de..9823f0bcf8 100644 --- a/manual/html_node/Server-name-indication.html +++ b/manual/html_node/Server-name-indication.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.11 of GnuTLS. +3.3.12 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.11: Server name indication</title> +<title>GnuTLS 3.3.12: Server name indication</title> -<meta name="description" content="GnuTLS 3.3.11: Server name indication"> -<meta name="keywords" content="GnuTLS 3.3.11: Server name indication"> +<meta name="description" content="GnuTLS 3.3.12: Server name indication"> +<meta name="keywords" content="GnuTLS 3.3.12: Server name indication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Session-initialization.html b/manual/html_node/Session-initialization.html index 7a947d7e21..52fc7d6ffa 100644 --- a/manual/html_node/Session-initialization.html +++ b/manual/html_node/Session-initialization.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.11 of GnuTLS. +3.3.12 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.11: Session initialization</title> +<title>GnuTLS 3.3.12: Session initialization</title> -<meta name="description" content="GnuTLS 3.3.11: Session initialization"> -<meta name="keywords" content="GnuTLS 3.3.11: Session initialization"> +<meta name="description" content="GnuTLS 3.3.12: Session initialization"> +<meta name="keywords" content="GnuTLS 3.3.12: Session initialization"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Session-resumption.html b/manual/html_node/Session-resumption.html index 4d70286f3f..f055629adb 100644 --- a/manual/html_node/Session-resumption.html +++ b/manual/html_node/Session-resumption.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.11 of GnuTLS. +3.3.12 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.11: Session resumption</title> +<title>GnuTLS 3.3.12: Session resumption</title> -<meta name="description" content="GnuTLS 3.3.11: Session resumption"> -<meta name="keywords" content="GnuTLS 3.3.11: Session resumption"> +<meta name="description" content="GnuTLS 3.3.12: Session resumption"> +<meta name="keywords" content="GnuTLS 3.3.12: Session resumption"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Session-tickets.html b/manual/html_node/Session-tickets.html index bfffd81174..2a08c51410 100644 --- a/manual/html_node/Session-tickets.html +++ b/manual/html_node/Session-tickets.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.11 of GnuTLS. +3.3.12 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.11: Session tickets</title> +<title>GnuTLS 3.3.12: Session tickets</title> -<meta name="description" content="GnuTLS 3.3.11: Session tickets"> -<meta name="keywords" content="GnuTLS 3.3.11: Session tickets"> +<meta name="description" content="GnuTLS 3.3.12: Session tickets"> +<meta name="keywords" content="GnuTLS 3.3.12: Session tickets"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Setting-up-the-transport-layer.html b/manual/html_node/Setting-up-the-transport-layer.html index 6354b4976b..affdaa6c7b 100644 --- a/manual/html_node/Setting-up-the-transport-layer.html +++ b/manual/html_node/Setting-up-the-transport-layer.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.11 of GnuTLS. +3.3.12 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.11: Setting up the transport layer</title> +<title>GnuTLS 3.3.12: Setting up the transport layer</title> -<meta name="description" content="GnuTLS 3.3.11: Setting up the transport layer"> -<meta name="keywords" content="GnuTLS 3.3.11: Setting up the transport layer"> +<meta name="description" content="GnuTLS 3.3.12: Setting up the transport layer"> +<meta name="keywords" content="GnuTLS 3.3.12: Setting up the transport layer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Shared_002dkey-and-anonymous-authentication.html b/manual/html_node/Shared_002dkey-and-anonymous-authentication.html index 4970b84e26..4c5164c9a0 100644 --- a/manual/html_node/Shared_002dkey-and-anonymous-authentication.html +++ b/manual/html_node/Shared_002dkey-and-anonymous-authentication.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.11 of GnuTLS. +3.3.12 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.11: Shared-key and anonymous authentication</title> +<title>GnuTLS 3.3.12: Shared-key and anonymous authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Shared-key and anonymous authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Shared-key and anonymous authentication"> +<meta name="description" content="GnuTLS 3.3.12: Shared-key and anonymous authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Shared-key and anonymous authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Simple-Datagram-TLS-client-example.html b/manual/html_node/Simple-Datagram-TLS-client-example.html index 9ca42adb53..6c668656c3 100644 --- a/manual/html_node/Simple-Datagram-TLS-client-example.html +++ b/manual/html_node/Simple-Datagram-TLS-client-example.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.11 of GnuTLS. +3.3.12 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.11: Simple Datagram TLS client example</title> +<title>GnuTLS 3.3.12: Simple Datagram TLS client example</title> -<meta name="description" content="GnuTLS 3.3.11: Simple Datagram TLS client example"> -<meta name="keywords" content="GnuTLS 3.3.11: Simple Datagram TLS client example"> +<meta name="description" content="GnuTLS 3.3.12: Simple Datagram TLS client example"> +<meta name="keywords" content="GnuTLS 3.3.12: Simple Datagram TLS client example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Simple-client-example-in-C_002b_002b.html b/manual/html_node/Simple-client-example-in-C_002b_002b.html index caff2d4ef7..cc33222d77 100644 --- a/manual/html_node/Simple-client-example-in-C_002b_002b.html +++ b/manual/html_node/Simple-client-example-in-C_002b_002b.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.11 of GnuTLS. +3.3.12 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.11: Simple client example in C++</title> +<title>GnuTLS 3.3.12: Simple client example in C++</title> -<meta name="description" content="GnuTLS 3.3.11: Simple client example in C++"> -<meta name="keywords" content="GnuTLS 3.3.11: Simple client example in C++"> +<meta name="description" content="GnuTLS 3.3.12: Simple client example in C++"> +<meta name="keywords" content="GnuTLS 3.3.12: Simple client example in C++"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Simple-client-example-with-SRP-authentication.html b/manual/html_node/Simple-client-example-with-SRP-authentication.html index 7bf69edc3d..f0c1e18309 100644 --- a/manual/html_node/Simple-client-example-with-SRP-authentication.html +++ b/manual/html_node/Simple-client-example-with-SRP-authentication.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.11 of GnuTLS. +3.3.12 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.11: Simple client example with SRP authentication</title> +<title>GnuTLS 3.3.12: Simple client example with SRP authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Simple client example with SRP authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Simple client example with SRP authentication"> +<meta name="description" content="GnuTLS 3.3.12: Simple client example with SRP authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Simple client example with SRP authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Simple-client-example-with-SSH_002dstyle-certificate-verification.html b/manual/html_node/Simple-client-example-with-SSH_002dstyle-certificate-verification.html index 140f24daaf..5692019aed 100644 --- a/manual/html_node/Simple-client-example-with-SSH_002dstyle-certificate-verification.html +++ b/manual/html_node/Simple-client-example-with-SSH_002dstyle-certificate-verification.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.11 of GnuTLS. +3.3.12 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.11: Simple client example with SSH-style certificate verification</title> +<title>GnuTLS 3.3.12: Simple client example with SSH-style certificate verification</title> -<meta name="description" content="GnuTLS 3.3.11: Simple client example with SSH-style certificate verification"> -<meta name="keywords" content="GnuTLS 3.3.11: Simple client example with SSH-style certificate verification"> +<meta name="description" content="GnuTLS 3.3.12: Simple client example with SSH-style certificate verification"> +<meta name="keywords" content="GnuTLS 3.3.12: Simple client example with SSH-style certificate verification"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Simple-client-example-with-X_002e509-certificate-support.html b/manual/html_node/Simple-client-example-with-X_002e509-certificate-support.html index 5b79d6f878..93083bea89 100644 --- a/manual/html_node/Simple-client-example-with-X_002e509-certificate-support.html +++ b/manual/html_node/Simple-client-example-with-X_002e509-certificate-support.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.11 of GnuTLS. +3.3.12 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.11: Simple client example with X.509 certificate support</title> +<title>GnuTLS 3.3.12: Simple client example with X.509 certificate support</title> -<meta name="description" content="GnuTLS 3.3.11: Simple client example with X.509 certificate support"> -<meta name="keywords" content="GnuTLS 3.3.11: Simple client example with X.509 certificate support"> +<meta name="description" content="GnuTLS 3.3.12: Simple client example with X.509 certificate support"> +<meta name="keywords" content="GnuTLS 3.3.12: Simple client example with X.509 certificate support"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Simple-client-example-with-anonymous-authentication.html b/manual/html_node/Simple-client-example-with-anonymous-authentication.html index ba448123df..863462d8dd 100644 --- a/manual/html_node/Simple-client-example-with-anonymous-authentication.html +++ b/manual/html_node/Simple-client-example-with-anonymous-authentication.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.11 of GnuTLS. +3.3.12 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.11: Simple client example with anonymous authentication</title> +<title>GnuTLS 3.3.12: Simple client example with anonymous authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Simple client example with anonymous authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Simple client example with anonymous authentication"> +<meta name="description" content="GnuTLS 3.3.12: Simple client example with anonymous authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Simple client example with anonymous authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Smart-cards-and-HSMs.html b/manual/html_node/Smart-cards-and-HSMs.html index 2a9613d1cd..b2ad30581c 100644 --- a/manual/html_node/Smart-cards-and-HSMs.html +++ b/manual/html_node/Smart-cards-and-HSMs.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.11 of GnuTLS. +3.3.12 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.11: Smart cards and HSMs</title> +<title>GnuTLS 3.3.12: Smart cards and HSMs</title> -<meta name="description" content="GnuTLS 3.3.11: Smart cards and HSMs"> -<meta name="keywords" content="GnuTLS 3.3.11: Smart cards and HSMs"> +<meta name="description" content="GnuTLS 3.3.12: Smart cards and HSMs"> +<meta name="keywords" content="GnuTLS 3.3.12: Smart cards and HSMs"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Support.html b/manual/html_node/Support.html index 724ea41d34..2b710bb6be 100644 --- a/manual/html_node/Support.html +++ b/manual/html_node/Support.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.11 of GnuTLS. +3.3.12 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.11: Support</title> +<title>GnuTLS 3.3.12: Support</title> -<meta name="description" content="GnuTLS 3.3.11: Support"> -<meta name="keywords" content="GnuTLS 3.3.11: Support"> +<meta name="description" content="GnuTLS 3.3.12: Support"> +<meta name="keywords" content="GnuTLS 3.3.12: Support"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Supported-ciphersuites.html b/manual/html_node/Supported-ciphersuites.html index c2bf31d908..b588f2d4d0 100644 --- a/manual/html_node/Supported-ciphersuites.html +++ b/manual/html_node/Supported-ciphersuites.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.11 of GnuTLS. +3.3.12 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.11: Supported ciphersuites</title> +<title>GnuTLS 3.3.12: Supported ciphersuites</title> -<meta name="description" content="GnuTLS 3.3.11: Supported ciphersuites"> -<meta name="keywords" content="GnuTLS 3.3.11: Supported ciphersuites"> +<meta name="description" content="GnuTLS 3.3.12: Supported ciphersuites"> +<meta name="keywords" content="GnuTLS 3.3.12: Supported ciphersuites"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Symmetric-algorithms.html b/manual/html_node/Symmetric-algorithms.html index 3a45ed5951..02d15aaebc 100644 --- a/manual/html_node/Symmetric-algorithms.html +++ b/manual/html_node/Symmetric-algorithms.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.11 of GnuTLS. +3.3.12 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.11: Symmetric algorithms</title> +<title>GnuTLS 3.3.12: Symmetric algorithms</title> -<meta name="description" content="GnuTLS 3.3.11: Symmetric algorithms"> -<meta name="keywords" content="GnuTLS 3.3.11: Symmetric algorithms"> +<meta name="description" content="GnuTLS 3.3.12: Symmetric algorithms"> +<meta name="keywords" content="GnuTLS 3.3.12: Symmetric algorithms"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-Authentication-Methods.html b/manual/html_node/TLS-Authentication-Methods.html index 8ba5306b29..661fce013a 100644 --- a/manual/html_node/TLS-Authentication-Methods.html +++ b/manual/html_node/TLS-Authentication-Methods.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.11 of GnuTLS. +3.3.12 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.11: TLS Authentication Methods</title> +<title>GnuTLS 3.3.12: TLS Authentication Methods</title> -<meta name="description" content="GnuTLS 3.3.11: TLS Authentication Methods"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS Authentication Methods"> +<meta name="description" content="GnuTLS 3.3.12: TLS Authentication Methods"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS Authentication Methods"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-Cipher-Suites.html b/manual/html_node/TLS-Cipher-Suites.html index 9916b8dca2..75cc7c26e2 100644 --- a/manual/html_node/TLS-Cipher-Suites.html +++ b/manual/html_node/TLS-Cipher-Suites.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.11 of GnuTLS. +3.3.12 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.11: TLS Cipher Suites</title> +<title>GnuTLS 3.3.12: TLS Cipher Suites</title> -<meta name="description" content="GnuTLS 3.3.11: TLS Cipher Suites"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS Cipher Suites"> +<meta name="description" content="GnuTLS 3.3.12: TLS Cipher Suites"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS Cipher Suites"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-Extension-Handling.html b/manual/html_node/TLS-Extension-Handling.html index fd06dca43a..237b693a78 100644 --- a/manual/html_node/TLS-Extension-Handling.html +++ b/manual/html_node/TLS-Extension-Handling.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.11 of GnuTLS. +3.3.12 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.11: TLS Extension Handling</title> +<title>GnuTLS 3.3.12: TLS Extension Handling</title> -<meta name="description" content="GnuTLS 3.3.11: TLS Extension Handling"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS Extension Handling"> +<meta name="description" content="GnuTLS 3.3.12: TLS Extension Handling"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS Extension Handling"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-Extensions.html b/manual/html_node/TLS-Extensions.html index c303f20bf3..82cc544619 100644 --- a/manual/html_node/TLS-Extensions.html +++ b/manual/html_node/TLS-Extensions.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.11 of GnuTLS. +3.3.12 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.11: TLS Extensions</title> +<title>GnuTLS 3.3.12: TLS Extensions</title> -<meta name="description" content="GnuTLS 3.3.11: TLS Extensions"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS Extensions"> +<meta name="description" content="GnuTLS 3.3.12: TLS Extensions"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS Extensions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-Handshake-Protocol.html b/manual/html_node/TLS-Handshake-Protocol.html index ad4f460045..c04c9dc325 100644 --- a/manual/html_node/TLS-Handshake-Protocol.html +++ b/manual/html_node/TLS-Handshake-Protocol.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.11 of GnuTLS. +3.3.12 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.11: TLS Handshake Protocol</title> +<title>GnuTLS 3.3.12: TLS Handshake Protocol</title> -<meta name="description" content="GnuTLS 3.3.11: TLS Handshake Protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS Handshake Protocol"> +<meta name="description" content="GnuTLS 3.3.12: TLS Handshake Protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS Handshake Protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-handshake.html b/manual/html_node/TLS-handshake.html index 2dc45306b6..776a8c49eb 100644 --- a/manual/html_node/TLS-handshake.html +++ b/manual/html_node/TLS-handshake.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.11 of GnuTLS. +3.3.12 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.11: TLS handshake</title> +<title>GnuTLS 3.3.12: TLS handshake</title> -<meta name="description" content="GnuTLS 3.3.11: TLS handshake"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS handshake"> +<meta name="description" content="GnuTLS 3.3.12: TLS handshake"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS handshake"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLS-layers.html b/manual/html_node/TLS-layers.html index 09e6ee901e..500c60f8d6 100644 --- a/manual/html_node/TLS-layers.html +++ b/manual/html_node/TLS-layers.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.11 of GnuTLS. +3.3.12 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.11: TLS layers</title> +<title>GnuTLS 3.3.12: TLS layers</title> -<meta name="description" content="GnuTLS 3.3.11: TLS layers"> -<meta name="keywords" content="GnuTLS 3.3.11: TLS layers"> +<meta name="description" content="GnuTLS 3.3.12: TLS layers"> +<meta name="keywords" content="GnuTLS 3.3.12: TLS layers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLSEXT.html b/manual/html_node/TLSEXT.html index f7c3754a82..1c49653ab8 100644 --- a/manual/html_node/TLSEXT.html +++ b/manual/html_node/TLSEXT.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TLSEXT</title> +<title>GnuTLS 3.3.12: TLSEXT</title> -<meta name="description" content="GnuTLS 3.3.11: TLSEXT"> -<meta name="keywords" content="GnuTLS 3.3.11: TLSEXT"> +<meta name="description" content="GnuTLS 3.3.12: TLSEXT"> +<meta name="keywords" content="GnuTLS 3.3.12: TLSEXT"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLSPGP.html b/manual/html_node/TLSPGP.html index 046fae6475..94ad9e97cd 100644 --- a/manual/html_node/TLSPGP.html +++ b/manual/html_node/TLSPGP.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TLSPGP</title> +<title>GnuTLS 3.3.12: TLSPGP</title> -<meta name="description" content="GnuTLS 3.3.11: TLSPGP"> -<meta name="keywords" content="GnuTLS 3.3.11: TLSPGP"> +<meta name="description" content="GnuTLS 3.3.12: TLSPGP"> +<meta name="keywords" content="GnuTLS 3.3.12: TLSPGP"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLSPSK.html b/manual/html_node/TLSPSK.html index 1dd44c8886..9d56d6a573 100644 --- a/manual/html_node/TLSPSK.html +++ b/manual/html_node/TLSPSK.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TLSPSK</title> +<title>GnuTLS 3.3.12: TLSPSK</title> -<meta name="description" content="GnuTLS 3.3.11: TLSPSK"> -<meta name="keywords" content="GnuTLS 3.3.11: TLSPSK"> +<meta name="description" content="GnuTLS 3.3.12: TLSPSK"> +<meta name="keywords" content="GnuTLS 3.3.12: TLSPSK"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLSSRP.html b/manual/html_node/TLSSRP.html index 44baed4aa0..fe23c48dee 100644 --- a/manual/html_node/TLSSRP.html +++ b/manual/html_node/TLSSRP.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TLSSRP</title> +<title>GnuTLS 3.3.12: TLSSRP</title> -<meta name="description" content="GnuTLS 3.3.11: TLSSRP"> -<meta name="keywords" content="GnuTLS 3.3.11: TLSSRP"> +<meta name="description" content="GnuTLS 3.3.12: TLSSRP"> +<meta name="keywords" content="GnuTLS 3.3.12: TLSSRP"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TLSTKT.html b/manual/html_node/TLSTKT.html index 270ebb1819..6691c2efbe 100644 --- a/manual/html_node/TLSTKT.html +++ b/manual/html_node/TLSTKT.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TLSTKT</title> +<title>GnuTLS 3.3.12: TLSTKT</title> -<meta name="description" content="GnuTLS 3.3.11: TLSTKT"> -<meta name="keywords" content="GnuTLS 3.3.11: TLSTKT"> +<meta name="description" content="GnuTLS 3.3.12: TLSTKT"> +<meta name="keywords" content="GnuTLS 3.3.12: TLSTKT"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TOMSRP.html b/manual/html_node/TOMSRP.html index d435ab7fc1..4cc0e42c6b 100644 --- a/manual/html_node/TOMSRP.html +++ b/manual/html_node/TOMSRP.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TOMSRP</title> +<title>GnuTLS 3.3.12: TOMSRP</title> -<meta name="description" content="GnuTLS 3.3.11: TOMSRP"> -<meta name="keywords" content="GnuTLS 3.3.11: TOMSRP"> +<meta name="description" content="GnuTLS 3.3.12: TOMSRP"> +<meta name="keywords" content="GnuTLS 3.3.12: TOMSRP"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TPM-API.html b/manual/html_node/TPM-API.html index 8ef7e12c10..76c1562745 100644 --- a/manual/html_node/TPM-API.html +++ b/manual/html_node/TPM-API.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.11 of GnuTLS. +3.3.12 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.11: TPM API</title> +<title>GnuTLS 3.3.12: TPM API</title> -<meta name="description" content="GnuTLS 3.3.11: TPM API"> -<meta name="keywords" content="GnuTLS 3.3.11: TPM API"> +<meta name="description" content="GnuTLS 3.3.12: TPM API"> +<meta name="keywords" content="GnuTLS 3.3.12: TPM API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/TPMURI.html b/manual/html_node/TPMURI.html index 829763dd7e..5c2a31b2a5 100644 --- a/manual/html_node/TPMURI.html +++ b/manual/html_node/TPMURI.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: TPMURI</title> +<title>GnuTLS 3.3.12: TPMURI</title> -<meta name="description" content="GnuTLS 3.3.11: TPMURI"> -<meta name="keywords" content="GnuTLS 3.3.11: TPMURI"> +<meta name="description" content="GnuTLS 3.3.12: TPMURI"> +<meta name="keywords" content="GnuTLS 3.3.12: TPMURI"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-Alert-Protocol.html b/manual/html_node/The-Alert-Protocol.html index d4d4d9de92..0ca76c58eb 100644 --- a/manual/html_node/The-Alert-Protocol.html +++ b/manual/html_node/The-Alert-Protocol.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: The Alert Protocol</title> +<title>GnuTLS 3.3.12: The Alert Protocol</title> -<meta name="description" content="GnuTLS 3.3.11: The Alert Protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: The Alert Protocol"> +<meta name="description" content="GnuTLS 3.3.12: The Alert Protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: The Alert Protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-Handshake-Protocol.html b/manual/html_node/The-Handshake-Protocol.html index c906a9b433..dd3b7882b3 100644 --- a/manual/html_node/The-Handshake-Protocol.html +++ b/manual/html_node/The-Handshake-Protocol.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: The Handshake Protocol</title> +<title>GnuTLS 3.3.12: The Handshake Protocol</title> -<meta name="description" content="GnuTLS 3.3.11: The Handshake Protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: The Handshake Protocol"> +<meta name="description" content="GnuTLS 3.3.12: The Handshake Protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: The Handshake Protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-TLS-Alert-Protocol.html b/manual/html_node/The-TLS-Alert-Protocol.html index 87fcc305f6..e193dee42b 100644 --- a/manual/html_node/The-TLS-Alert-Protocol.html +++ b/manual/html_node/The-TLS-Alert-Protocol.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.11 of GnuTLS. +3.3.12 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.11: The TLS Alert Protocol</title> +<title>GnuTLS 3.3.12: The TLS Alert Protocol</title> -<meta name="description" content="GnuTLS 3.3.11: The TLS Alert Protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: The TLS Alert Protocol"> +<meta name="description" content="GnuTLS 3.3.12: The TLS Alert Protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: The TLS Alert Protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-TLS-Handshake-Protocol.html b/manual/html_node/The-TLS-Handshake-Protocol.html index dbd72ce4c5..f24dd4a668 100644 --- a/manual/html_node/The-TLS-Handshake-Protocol.html +++ b/manual/html_node/The-TLS-Handshake-Protocol.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.11 of GnuTLS. +3.3.12 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.11: The TLS Handshake Protocol</title> +<title>GnuTLS 3.3.12: The TLS Handshake Protocol</title> -<meta name="description" content="GnuTLS 3.3.11: The TLS Handshake Protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: The TLS Handshake Protocol"> +<meta name="description" content="GnuTLS 3.3.12: The TLS Handshake Protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: The TLS Handshake Protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-TLS-Protocol.html b/manual/html_node/The-TLS-Protocol.html index 2fe4a893ca..2e6bc31714 100644 --- a/manual/html_node/The-TLS-Protocol.html +++ b/manual/html_node/The-TLS-Protocol.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.11 of GnuTLS. +3.3.12 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.11: The TLS Protocol</title> +<title>GnuTLS 3.3.12: The TLS Protocol</title> -<meta name="description" content="GnuTLS 3.3.11: The TLS Protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: The TLS Protocol"> +<meta name="description" content="GnuTLS 3.3.12: The TLS Protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: The TLS Protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-TLS-record-protocol.html b/manual/html_node/The-TLS-record-protocol.html index 11ee79f369..f20814073e 100644 --- a/manual/html_node/The-TLS-record-protocol.html +++ b/manual/html_node/The-TLS-record-protocol.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.11 of GnuTLS. +3.3.12 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.11: The TLS record protocol</title> +<title>GnuTLS 3.3.12: The TLS record protocol</title> -<meta name="description" content="GnuTLS 3.3.11: The TLS record protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: The TLS record protocol"> +<meta name="description" content="GnuTLS 3.3.12: The TLS record protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: The TLS record protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/The-transport-layer.html b/manual/html_node/The-transport-layer.html index 7ecc9469cb..78a94b3165 100644 --- a/manual/html_node/The-transport-layer.html +++ b/manual/html_node/The-transport-layer.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.11 of GnuTLS. +3.3.12 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.11: The transport layer</title> +<title>GnuTLS 3.3.12: The transport layer</title> -<meta name="description" content="GnuTLS 3.3.11: The transport layer"> -<meta name="keywords" content="GnuTLS 3.3.11: The transport layer"> +<meta name="description" content="GnuTLS 3.3.12: The transport layer"> +<meta name="keywords" content="GnuTLS 3.3.12: The transport layer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Thread-safety.html b/manual/html_node/Thread-safety.html index f50c84ec52..8c09831e50 100644 --- a/manual/html_node/Thread-safety.html +++ b/manual/html_node/Thread-safety.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.11 of GnuTLS. +3.3.12 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.11: Thread safety</title> +<title>GnuTLS 3.3.12: Thread safety</title> -<meta name="description" content="GnuTLS 3.3.11: Thread safety"> -<meta name="keywords" content="GnuTLS 3.3.11: Thread safety"> +<meta name="description" content="GnuTLS 3.3.12: Thread safety"> +<meta name="keywords" content="GnuTLS 3.3.12: Thread safety"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Trusted-Platform-Module.html b/manual/html_node/Trusted-Platform-Module.html index 264ef5d56b..085a3f8d31 100644 --- a/manual/html_node/Trusted-Platform-Module.html +++ b/manual/html_node/Trusted-Platform-Module.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.11 of GnuTLS. +3.3.12 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.11: Trusted Platform Module</title> +<title>GnuTLS 3.3.12: Trusted Platform Module</title> -<meta name="description" content="GnuTLS 3.3.11: Trusted Platform Module"> -<meta name="keywords" content="GnuTLS 3.3.11: Trusted Platform Module"> +<meta name="description" content="GnuTLS 3.3.12: Trusted Platform Module"> +<meta name="keywords" content="GnuTLS 3.3.12: Trusted Platform Module"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Upgrading-from-previous-versions.html b/manual/html_node/Upgrading-from-previous-versions.html index e989d88308..7c9aaf3f7b 100644 --- a/manual/html_node/Upgrading-from-previous-versions.html +++ b/manual/html_node/Upgrading-from-previous-versions.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.11 of GnuTLS. +3.3.12 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.11: Upgrading from previous versions</title> +<title>GnuTLS 3.3.12: Upgrading from previous versions</title> -<meta name="description" content="GnuTLS 3.3.11: Upgrading from previous versions"> -<meta name="keywords" content="GnuTLS 3.3.11: Upgrading from previous versions"> +<meta name="description" content="GnuTLS 3.3.12: Upgrading from previous versions"> +<meta name="keywords" content="GnuTLS 3.3.12: Upgrading from previous versions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Upward-negotiation.html b/manual/html_node/Upward-negotiation.html index 4957112032..9aac2f0193 100644 --- a/manual/html_node/Upward-negotiation.html +++ b/manual/html_node/Upward-negotiation.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.11 of GnuTLS. +3.3.12 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.11: Upward negotiation</title> +<title>GnuTLS 3.3.12: Upward negotiation</title> -<meta name="description" content="GnuTLS 3.3.11: Upward negotiation"> -<meta name="keywords" content="GnuTLS 3.3.11: Upward negotiation"> +<meta name="description" content="GnuTLS 3.3.12: Upward negotiation"> +<meta name="keywords" content="GnuTLS 3.3.12: Upward negotiation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Using-GnuTLS-as-a-cryptographic-library.html b/manual/html_node/Using-GnuTLS-as-a-cryptographic-library.html index 8e1dd923c2..b01084ba5e 100644 --- a/manual/html_node/Using-GnuTLS-as-a-cryptographic-library.html +++ b/manual/html_node/Using-GnuTLS-as-a-cryptographic-library.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.11 of GnuTLS. +3.3.12 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.11: Using GnuTLS as a cryptographic library</title> +<title>GnuTLS 3.3.12: Using GnuTLS as a cryptographic library</title> -<meta name="description" content="GnuTLS 3.3.11: Using GnuTLS as a cryptographic library"> -<meta name="keywords" content="GnuTLS 3.3.11: Using GnuTLS as a cryptographic library"> +<meta name="description" content="GnuTLS 3.3.12: Using GnuTLS as a cryptographic library"> +<meta name="keywords" content="GnuTLS 3.3.12: Using GnuTLS as a cryptographic library"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Using-a-PKCS11-token-with-TLS.html b/manual/html_node/Using-a-PKCS11-token-with-TLS.html index 69bcc025d4..c5968bb7c1 100644 --- a/manual/html_node/Using-a-PKCS11-token-with-TLS.html +++ b/manual/html_node/Using-a-PKCS11-token-with-TLS.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.11 of GnuTLS. +3.3.12 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.11: Using a PKCS11 token with TLS</title> +<title>GnuTLS 3.3.12: Using a PKCS11 token with TLS</title> -<meta name="description" content="GnuTLS 3.3.11: Using a PKCS11 token with TLS"> -<meta name="keywords" content="GnuTLS 3.3.11: Using a PKCS11 token with TLS"> +<meta name="description" content="GnuTLS 3.3.12: Using a PKCS11 token with TLS"> +<meta name="keywords" content="GnuTLS 3.3.12: Using a PKCS11 token with TLS"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Using-a-callback-to-select-the-certificate-to-use.html b/manual/html_node/Using-a-callback-to-select-the-certificate-to-use.html index 87cb7bb742..7e932774cf 100644 --- a/manual/html_node/Using-a-callback-to-select-the-certificate-to-use.html +++ b/manual/html_node/Using-a-callback-to-select-the-certificate-to-use.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.11 of GnuTLS. +3.3.12 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.11: Using a callback to select the certificate to use</title> +<title>GnuTLS 3.3.12: Using a callback to select the certificate to use</title> -<meta name="description" content="GnuTLS 3.3.11: Using a callback to select the certificate to use"> -<meta name="keywords" content="GnuTLS 3.3.11: Using a callback to select the certificate to use"> +<meta name="description" content="GnuTLS 3.3.12: Using a callback to select the certificate to use"> +<meta name="keywords" content="GnuTLS 3.3.12: Using a callback to select the certificate to use"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Using-keys.html b/manual/html_node/Using-keys.html index a621e3634f..cebb57b4fa 100644 --- a/manual/html_node/Using-keys.html +++ b/manual/html_node/Using-keys.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.11 of GnuTLS. +3.3.12 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.11: Using keys</title> +<title>GnuTLS 3.3.12: Using keys</title> -<meta name="description" content="GnuTLS 3.3.11: Using keys"> -<meta name="keywords" content="GnuTLS 3.3.11: Using keys"> +<meta name="description" content="GnuTLS 3.3.12: Using keys"> +<meta name="keywords" content="GnuTLS 3.3.12: Using keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Verification-using-PKCS11.html b/manual/html_node/Verification-using-PKCS11.html index d8fdaa0d50..804d023e7f 100644 --- a/manual/html_node/Verification-using-PKCS11.html +++ b/manual/html_node/Verification-using-PKCS11.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.11 of GnuTLS. +3.3.12 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.11: Verification using PKCS11</title> +<title>GnuTLS 3.3.12: Verification using PKCS11</title> -<meta name="description" content="GnuTLS 3.3.11: Verification using PKCS11"> -<meta name="keywords" content="GnuTLS 3.3.11: Verification using PKCS11"> +<meta name="description" content="GnuTLS 3.3.12: Verification using PKCS11"> +<meta name="keywords" content="GnuTLS 3.3.12: Verification using PKCS11"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Verifying-X_002e509-certificate-paths.html b/manual/html_node/Verifying-X_002e509-certificate-paths.html index 6a0080bdcc..bf237c6cae 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 29 July 2014 for version -3.3.11 of GnuTLS. +3.3.12 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.11: Verifying X.509 certificate paths</title> +<title>GnuTLS 3.3.12: Verifying X.509 certificate paths</title> -<meta name="description" content="GnuTLS 3.3.11: Verifying X.509 certificate paths"> -<meta name="keywords" content="GnuTLS 3.3.11: Verifying X.509 certificate paths"> +<meta name="description" content="GnuTLS 3.3.12: Verifying X.509 certificate paths"> +<meta name="keywords" content="GnuTLS 3.3.12: Verifying X.509 certificate paths"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> 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 a58ff5c038..c78118e34a 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.11 of GnuTLS. +3.3.12 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.11: Verifying a certificate in the context of TLS session</title> +<title>GnuTLS 3.3.12: Verifying a certificate in the context of TLS session</title> -<meta name="description" content="GnuTLS 3.3.11: Verifying a certificate in the context of TLS session"> -<meta name="keywords" content="GnuTLS 3.3.11: Verifying a certificate in the context of TLS session"> +<meta name="description" content="GnuTLS 3.3.12: Verifying a certificate in the context of TLS session"> +<meta name="keywords" content="GnuTLS 3.3.12: 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"> diff --git a/manual/html_node/Verifying-a-certificate-using-DANE.html b/manual/html_node/Verifying-a-certificate-using-DANE.html index 1680d5a53d..7fdf061a06 100644 --- a/manual/html_node/Verifying-a-certificate-using-DANE.html +++ b/manual/html_node/Verifying-a-certificate-using-DANE.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.11 of GnuTLS. +3.3.12 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.11: Verifying a certificate using DANE</title> +<title>GnuTLS 3.3.12: Verifying a certificate using DANE</title> -<meta name="description" content="GnuTLS 3.3.11: Verifying a certificate using DANE"> -<meta name="keywords" content="GnuTLS 3.3.11: Verifying a certificate using DANE"> +<meta name="description" content="GnuTLS 3.3.12: Verifying a certificate using DANE"> +<meta name="keywords" content="GnuTLS 3.3.12: Verifying a certificate using DANE"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Verifying-a-certificate-using-trust-on-first-use-authentication.html b/manual/html_node/Verifying-a-certificate-using-trust-on-first-use-authentication.html index 60aed2624a..8fb3ac8630 100644 --- a/manual/html_node/Verifying-a-certificate-using-trust-on-first-use-authentication.html +++ b/manual/html_node/Verifying-a-certificate-using-trust-on-first-use-authentication.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.11 of GnuTLS. +3.3.12 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.11: Verifying a certificate using trust on first use authentication</title> +<title>GnuTLS 3.3.12: Verifying a certificate using trust on first use authentication</title> -<meta name="description" content="GnuTLS 3.3.11: Verifying a certificate using trust on first use authentication"> -<meta name="keywords" content="GnuTLS 3.3.11: Verifying a certificate using trust on first use authentication"> +<meta name="description" content="GnuTLS 3.3.12: Verifying a certificate using trust on first use authentication"> +<meta name="keywords" content="GnuTLS 3.3.12: Verifying a certificate using trust on first use authentication"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Verifying-a-certificate.html b/manual/html_node/Verifying-a-certificate.html index e2d922f864..58742942b7 100644 --- a/manual/html_node/Verifying-a-certificate.html +++ b/manual/html_node/Verifying-a-certificate.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.11 of GnuTLS. +3.3.12 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.11: Verifying a certificate</title> +<title>GnuTLS 3.3.12: Verifying a certificate</title> -<meta name="description" content="GnuTLS 3.3.11: Verifying a certificate"> -<meta name="keywords" content="GnuTLS 3.3.11: Verifying a certificate"> +<meta name="description" content="GnuTLS 3.3.12: Verifying a certificate"> +<meta name="keywords" content="GnuTLS 3.3.12: Verifying a certificate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Version-check.html b/manual/html_node/Version-check.html index 726fc56c51..8cd8faf93f 100644 --- a/manual/html_node/Version-check.html +++ b/manual/html_node/Version-check.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.11 of GnuTLS. +3.3.12 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.11: Version check</title> +<title>GnuTLS 3.3.12: Version check</title> -<meta name="description" content="GnuTLS 3.3.11: Version check"> -<meta name="keywords" content="GnuTLS 3.3.11: Version check"> +<meta name="description" content="GnuTLS 3.3.12: Version check"> +<meta name="keywords" content="GnuTLS 3.3.12: Version check"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/WEGER.html b/manual/html_node/WEGER.html index 584fdeca7d..3c11da02a8 100644 --- a/manual/html_node/WEGER.html +++ b/manual/html_node/WEGER.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: WEGER</title> +<title>GnuTLS 3.3.12: WEGER</title> -<meta name="description" content="GnuTLS 3.3.11: WEGER"> -<meta name="keywords" content="GnuTLS 3.3.11: WEGER"> +<meta name="description" content="GnuTLS 3.3.12: WEGER"> +<meta name="keywords" content="GnuTLS 3.3.12: WEGER"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Weaknesses-and-countermeasures.html b/manual/html_node/Weaknesses-and-countermeasures.html index e88855683a..11c6b35101 100644 --- a/manual/html_node/Weaknesses-and-countermeasures.html +++ b/manual/html_node/Weaknesses-and-countermeasures.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.11 of GnuTLS. +3.3.12 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.11: Weaknesses and countermeasures</title> +<title>GnuTLS 3.3.12: Weaknesses and countermeasures</title> -<meta name="description" content="GnuTLS 3.3.11: Weaknesses and countermeasures"> -<meta name="keywords" content="GnuTLS 3.3.11: Weaknesses and countermeasures"> +<meta name="description" content="GnuTLS 3.3.12: Weaknesses and countermeasures"> +<meta name="keywords" content="GnuTLS 3.3.12: Weaknesses and countermeasures"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/Writing-objects.html b/manual/html_node/Writing-objects.html index 0bc3c5a01f..fe0434979a 100644 --- a/manual/html_node/Writing-objects.html +++ b/manual/html_node/Writing-objects.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.11 of GnuTLS. +3.3.12 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.11: Writing objects</title> +<title>GnuTLS 3.3.12: Writing objects</title> -<meta name="description" content="GnuTLS 3.3.11: Writing objects"> -<meta name="keywords" content="GnuTLS 3.3.11: Writing objects"> +<meta name="description" content="GnuTLS 3.3.12: Writing objects"> +<meta name="keywords" content="GnuTLS 3.3.12: Writing objects"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X509-certificate-API.html b/manual/html_node/X509-certificate-API.html index a805140512..84d9029054 100644 --- a/manual/html_node/X509-certificate-API.html +++ b/manual/html_node/X509-certificate-API.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.11 of GnuTLS. +3.3.12 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.11: X509 certificate API</title> +<title>GnuTLS 3.3.12: X509 certificate API</title> -<meta name="description" content="GnuTLS 3.3.11: X509 certificate API"> -<meta name="keywords" content="GnuTLS 3.3.11: X509 certificate API"> +<meta name="description" content="GnuTLS 3.3.12: X509 certificate API"> +<meta name="keywords" content="GnuTLS 3.3.12: X509 certificate API"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X_002e509-certificate-parsing-example.html b/manual/html_node/X_002e509-certificate-parsing-example.html index 4678fbcf1e..d6b9d02ae8 100644 --- a/manual/html_node/X_002e509-certificate-parsing-example.html +++ b/manual/html_node/X_002e509-certificate-parsing-example.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.11 of GnuTLS. +3.3.12 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.11: X.509 certificate parsing example</title> +<title>GnuTLS 3.3.12: X.509 certificate parsing example</title> -<meta name="description" content="GnuTLS 3.3.11: X.509 certificate parsing example"> -<meta name="keywords" content="GnuTLS 3.3.11: X.509 certificate parsing example"> +<meta name="description" content="GnuTLS 3.3.12: X.509 certificate parsing example"> +<meta name="keywords" content="GnuTLS 3.3.12: X.509 certificate parsing example"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X_002e509-certificate-structure.html b/manual/html_node/X_002e509-certificate-structure.html index 314972a14f..3954cd9e85 100644 --- a/manual/html_node/X_002e509-certificate-structure.html +++ b/manual/html_node/X_002e509-certificate-structure.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.11 of GnuTLS. +3.3.12 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.11: X.509 certificate structure</title> +<title>GnuTLS 3.3.12: X.509 certificate structure</title> -<meta name="description" content="GnuTLS 3.3.11: X.509 certificate structure"> -<meta name="keywords" content="GnuTLS 3.3.11: X.509 certificate structure"> +<meta name="description" content="GnuTLS 3.3.12: X.509 certificate structure"> +<meta name="keywords" content="GnuTLS 3.3.12: X.509 certificate structure"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X_002e509-certificates.html b/manual/html_node/X_002e509-certificates.html index 295dd77089..595ae16a34 100644 --- a/manual/html_node/X_002e509-certificates.html +++ b/manual/html_node/X_002e509-certificates.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.11 of GnuTLS. +3.3.12 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.11: X.509 certificates</title> +<title>GnuTLS 3.3.12: X.509 certificates</title> -<meta name="description" content="GnuTLS 3.3.11: X.509 certificates"> -<meta name="keywords" content="GnuTLS 3.3.11: X.509 certificates"> +<meta name="description" content="GnuTLS 3.3.12: X.509 certificates"> +<meta name="keywords" content="GnuTLS 3.3.12: X.509 certificates"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X_002e509-distinguished-names.html b/manual/html_node/X_002e509-distinguished-names.html index 4ec4127a64..f1e6c25b8c 100644 --- a/manual/html_node/X_002e509-distinguished-names.html +++ b/manual/html_node/X_002e509-distinguished-names.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.11 of GnuTLS. +3.3.12 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.11: X.509 distinguished names</title> +<title>GnuTLS 3.3.12: X.509 distinguished names</title> -<meta name="description" content="GnuTLS 3.3.11: X.509 distinguished names"> -<meta name="keywords" content="GnuTLS 3.3.11: X.509 distinguished names"> +<meta name="description" content="GnuTLS 3.3.12: X.509 distinguished names"> +<meta name="keywords" content="GnuTLS 3.3.12: X.509 distinguished names"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X_002e509-extensions.html b/manual/html_node/X_002e509-extensions.html index ea0795d8ef..813695ca61 100644 --- a/manual/html_node/X_002e509-extensions.html +++ b/manual/html_node/X_002e509-extensions.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.11 of GnuTLS. +3.3.12 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.11: X.509 extensions</title> +<title>GnuTLS 3.3.12: X.509 extensions</title> -<meta name="description" content="GnuTLS 3.3.11: X.509 extensions"> -<meta name="keywords" content="GnuTLS 3.3.11: X.509 extensions"> +<meta name="description" content="GnuTLS 3.3.12: X.509 extensions"> +<meta name="keywords" content="GnuTLS 3.3.12: X.509 extensions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/X_002e509-public-and-private-keys.html b/manual/html_node/X_002e509-public-and-private-keys.html index 041ffdb047..49f624a8db 100644 --- a/manual/html_node/X_002e509-public-and-private-keys.html +++ b/manual/html_node/X_002e509-public-and-private-keys.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.11 of GnuTLS. +3.3.12 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.11: X.509 public and private keys</title> +<title>GnuTLS 3.3.12: X.509 public and private keys</title> -<meta name="description" content="GnuTLS 3.3.11: X.509 public and private keys"> -<meta name="keywords" content="GnuTLS 3.3.11: X.509 public and private keys"> +<meta name="description" content="GnuTLS 3.3.12: X.509 public and private keys"> +<meta name="keywords" content="GnuTLS 3.3.12: X.509 public and private keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-Examples.html b/manual/html_node/certtool-Examples.html index 48402f797a..a2b433e0c7 100644 --- a/manual/html_node/certtool-Examples.html +++ b/manual/html_node/certtool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool Examples</title> +<title>GnuTLS 3.3.12: certtool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: certtool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool Examples"> +<meta name="description" content="GnuTLS 3.3.12: certtool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-Files.html b/manual/html_node/certtool-Files.html index 1c59fc2f2c..e57cf1867b 100644 --- a/manual/html_node/certtool-Files.html +++ b/manual/html_node/certtool-Files.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool Files</title> +<title>GnuTLS 3.3.12: certtool Files</title> -<meta name="description" content="GnuTLS 3.3.11: certtool Files"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool Files"> +<meta name="description" content="GnuTLS 3.3.12: certtool Files"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool Files"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-Invocation.html b/manual/html_node/certtool-Invocation.html index 2807138457..41a3a0e86d 100644 --- a/manual/html_node/certtool-Invocation.html +++ b/manual/html_node/certtool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: certtool Invocation</title> +<title>GnuTLS 3.3.12: certtool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: certtool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: certtool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -471,7 +471,13 @@ see <a href="#certtool-inder">the inder option documentation</a>. <p>This is an alias for the <code>outder</code> option, see <a href="#certtool-outder">the outder option documentation</a>. </p> -<a name="certtool-sec_002dparam"></a><a name="sec_002dparam-option-2"></a> +<a name="certtool-curve"></a><a name="curve-option-1"></a> +<h4 class="subsubheading">curve option</h4> + +<p>This is the “specify the curve used for ec key generation” option. +This option takes a string argument. +Supported values are secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1. +<a name="certtool-sec_002dparam"></a></p><a name="sec_002dparam-option-2"></a> <h4 class="subsubheading">sec-param option</h4> <p>This is the “specify the security level [low, legacy, medium, high, ultra]” option. diff --git a/manual/html_node/certtool-See-Also.html b/manual/html_node/certtool-See-Also.html index 4a98024f4f..789fbc4b74 100644 --- a/manual/html_node/certtool-See-Also.html +++ b/manual/html_node/certtool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool See Also</title> +<title>GnuTLS 3.3.12: certtool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: certtool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool See Also"> +<meta name="description" content="GnuTLS 3.3.12: certtool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-ask_002dpass.html b/manual/html_node/certtool-ask_002dpass.html index bf87e02cae..6003510e39 100644 --- a/manual/html_node/certtool-ask_002dpass.html +++ b/manual/html_node/certtool-ask_002dpass.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool ask-pass</title> +<title>GnuTLS 3.3.12: certtool ask-pass</title> -<meta name="description" content="GnuTLS 3.3.11: certtool ask-pass"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool ask-pass"> +<meta name="description" content="GnuTLS 3.3.12: certtool ask-pass"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool ask-pass"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-cprint.html b/manual/html_node/certtool-cprint.html index cc08c6b032..987b5d2e06 100644 --- a/manual/html_node/certtool-cprint.html +++ b/manual/html_node/certtool-cprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool cprint</title> +<title>GnuTLS 3.3.12: certtool cprint</title> -<meta name="description" content="GnuTLS 3.3.11: certtool cprint"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool cprint"> +<meta name="description" content="GnuTLS 3.3.12: certtool cprint"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool cprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-curve.html b/manual/html_node/certtool-curve.html new file mode 100644 index 0000000000..4f9799162b --- /dev/null +++ b/manual/html_node/certtool-curve.html @@ -0,0 +1,156 @@ +<!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.12 of GnuTLS. + +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 +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.2, http://www.gnu.org/software/texinfo/ --> +<!-- This file redirects to the location of a node or anchor --> +<head> +<title>GnuTLS 3.3.12: certtool curve</title> + +<meta name="description" content="GnuTLS 3.3.12: certtool curve"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool curve"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.smallquotation {font-size: smaller} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.indentedblock {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +div.smalldisplay {margin-left: 3.2em} +div.smallexample {margin-left: 3.2em} +div.smallindentedblock {margin-left: 3.2em; font-size: smaller} +div.smalllisp {margin-left: 3.2em} +kbd {font-style:oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +pre.smalldisplay {font-family: inherit; font-size: smaller} +pre.smallexample {font-size: smaller} +pre.smallformat {font-family: inherit; font-size: smaller} +pre.smalllisp {font-size: smaller} +span.nocodebreak {white-space:nowrap} +span.nolinebreak {white-space:nowrap} +span.roman {font-family:serif; font-weight:normal} +span.sansserif {font-family:sans-serif; font-weight:normal} +ul.no-bullet {list-style: none} +body { + margin: 2%; + padding: 0 5%; + background: #ffffff; +} +h1,h2,h3,h4,h5 { + font-weight: bold; + padding: 5px 5px 5px 5px; + background-color: #c2e0ff; + color: #336699; +} +h1 { + padding: 2em 2em 2em 5%; + color: white; + background: #336699; + text-align: center; + letter-spacing: 3px; +} +h2 { text-decoration: underline; } +pre { + margin: 0 5%; + padding: 0.5em; +} +pre.example,pre.verbatim { + padding-bottom: 1em; + + border: solid #c2e0ff; + background: #f0faff; + border-width: 1px 1px 1px 5px; + margin: 1em auto; + width: 90%; +} + +div.node { + margin: 0 -5% 0 -2%; + padding: 0.5em 0.5em; + margin-top: 0.5em; + margin-bottom: 0.5em; + font-weight: bold; +} +dd, li { + padding-top: 0.1em; + padding-bottom: 0.1em; +} +div.float { + + margin-bottom: 0.5em; + text-align: center; +} + +table { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; +} + +th { + padding: 0; + color: #336699; + background-color: #c2e0ff; + border: solid #000000; + border-width: 0px; + margin: 1em auto; + text-align: center; + margin-left:auto; + margin-right:auto; +} + +td { + padding: 0; + border: solid #000000; + background-color: #f0faff; + border-width: 0px; + margin: 1em auto; + text-align: left; + margin-left:auto; + margin-right:auto; + padding-left: 1em; +} + +dl { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; + + padding-left: 1em; + border: solid #c2e0ff; + background: #f0faff; + border-width: 5px 1px 1px 1px; + margin: 1em auto; +} + +--> +</style> + +<meta http-equiv="Refresh" content="0; url=certtool-Invocation.html#certtool-curve"> + +</head> + +<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> + +<p>The node you are looking for is at <a href="certtool-Invocation.html#certtool-curve">certtool curve</a>.</p> +</body> diff --git a/manual/html_node/certtool-debug.html b/manual/html_node/certtool-debug.html index 1e09958519..4860385045 100644 --- a/manual/html_node/certtool-debug.html +++ b/manual/html_node/certtool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool debug</title> +<title>GnuTLS 3.3.12: certtool debug</title> -<meta name="description" content="GnuTLS 3.3.11: certtool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool debug"> +<meta name="description" content="GnuTLS 3.3.12: certtool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-dsa.html b/manual/html_node/certtool-dsa.html index 62746914b8..81eabc7553 100644 --- a/manual/html_node/certtool-dsa.html +++ b/manual/html_node/certtool-dsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool dsa</title> +<title>GnuTLS 3.3.12: certtool dsa</title> -<meta name="description" content="GnuTLS 3.3.11: certtool dsa"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool dsa"> +<meta name="description" content="GnuTLS 3.3.12: certtool dsa"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool dsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-ecc.html b/manual/html_node/certtool-ecc.html index 67ee969593..de64f087e3 100644 --- a/manual/html_node/certtool-ecc.html +++ b/manual/html_node/certtool-ecc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool ecc</title> +<title>GnuTLS 3.3.12: certtool ecc</title> -<meta name="description" content="GnuTLS 3.3.11: certtool ecc"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool ecc"> +<meta name="description" content="GnuTLS 3.3.12: certtool ecc"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool ecc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-ecdsa.html b/manual/html_node/certtool-ecdsa.html index b1128d7499..516ce78e0f 100644 --- a/manual/html_node/certtool-ecdsa.html +++ b/manual/html_node/certtool-ecdsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool ecdsa</title> +<title>GnuTLS 3.3.12: certtool ecdsa</title> -<meta name="description" content="GnuTLS 3.3.11: certtool ecdsa"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool ecdsa"> +<meta name="description" content="GnuTLS 3.3.12: certtool ecdsa"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool ecdsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-empty_002dpassword.html b/manual/html_node/certtool-empty_002dpassword.html index 8acb627b4e..8df0cac202 100644 --- a/manual/html_node/certtool-empty_002dpassword.html +++ b/manual/html_node/certtool-empty_002dpassword.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool empty-password</title> +<title>GnuTLS 3.3.12: certtool empty-password</title> -<meta name="description" content="GnuTLS 3.3.11: certtool empty-password"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool empty-password"> +<meta name="description" content="GnuTLS 3.3.12: certtool empty-password"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool empty-password"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-exit-status.html b/manual/html_node/certtool-exit-status.html index 8f2ebe0fee..075b40e3d1 100644 --- a/manual/html_node/certtool-exit-status.html +++ b/manual/html_node/certtool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool exit status</title> +<title>GnuTLS 3.3.12: certtool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: certtool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool exit status"> +<meta name="description" content="GnuTLS 3.3.12: certtool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-generate_002drequest.html b/manual/html_node/certtool-generate_002drequest.html index bbbd42031d..db3c89fc1d 100644 --- a/manual/html_node/certtool-generate_002drequest.html +++ b/manual/html_node/certtool-generate_002drequest.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool generate-request</title> +<title>GnuTLS 3.3.12: certtool generate-request</title> -<meta name="description" content="GnuTLS 3.3.11: certtool generate-request"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool generate-request"> +<meta name="description" content="GnuTLS 3.3.12: certtool generate-request"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool generate-request"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-get_002ddh_002dparams.html b/manual/html_node/certtool-get_002ddh_002dparams.html index c18a3f8368..0fc18de876 100644 --- a/manual/html_node/certtool-get_002ddh_002dparams.html +++ b/manual/html_node/certtool-get_002ddh_002dparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool get-dh-params</title> +<title>GnuTLS 3.3.12: certtool get-dh-params</title> -<meta name="description" content="GnuTLS 3.3.11: certtool get-dh-params"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool get-dh-params"> +<meta name="description" content="GnuTLS 3.3.12: certtool get-dh-params"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool get-dh-params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-hash.html b/manual/html_node/certtool-hash.html index 333b8e7603..8c711f20e6 100644 --- a/manual/html_node/certtool-hash.html +++ b/manual/html_node/certtool-hash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool hash</title> +<title>GnuTLS 3.3.12: certtool hash</title> -<meta name="description" content="GnuTLS 3.3.11: certtool hash"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool hash"> +<meta name="description" content="GnuTLS 3.3.12: certtool hash"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-inder.html b/manual/html_node/certtool-inder.html index aaff8f009e..479eec4068 100644 --- a/manual/html_node/certtool-inder.html +++ b/manual/html_node/certtool-inder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool inder</title> +<title>GnuTLS 3.3.12: certtool inder</title> -<meta name="description" content="GnuTLS 3.3.11: certtool inder"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool inder"> +<meta name="description" content="GnuTLS 3.3.12: certtool inder"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool inder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-inraw.html b/manual/html_node/certtool-inraw.html index 63780a0d3b..dcaf19e0d7 100644 --- a/manual/html_node/certtool-inraw.html +++ b/manual/html_node/certtool-inraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool inraw</title> +<title>GnuTLS 3.3.12: certtool inraw</title> -<meta name="description" content="GnuTLS 3.3.11: certtool inraw"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool inraw"> +<meta name="description" content="GnuTLS 3.3.12: certtool inraw"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool inraw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-load_002dca_002dcertificate.html b/manual/html_node/certtool-load_002dca_002dcertificate.html index 3a167f589c..39fc02b191 100644 --- a/manual/html_node/certtool-load_002dca_002dcertificate.html +++ b/manual/html_node/certtool-load_002dca_002dcertificate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool load-ca-certificate</title> +<title>GnuTLS 3.3.12: certtool load-ca-certificate</title> -<meta name="description" content="GnuTLS 3.3.11: certtool load-ca-certificate"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool load-ca-certificate"> +<meta name="description" content="GnuTLS 3.3.12: certtool load-ca-certificate"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool load-ca-certificate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-load_002dca_002dprivkey.html b/manual/html_node/certtool-load_002dca_002dprivkey.html index 134f9afdc2..05a7607bfe 100644 --- a/manual/html_node/certtool-load_002dca_002dprivkey.html +++ b/manual/html_node/certtool-load_002dca_002dprivkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool load-ca-privkey</title> +<title>GnuTLS 3.3.12: certtool load-ca-privkey</title> -<meta name="description" content="GnuTLS 3.3.11: certtool load-ca-privkey"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool load-ca-privkey"> +<meta name="description" content="GnuTLS 3.3.12: certtool load-ca-privkey"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool load-ca-privkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-load_002dcertificate.html b/manual/html_node/certtool-load_002dcertificate.html index 8f95dd60ef..359b4d00e8 100644 --- a/manual/html_node/certtool-load_002dcertificate.html +++ b/manual/html_node/certtool-load_002dcertificate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool load-certificate</title> +<title>GnuTLS 3.3.12: certtool load-certificate</title> -<meta name="description" content="GnuTLS 3.3.11: certtool load-certificate"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool load-certificate"> +<meta name="description" content="GnuTLS 3.3.12: certtool load-certificate"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool load-certificate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-load_002dprivkey.html b/manual/html_node/certtool-load_002dprivkey.html index 784fb35aaa..fa3e194067 100644 --- a/manual/html_node/certtool-load_002dprivkey.html +++ b/manual/html_node/certtool-load_002dprivkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool load-privkey</title> +<title>GnuTLS 3.3.12: certtool load-privkey</title> -<meta name="description" content="GnuTLS 3.3.11: certtool load-privkey"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool load-privkey"> +<meta name="description" content="GnuTLS 3.3.12: certtool load-privkey"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool load-privkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-load_002dpubkey.html b/manual/html_node/certtool-load_002dpubkey.html index d4955f7bf2..726b2d3164 100644 --- a/manual/html_node/certtool-load_002dpubkey.html +++ b/manual/html_node/certtool-load_002dpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool load-pubkey</title> +<title>GnuTLS 3.3.12: certtool load-pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: certtool load-pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool load-pubkey"> +<meta name="description" content="GnuTLS 3.3.12: certtool load-pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool load-pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-null_002dpassword.html b/manual/html_node/certtool-null_002dpassword.html index 655f1cb1f7..a7e4161291 100644 --- a/manual/html_node/certtool-null_002dpassword.html +++ b/manual/html_node/certtool-null_002dpassword.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool null-password</title> +<title>GnuTLS 3.3.12: certtool null-password</title> -<meta name="description" content="GnuTLS 3.3.11: certtool null-password"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool null-password"> +<meta name="description" content="GnuTLS 3.3.12: certtool null-password"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool null-password"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-outder.html b/manual/html_node/certtool-outder.html index 1436550535..9b4653ecc0 100644 --- a/manual/html_node/certtool-outder.html +++ b/manual/html_node/certtool-outder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool outder</title> +<title>GnuTLS 3.3.12: certtool outder</title> -<meta name="description" content="GnuTLS 3.3.11: certtool outder"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool outder"> +<meta name="description" content="GnuTLS 3.3.12: certtool outder"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool outder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-outraw.html b/manual/html_node/certtool-outraw.html index e470af6999..e07a54b3fb 100644 --- a/manual/html_node/certtool-outraw.html +++ b/manual/html_node/certtool-outraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool outraw</title> +<title>GnuTLS 3.3.12: certtool outraw</title> -<meta name="description" content="GnuTLS 3.3.11: certtool outraw"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool outraw"> +<meta name="description" content="GnuTLS 3.3.12: certtool outraw"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool outraw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-p12_002dname.html b/manual/html_node/certtool-p12_002dname.html index eb1c20f8bc..8b743dccf0 100644 --- a/manual/html_node/certtool-p12_002dname.html +++ b/manual/html_node/certtool-p12_002dname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool p12-name</title> +<title>GnuTLS 3.3.12: certtool p12-name</title> -<meta name="description" content="GnuTLS 3.3.11: certtool p12-name"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool p12-name"> +<meta name="description" content="GnuTLS 3.3.12: certtool p12-name"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool p12-name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-password.html b/manual/html_node/certtool-password.html index b6a7d8f073..be814b2245 100644 --- a/manual/html_node/certtool-password.html +++ b/manual/html_node/certtool-password.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool password</title> +<title>GnuTLS 3.3.12: certtool password</title> -<meta name="description" content="GnuTLS 3.3.11: certtool password"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool password"> +<meta name="description" content="GnuTLS 3.3.12: certtool password"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool password"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-pkcs_002dcipher.html b/manual/html_node/certtool-pkcs_002dcipher.html index f82902aa99..e8e380a21a 100644 --- a/manual/html_node/certtool-pkcs_002dcipher.html +++ b/manual/html_node/certtool-pkcs_002dcipher.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool pkcs-cipher</title> +<title>GnuTLS 3.3.12: certtool pkcs-cipher</title> -<meta name="description" content="GnuTLS 3.3.11: certtool pkcs-cipher"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool pkcs-cipher"> +<meta name="description" content="GnuTLS 3.3.12: certtool pkcs-cipher"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool pkcs-cipher"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-provider.html b/manual/html_node/certtool-provider.html index 6ff8f917e0..a003a513ec 100644 --- a/manual/html_node/certtool-provider.html +++ b/manual/html_node/certtool-provider.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool provider</title> +<title>GnuTLS 3.3.12: certtool provider</title> -<meta name="description" content="GnuTLS 3.3.11: certtool provider"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool provider"> +<meta name="description" content="GnuTLS 3.3.12: certtool provider"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool provider"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-pubkey_002dinfo.html b/manual/html_node/certtool-pubkey_002dinfo.html index 5898ae988b..3e0bfd81b3 100644 --- a/manual/html_node/certtool-pubkey_002dinfo.html +++ b/manual/html_node/certtool-pubkey_002dinfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool pubkey-info</title> +<title>GnuTLS 3.3.12: certtool pubkey-info</title> -<meta name="description" content="GnuTLS 3.3.11: certtool pubkey-info"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool pubkey-info"> +<meta name="description" content="GnuTLS 3.3.12: certtool pubkey-info"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool pubkey-info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-rsa.html b/manual/html_node/certtool-rsa.html index a483d39bab..2c15c6da93 100644 --- a/manual/html_node/certtool-rsa.html +++ b/manual/html_node/certtool-rsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool rsa</title> +<title>GnuTLS 3.3.12: certtool rsa</title> -<meta name="description" content="GnuTLS 3.3.11: certtool rsa"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool rsa"> +<meta name="description" content="GnuTLS 3.3.12: certtool rsa"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool rsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-sec_002dparam.html b/manual/html_node/certtool-sec_002dparam.html index ba468dd25a..94a48ce417 100644 --- a/manual/html_node/certtool-sec_002dparam.html +++ b/manual/html_node/certtool-sec_002dparam.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool sec-param</title> +<title>GnuTLS 3.3.12: certtool sec-param</title> -<meta name="description" content="GnuTLS 3.3.11: certtool sec-param"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool sec-param"> +<meta name="description" content="GnuTLS 3.3.12: certtool sec-param"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool sec-param"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-to_002dp12.html b/manual/html_node/certtool-to_002dp12.html index 03ed6ac411..e941cdfbee 100644 --- a/manual/html_node/certtool-to_002dp12.html +++ b/manual/html_node/certtool-to_002dp12.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool to-p12</title> +<title>GnuTLS 3.3.12: certtool to-p12</title> -<meta name="description" content="GnuTLS 3.3.11: certtool to-p12"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool to-p12"> +<meta name="description" content="GnuTLS 3.3.12: certtool to-p12"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool to-p12"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-usage.html b/manual/html_node/certtool-usage.html index dc03430042..d2c3b56aef 100644 --- a/manual/html_node/certtool-usage.html +++ b/manual/html_node/certtool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool usage</title> +<title>GnuTLS 3.3.12: certtool usage</title> -<meta name="description" content="GnuTLS 3.3.11: certtool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool usage"> +<meta name="description" content="GnuTLS 3.3.12: certtool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-verify.html b/manual/html_node/certtool-verify.html index ba288e1c5d..d55923614e 100644 --- a/manual/html_node/certtool-verify.html +++ b/manual/html_node/certtool-verify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool verify</title> +<title>GnuTLS 3.3.12: certtool verify</title> -<meta name="description" content="GnuTLS 3.3.11: certtool verify"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool verify"> +<meta name="description" content="GnuTLS 3.3.12: certtool verify"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-verify_002dchain.html b/manual/html_node/certtool-verify_002dchain.html index e144cbd25d..774c3bb4e6 100644 --- a/manual/html_node/certtool-verify_002dchain.html +++ b/manual/html_node/certtool-verify_002dchain.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool verify-chain</title> +<title>GnuTLS 3.3.12: certtool verify-chain</title> -<meta name="description" content="GnuTLS 3.3.11: certtool verify-chain"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool verify-chain"> +<meta name="description" content="GnuTLS 3.3.12: certtool verify-chain"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool verify-chain"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/certtool-verify_002dcrl.html b/manual/html_node/certtool-verify_002dcrl.html index 36730b2964..1df22ac197 100644 --- a/manual/html_node/certtool-verify_002dcrl.html +++ b/manual/html_node/certtool-verify_002dcrl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: certtool verify-crl</title> +<title>GnuTLS 3.3.12: certtool verify-crl</title> -<meta name="description" content="GnuTLS 3.3.11: certtool verify-crl"> -<meta name="keywords" content="GnuTLS 3.3.11: certtool verify-crl"> +<meta name="description" content="GnuTLS 3.3.12: certtool verify-crl"> +<meta name="keywords" content="GnuTLS 3.3.12: certtool verify-crl"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ciphersuites.html b/manual/html_node/ciphersuites.html index 8f0036592c..05f6e2dd53 100644 --- a/manual/html_node/ciphersuites.html +++ b/manual/html_node/ciphersuites.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ciphersuites</title> +<title>GnuTLS 3.3.12: ciphersuites</title> -<meta name="description" content="GnuTLS 3.3.11: ciphersuites"> -<meta name="keywords" content="GnuTLS 3.3.11: ciphersuites"> +<meta name="description" content="GnuTLS 3.3.12: ciphersuites"> +<meta name="keywords" content="GnuTLS 3.3.12: ciphersuites"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fcert_005ftype_005fname.html b/manual/html_node/dane_005fcert_005ftype_005fname.html index 56085ce344..3cce7edece 100644 --- a/manual/html_node/dane_005fcert_005ftype_005fname.html +++ b/manual/html_node/dane_005fcert_005ftype_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_cert_type_name</title> +<title>GnuTLS 3.3.12: dane_cert_type_name</title> -<meta name="description" content="GnuTLS 3.3.11: dane_cert_type_name"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_cert_type_name"> +<meta name="description" content="GnuTLS 3.3.12: dane_cert_type_name"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_cert_type_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fcert_005fusage_005fname.html b/manual/html_node/dane_005fcert_005fusage_005fname.html index c42e32ae5a..c932c20696 100644 --- a/manual/html_node/dane_005fcert_005fusage_005fname.html +++ b/manual/html_node/dane_005fcert_005fusage_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_cert_usage_name</title> +<title>GnuTLS 3.3.12: dane_cert_usage_name</title> -<meta name="description" content="GnuTLS 3.3.11: dane_cert_usage_name"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_cert_usage_name"> +<meta name="description" content="GnuTLS 3.3.12: dane_cert_usage_name"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_cert_usage_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fmatch_005ftype_005fname.html b/manual/html_node/dane_005fmatch_005ftype_005fname.html index b88f813514..a5e396c09c 100644 --- a/manual/html_node/dane_005fmatch_005ftype_005fname.html +++ b/manual/html_node/dane_005fmatch_005ftype_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_match_type_name</title> +<title>GnuTLS 3.3.12: dane_match_type_name</title> -<meta name="description" content="GnuTLS 3.3.11: dane_match_type_name"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_match_type_name"> +<meta name="description" content="GnuTLS 3.3.12: dane_match_type_name"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_match_type_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fquery_005fdata.html b/manual/html_node/dane_005fquery_005fdata.html index ff1bf3611b..0190e9f11a 100644 --- a/manual/html_node/dane_005fquery_005fdata.html +++ b/manual/html_node/dane_005fquery_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_query_data</title> +<title>GnuTLS 3.3.12: dane_query_data</title> -<meta name="description" content="GnuTLS 3.3.11: dane_query_data"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_query_data"> +<meta name="description" content="GnuTLS 3.3.12: dane_query_data"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_query_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fquery_005fdeinit.html b/manual/html_node/dane_005fquery_005fdeinit.html index 4f529367d3..4d259147f3 100644 --- a/manual/html_node/dane_005fquery_005fdeinit.html +++ b/manual/html_node/dane_005fquery_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_query_deinit</title> +<title>GnuTLS 3.3.12: dane_query_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: dane_query_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_query_deinit"> +<meta name="description" content="GnuTLS 3.3.12: dane_query_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_query_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fquery_005fentries.html b/manual/html_node/dane_005fquery_005fentries.html index aa068a1efe..ed2858aeab 100644 --- a/manual/html_node/dane_005fquery_005fentries.html +++ b/manual/html_node/dane_005fquery_005fentries.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_query_entries</title> +<title>GnuTLS 3.3.12: dane_query_entries</title> -<meta name="description" content="GnuTLS 3.3.11: dane_query_entries"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_query_entries"> +<meta name="description" content="GnuTLS 3.3.12: dane_query_entries"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_query_entries"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fquery_005fstatus.html b/manual/html_node/dane_005fquery_005fstatus.html index 1445634f47..95b021f0e2 100644 --- a/manual/html_node/dane_005fquery_005fstatus.html +++ b/manual/html_node/dane_005fquery_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_query_status</title> +<title>GnuTLS 3.3.12: dane_query_status</title> -<meta name="description" content="GnuTLS 3.3.11: dane_query_status"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_query_status"> +<meta name="description" content="GnuTLS 3.3.12: dane_query_status"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_query_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fquery_005ftlsa.html b/manual/html_node/dane_005fquery_005ftlsa.html index 4bc84d74b9..c87264c92a 100644 --- a/manual/html_node/dane_005fquery_005ftlsa.html +++ b/manual/html_node/dane_005fquery_005ftlsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_query_tlsa</title> +<title>GnuTLS 3.3.12: dane_query_tlsa</title> -<meta name="description" content="GnuTLS 3.3.11: dane_query_tlsa"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_query_tlsa"> +<meta name="description" content="GnuTLS 3.3.12: dane_query_tlsa"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_query_tlsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fquery_005fto_005fraw_005ftlsa.html b/manual/html_node/dane_005fquery_005fto_005fraw_005ftlsa.html index e475a417f6..0e321e7816 100644 --- a/manual/html_node/dane_005fquery_005fto_005fraw_005ftlsa.html +++ b/manual/html_node/dane_005fquery_005fto_005fraw_005ftlsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_query_to_raw_tlsa</title> +<title>GnuTLS 3.3.12: dane_query_to_raw_tlsa</title> -<meta name="description" content="GnuTLS 3.3.11: dane_query_to_raw_tlsa"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_query_to_raw_tlsa"> +<meta name="description" content="GnuTLS 3.3.12: dane_query_to_raw_tlsa"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_query_to_raw_tlsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fraw_005ftlsa.html b/manual/html_node/dane_005fraw_005ftlsa.html index 0262236f25..176a9e78f7 100644 --- a/manual/html_node/dane_005fraw_005ftlsa.html +++ b/manual/html_node/dane_005fraw_005ftlsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_raw_tlsa</title> +<title>GnuTLS 3.3.12: dane_raw_tlsa</title> -<meta name="description" content="GnuTLS 3.3.11: dane_raw_tlsa"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_raw_tlsa"> +<meta name="description" content="GnuTLS 3.3.12: dane_raw_tlsa"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_raw_tlsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fstate_005fdeinit.html b/manual/html_node/dane_005fstate_005fdeinit.html index 69908ea64e..b9bd80a84c 100644 --- a/manual/html_node/dane_005fstate_005fdeinit.html +++ b/manual/html_node/dane_005fstate_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_state_deinit</title> +<title>GnuTLS 3.3.12: dane_state_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: dane_state_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_state_deinit"> +<meta name="description" content="GnuTLS 3.3.12: dane_state_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_state_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fstate_005finit.html b/manual/html_node/dane_005fstate_005finit.html index 114eae4d28..a3f97168ef 100644 --- a/manual/html_node/dane_005fstate_005finit.html +++ b/manual/html_node/dane_005fstate_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_state_init</title> +<title>GnuTLS 3.3.12: dane_state_init</title> -<meta name="description" content="GnuTLS 3.3.11: dane_state_init"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_state_init"> +<meta name="description" content="GnuTLS 3.3.12: dane_state_init"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_state_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fstate_005fset_005fdlv_005ffile.html b/manual/html_node/dane_005fstate_005fset_005fdlv_005ffile.html index 61312357a3..8745bd46f5 100644 --- a/manual/html_node/dane_005fstate_005fset_005fdlv_005ffile.html +++ b/manual/html_node/dane_005fstate_005fset_005fdlv_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_state_set_dlv_file</title> +<title>GnuTLS 3.3.12: dane_state_set_dlv_file</title> -<meta name="description" content="GnuTLS 3.3.11: dane_state_set_dlv_file"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_state_set_dlv_file"> +<meta name="description" content="GnuTLS 3.3.12: dane_state_set_dlv_file"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_state_set_dlv_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fstrerror.html b/manual/html_node/dane_005fstrerror.html index 0fd93b4d44..ed361ab7c6 100644 --- a/manual/html_node/dane_005fstrerror.html +++ b/manual/html_node/dane_005fstrerror.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_strerror</title> +<title>GnuTLS 3.3.12: dane_strerror</title> -<meta name="description" content="GnuTLS 3.3.11: dane_strerror"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_strerror"> +<meta name="description" content="GnuTLS 3.3.12: dane_strerror"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_strerror"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fverification_005fstatus_005fprint.html b/manual/html_node/dane_005fverification_005fstatus_005fprint.html index 3bc290a1ab..e2971344f4 100644 --- a/manual/html_node/dane_005fverification_005fstatus_005fprint.html +++ b/manual/html_node/dane_005fverification_005fstatus_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_verification_status_print</title> +<title>GnuTLS 3.3.12: dane_verification_status_print</title> -<meta name="description" content="GnuTLS 3.3.11: dane_verification_status_print"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_verification_status_print"> +<meta name="description" content="GnuTLS 3.3.12: dane_verification_status_print"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_verification_status_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fverify_005fcrt.html b/manual/html_node/dane_005fverify_005fcrt.html index f8e2b7a936..79be915090 100644 --- a/manual/html_node/dane_005fverify_005fcrt.html +++ b/manual/html_node/dane_005fverify_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_verify_crt</title> +<title>GnuTLS 3.3.12: dane_verify_crt</title> -<meta name="description" content="GnuTLS 3.3.11: dane_verify_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_verify_crt"> +<meta name="description" content="GnuTLS 3.3.12: dane_verify_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_verify_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fverify_005fcrt_005fraw.html b/manual/html_node/dane_005fverify_005fcrt_005fraw.html index eca9a63c36..4bdcb6b5b2 100644 --- a/manual/html_node/dane_005fverify_005fcrt_005fraw.html +++ b/manual/html_node/dane_005fverify_005fcrt_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_verify_crt_raw</title> +<title>GnuTLS 3.3.12: dane_verify_crt_raw</title> -<meta name="description" content="GnuTLS 3.3.11: dane_verify_crt_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_verify_crt_raw"> +<meta name="description" content="GnuTLS 3.3.12: dane_verify_crt_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_verify_crt_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fverify_005fsession_005fcrt.html b/manual/html_node/dane_005fverify_005fsession_005fcrt.html index 1541c6d2a4..293be86561 100644 --- a/manual/html_node/dane_005fverify_005fsession_005fcrt.html +++ b/manual/html_node/dane_005fverify_005fsession_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: dane_verify_session_crt</title> +<title>GnuTLS 3.3.12: dane_verify_session_crt</title> -<meta name="description" content="GnuTLS 3.3.11: dane_verify_session_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: dane_verify_session_crt"> +<meta name="description" content="GnuTLS 3.3.12: dane_verify_session_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: dane_verify_session_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/dane_005fverify_005fstatus_005ft.html b/manual/html_node/dane_005fverify_005fstatus_005ft.html index 481a0d281f..7ac82e4984 100644 --- a/manual/html_node/dane_005fverify_005fstatus_005ft.html +++ b/manual/html_node/dane_005fverify_005fstatus_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 6.2</title> +<title>GnuTLS 3.3.12: Figure 6.2</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 6.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 6.2"> +<meta name="description" content="GnuTLS 3.3.12: Figure 6.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 6.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-Examples.html b/manual/html_node/danetool-Examples.html index 60de6d874e..2c9493082c 100644 --- a/manual/html_node/danetool-Examples.html +++ b/manual/html_node/danetool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool Examples</title> +<title>GnuTLS 3.3.12: danetool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: danetool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool Examples"> +<meta name="description" content="GnuTLS 3.3.12: danetool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-Invocation.html b/manual/html_node/danetool-Invocation.html index a621a17a83..0cfc783154 100644 --- a/manual/html_node/danetool-Invocation.html +++ b/manual/html_node/danetool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: danetool Invocation</title> +<title>GnuTLS 3.3.12: danetool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: danetool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: danetool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-See-Also.html b/manual/html_node/danetool-See-Also.html index a94f2f6970..688a934986 100644 --- a/manual/html_node/danetool-See-Also.html +++ b/manual/html_node/danetool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool See Also</title> +<title>GnuTLS 3.3.12: danetool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: danetool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool See Also"> +<meta name="description" content="GnuTLS 3.3.12: danetool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-app_002dproto.html b/manual/html_node/danetool-app_002dproto.html index 94508bac65..623f2fc3b8 100644 --- a/manual/html_node/danetool-app_002dproto.html +++ b/manual/html_node/danetool-app_002dproto.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool app-proto</title> +<title>GnuTLS 3.3.12: danetool app-proto</title> -<meta name="description" content="GnuTLS 3.3.11: danetool app-proto"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool app-proto"> +<meta name="description" content="GnuTLS 3.3.12: danetool app-proto"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool app-proto"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-ca.html b/manual/html_node/danetool-ca.html index 95c1f1aa36..59f46f8fba 100644 --- a/manual/html_node/danetool-ca.html +++ b/manual/html_node/danetool-ca.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool ca</title> +<title>GnuTLS 3.3.12: danetool ca</title> -<meta name="description" content="GnuTLS 3.3.11: danetool ca"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool ca"> +<meta name="description" content="GnuTLS 3.3.12: danetool ca"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool ca"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-check.html b/manual/html_node/danetool-check.html index 03eb9c7ecc..addb191cf3 100644 --- a/manual/html_node/danetool-check.html +++ b/manual/html_node/danetool-check.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool check</title> +<title>GnuTLS 3.3.12: danetool check</title> -<meta name="description" content="GnuTLS 3.3.11: danetool check"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool check"> +<meta name="description" content="GnuTLS 3.3.12: danetool check"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool check"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-check_002dca.html b/manual/html_node/danetool-check_002dca.html index ce7e5feb1e..7fb5f08722 100644 --- a/manual/html_node/danetool-check_002dca.html +++ b/manual/html_node/danetool-check_002dca.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool check-ca</title> +<title>GnuTLS 3.3.12: danetool check-ca</title> -<meta name="description" content="GnuTLS 3.3.11: danetool check-ca"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool check-ca"> +<meta name="description" content="GnuTLS 3.3.12: danetool check-ca"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool check-ca"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-check_002dee.html b/manual/html_node/danetool-check_002dee.html index 578c17c9b2..243f03dbc1 100644 --- a/manual/html_node/danetool-check_002dee.html +++ b/manual/html_node/danetool-check_002dee.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool check-ee</title> +<title>GnuTLS 3.3.12: danetool check-ee</title> -<meta name="description" content="GnuTLS 3.3.11: danetool check-ee"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool check-ee"> +<meta name="description" content="GnuTLS 3.3.12: danetool check-ee"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool check-ee"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-debug.html b/manual/html_node/danetool-debug.html index b64e2d30b6..c3a5208959 100644 --- a/manual/html_node/danetool-debug.html +++ b/manual/html_node/danetool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool debug</title> +<title>GnuTLS 3.3.12: danetool debug</title> -<meta name="description" content="GnuTLS 3.3.11: danetool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool debug"> +<meta name="description" content="GnuTLS 3.3.12: danetool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-dlv.html b/manual/html_node/danetool-dlv.html index c232e3b8f2..2dec41793b 100644 --- a/manual/html_node/danetool-dlv.html +++ b/manual/html_node/danetool-dlv.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool dlv</title> +<title>GnuTLS 3.3.12: danetool dlv</title> -<meta name="description" content="GnuTLS 3.3.11: danetool dlv"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool dlv"> +<meta name="description" content="GnuTLS 3.3.12: danetool dlv"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool dlv"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-domain.html b/manual/html_node/danetool-domain.html index 7bcdb16ff6..8a512041dd 100644 --- a/manual/html_node/danetool-domain.html +++ b/manual/html_node/danetool-domain.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool domain</title> +<title>GnuTLS 3.3.12: danetool domain</title> -<meta name="description" content="GnuTLS 3.3.11: danetool domain"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool domain"> +<meta name="description" content="GnuTLS 3.3.12: danetool domain"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool domain"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-exit-status.html b/manual/html_node/danetool-exit-status.html index b14db932e9..e82a436021 100644 --- a/manual/html_node/danetool-exit-status.html +++ b/manual/html_node/danetool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool exit status</title> +<title>GnuTLS 3.3.12: danetool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: danetool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool exit status"> +<meta name="description" content="GnuTLS 3.3.12: danetool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-hash.html b/manual/html_node/danetool-hash.html index 07b2fc1619..63e7252d91 100644 --- a/manual/html_node/danetool-hash.html +++ b/manual/html_node/danetool-hash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool hash</title> +<title>GnuTLS 3.3.12: danetool hash</title> -<meta name="description" content="GnuTLS 3.3.11: danetool hash"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool hash"> +<meta name="description" content="GnuTLS 3.3.12: danetool hash"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-host.html b/manual/html_node/danetool-host.html index 115568714a..ca3b57f839 100644 --- a/manual/html_node/danetool-host.html +++ b/manual/html_node/danetool-host.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool host</title> +<title>GnuTLS 3.3.12: danetool host</title> -<meta name="description" content="GnuTLS 3.3.11: danetool host"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool host"> +<meta name="description" content="GnuTLS 3.3.12: danetool host"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool host"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-inder.html b/manual/html_node/danetool-inder.html index e60a9a5db0..8273fa0631 100644 --- a/manual/html_node/danetool-inder.html +++ b/manual/html_node/danetool-inder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool inder</title> +<title>GnuTLS 3.3.12: danetool inder</title> -<meta name="description" content="GnuTLS 3.3.11: danetool inder"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool inder"> +<meta name="description" content="GnuTLS 3.3.12: danetool inder"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool inder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-inraw.html b/manual/html_node/danetool-inraw.html index dcd33db51c..80660bcdd2 100644 --- a/manual/html_node/danetool-inraw.html +++ b/manual/html_node/danetool-inraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool inraw</title> +<title>GnuTLS 3.3.12: danetool inraw</title> -<meta name="description" content="GnuTLS 3.3.11: danetool inraw"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool inraw"> +<meta name="description" content="GnuTLS 3.3.12: danetool inraw"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool inraw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-insecure.html b/manual/html_node/danetool-insecure.html index faa5257396..33d0ee66e2 100644 --- a/manual/html_node/danetool-insecure.html +++ b/manual/html_node/danetool-insecure.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool insecure</title> +<title>GnuTLS 3.3.12: danetool insecure</title> -<meta name="description" content="GnuTLS 3.3.11: danetool insecure"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool insecure"> +<meta name="description" content="GnuTLS 3.3.12: danetool insecure"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool insecure"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-load_002dcertificate.html b/manual/html_node/danetool-load_002dcertificate.html index 6717193538..0698a2ebc8 100644 --- a/manual/html_node/danetool-load_002dcertificate.html +++ b/manual/html_node/danetool-load_002dcertificate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool load-certificate</title> +<title>GnuTLS 3.3.12: danetool load-certificate</title> -<meta name="description" content="GnuTLS 3.3.11: danetool load-certificate"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool load-certificate"> +<meta name="description" content="GnuTLS 3.3.12: danetool load-certificate"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool load-certificate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-load_002dpubkey.html b/manual/html_node/danetool-load_002dpubkey.html index 306ad7d544..c755399fb0 100644 --- a/manual/html_node/danetool-load_002dpubkey.html +++ b/manual/html_node/danetool-load_002dpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool load-pubkey</title> +<title>GnuTLS 3.3.12: danetool load-pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: danetool load-pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool load-pubkey"> +<meta name="description" content="GnuTLS 3.3.12: danetool load-pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool load-pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-local.html b/manual/html_node/danetool-local.html index 0a315d5315..6511086b15 100644 --- a/manual/html_node/danetool-local.html +++ b/manual/html_node/danetool-local.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool local</title> +<title>GnuTLS 3.3.12: danetool local</title> -<meta name="description" content="GnuTLS 3.3.11: danetool local"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool local"> +<meta name="description" content="GnuTLS 3.3.12: danetool local"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool local"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-local_002ddns.html b/manual/html_node/danetool-local_002ddns.html index c5268f435e..059ba2d35b 100644 --- a/manual/html_node/danetool-local_002ddns.html +++ b/manual/html_node/danetool-local_002ddns.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool local-dns</title> +<title>GnuTLS 3.3.12: danetool local-dns</title> -<meta name="description" content="GnuTLS 3.3.11: danetool local-dns"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool local-dns"> +<meta name="description" content="GnuTLS 3.3.12: danetool local-dns"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool local-dns"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-print_002draw.html b/manual/html_node/danetool-print_002draw.html index 39561a5e66..677d14b2d6 100644 --- a/manual/html_node/danetool-print_002draw.html +++ b/manual/html_node/danetool-print_002draw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool print-raw</title> +<title>GnuTLS 3.3.12: danetool print-raw</title> -<meta name="description" content="GnuTLS 3.3.11: danetool print-raw"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool print-raw"> +<meta name="description" content="GnuTLS 3.3.12: danetool print-raw"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool print-raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-proto.html b/manual/html_node/danetool-proto.html index 26cb3095f6..23cfe528b8 100644 --- a/manual/html_node/danetool-proto.html +++ b/manual/html_node/danetool-proto.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool proto</title> +<title>GnuTLS 3.3.12: danetool proto</title> -<meta name="description" content="GnuTLS 3.3.11: danetool proto"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool proto"> +<meta name="description" content="GnuTLS 3.3.12: danetool proto"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool proto"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-quiet.html b/manual/html_node/danetool-quiet.html index f227363d76..bb5fc21c1c 100644 --- a/manual/html_node/danetool-quiet.html +++ b/manual/html_node/danetool-quiet.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool quiet</title> +<title>GnuTLS 3.3.12: danetool quiet</title> -<meta name="description" content="GnuTLS 3.3.11: danetool quiet"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool quiet"> +<meta name="description" content="GnuTLS 3.3.12: danetool quiet"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool quiet"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-tlsa_002drr.html b/manual/html_node/danetool-tlsa_002drr.html index 6cc9946109..5f0cb71b28 100644 --- a/manual/html_node/danetool-tlsa_002drr.html +++ b/manual/html_node/danetool-tlsa_002drr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool tlsa-rr</title> +<title>GnuTLS 3.3.12: danetool tlsa-rr</title> -<meta name="description" content="GnuTLS 3.3.11: danetool tlsa-rr"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool tlsa-rr"> +<meta name="description" content="GnuTLS 3.3.12: danetool tlsa-rr"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool tlsa-rr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-usage.html b/manual/html_node/danetool-usage.html index a1c7f914e5..e12b55d83d 100644 --- a/manual/html_node/danetool-usage.html +++ b/manual/html_node/danetool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool usage</title> +<title>GnuTLS 3.3.12: danetool usage</title> -<meta name="description" content="GnuTLS 3.3.11: danetool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool usage"> +<meta name="description" content="GnuTLS 3.3.12: danetool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/danetool-x509.html b/manual/html_node/danetool-x509.html index d92165169a..37ff16dfa4 100644 --- a/manual/html_node/danetool-x509.html +++ b/manual/html_node/danetool-x509.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: danetool x509</title> +<title>GnuTLS 3.3.12: danetool x509</title> -<meta name="description" content="GnuTLS 3.3.11: danetool x509"> -<meta name="keywords" content="GnuTLS 3.3.11: danetool x509"> +<meta name="description" content="GnuTLS 3.3.12: danetool x509"> +<meta name="keywords" content="GnuTLS 3.3.12: danetool x509"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ex_002dcrq.html b/manual/html_node/ex_002dcrq.html index dc33a9c1d3..21687edf45 100644 --- a/manual/html_node/ex_002dcrq.html +++ b/manual/html_node/ex_002dcrq.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ex-crq</title> +<title>GnuTLS 3.3.12: ex-crq</title> -<meta name="description" content="GnuTLS 3.3.11: ex-crq"> -<meta name="keywords" content="GnuTLS 3.3.11: ex-crq"> +<meta name="description" content="GnuTLS 3.3.12: ex-crq"> +<meta name="keywords" content="GnuTLS 3.3.12: ex-crq"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ex_002dpkcs11_002dclient.html b/manual/html_node/ex_002dpkcs11_002dclient.html index 578b8c843f..2261c4d5a0 100644 --- a/manual/html_node/ex_002dpkcs11_002dclient.html +++ b/manual/html_node/ex_002dpkcs11_002dclient.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ex-pkcs11-client</title> +<title>GnuTLS 3.3.12: ex-pkcs11-client</title> -<meta name="description" content="GnuTLS 3.3.11: ex-pkcs11-client"> -<meta name="keywords" content="GnuTLS 3.3.11: ex-pkcs11-client"> +<meta name="description" content="GnuTLS 3.3.12: ex-pkcs11-client"> +<meta name="keywords" content="GnuTLS 3.3.12: ex-pkcs11-client"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ex_002dresume_002dclient.html b/manual/html_node/ex_002dresume_002dclient.html index bb82216c63..0f490e19ab 100644 --- a/manual/html_node/ex_002dresume_002dclient.html +++ b/manual/html_node/ex_002dresume_002dclient.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ex-resume-client</title> +<title>GnuTLS 3.3.12: ex-resume-client</title> -<meta name="description" content="GnuTLS 3.3.11: ex-resume-client"> -<meta name="keywords" content="GnuTLS 3.3.11: ex-resume-client"> +<meta name="description" content="GnuTLS 3.3.12: ex-resume-client"> +<meta name="keywords" content="GnuTLS 3.3.12: ex-resume-client"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ex_002dverify.html b/manual/html_node/ex_002dverify.html index 07ea2da1dc..ac3cb3c360 100644 --- a/manual/html_node/ex_002dverify.html +++ b/manual/html_node/ex_002dverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ex-verify</title> +<title>GnuTLS 3.3.12: ex-verify</title> -<meta name="description" content="GnuTLS 3.3.11: ex-verify"> -<meta name="keywords" content="GnuTLS 3.3.11: ex-verify"> +<meta name="description" content="GnuTLS 3.3.12: ex-verify"> +<meta name="keywords" content="GnuTLS 3.3.12: ex-verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ex_002dverify2.html b/manual/html_node/ex_002dverify2.html index e38b75ae76..b5bfe57781 100644 --- a/manual/html_node/ex_002dverify2.html +++ b/manual/html_node/ex_002dverify2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ex-verify2</title> +<title>GnuTLS 3.3.12: ex-verify2</title> -<meta name="description" content="GnuTLS 3.3.11: ex-verify2"> -<meta name="keywords" content="GnuTLS 3.3.11: ex-verify2"> +<meta name="description" content="GnuTLS 3.3.12: ex-verify2"> +<meta name="keywords" content="GnuTLS 3.3.12: ex-verify2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ex_002dx509_002dinfo.html b/manual/html_node/ex_002dx509_002dinfo.html index 2f3d59cacd..91ee9c47e2 100644 --- a/manual/html_node/ex_002dx509_002dinfo.html +++ b/manual/html_node/ex_002dx509_002dinfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ex-x509-info</title> +<title>GnuTLS 3.3.12: ex-x509-info</title> -<meta name="description" content="GnuTLS 3.3.11: ex-x509-info"> -<meta name="keywords" content="GnuTLS 3.3.11: ex-x509-info"> +<meta name="description" content="GnuTLS 3.3.12: ex-x509-info"> +<meta name="keywords" content="GnuTLS 3.3.12: ex-x509-info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/examples.html b/manual/html_node/examples.html index 072421d705..ef4cd4e2f6 100644 --- a/manual/html_node/examples.html +++ b/manual/html_node/examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: examples</title> +<title>GnuTLS 3.3.12: examples</title> -<meta name="description" content="GnuTLS 3.3.11: examples"> -<meta name="keywords" content="GnuTLS 3.3.11: examples"> +<meta name="description" content="GnuTLS 3.3.12: examples"> +<meta name="keywords" content="GnuTLS 3.3.12: examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dclient_002dserver.html b/manual/html_node/fig_002dclient_002dserver.html index e311ba3994..379b849cd6 100644 --- a/manual/html_node/fig_002dclient_002dserver.html +++ b/manual/html_node/fig_002dclient_002dserver.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 10.1</title> +<title>GnuTLS 3.3.12: Figure 10.1</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 10.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 10.1"> +<meta name="description" content="GnuTLS 3.3.12: Figure 10.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 10.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dcrypto_002dlayers.html b/manual/html_node/fig_002dcrypto_002dlayers.html index 995fdbbe84..fc317200f1 100644 --- a/manual/html_node/fig_002dcrypto_002dlayers.html +++ b/manual/html_node/fig_002dcrypto_002dlayers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 10.4</title> +<title>GnuTLS 3.3.12: Figure 10.4</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 10.4"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 10.4"> +<meta name="description" content="GnuTLS 3.3.12: Figure 10.4"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 10.4"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dgnutls_002ddesign.html b/manual/html_node/fig_002dgnutls_002ddesign.html index e8eef9a032..c27f40ea4d 100644 --- a/manual/html_node/fig_002dgnutls_002ddesign.html +++ b/manual/html_node/fig_002dgnutls_002ddesign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 6.1</title> +<title>GnuTLS 3.3.12: Figure 6.1</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 6.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 6.1"> +<meta name="description" content="GnuTLS 3.3.12: Figure 6.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 6.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dgnutls_002dhandshake.html b/manual/html_node/fig_002dgnutls_002dhandshake.html index 3560a107a0..8fb61c73ec 100644 --- a/manual/html_node/fig_002dgnutls_002dhandshake.html +++ b/manual/html_node/fig_002dgnutls_002dhandshake.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 10.2</title> +<title>GnuTLS 3.3.12: Figure 10.2</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 10.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 10.2"> +<meta name="description" content="GnuTLS 3.3.12: Figure 10.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 10.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dgnutls_002dhandshake_002dsequence.html b/manual/html_node/fig_002dgnutls_002dhandshake_002dsequence.html index fde3003549..c5754ab042 100644 --- a/manual/html_node/fig_002dgnutls_002dhandshake_002dsequence.html +++ b/manual/html_node/fig_002dgnutls_002dhandshake_002dsequence.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 10.3</title> +<title>GnuTLS 3.3.12: Figure 10.3</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 10.3"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 10.3"> +<meta name="description" content="GnuTLS 3.3.12: Figure 10.3"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 10.3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dopenpgp.html b/manual/html_node/fig_002dopenpgp.html index 7f65f3e1d4..5d59ce71ed 100644 --- a/manual/html_node/fig_002dopenpgp.html +++ b/manual/html_node/fig_002dopenpgp.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 4.4</title> +<title>GnuTLS 3.3.12: Figure 4.4</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 4.4"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 4.4"> +<meta name="description" content="GnuTLS 3.3.12: Figure 4.4"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 4.4"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dpkcs11_002dvision.html b/manual/html_node/fig_002dpkcs11_002dvision.html index 4daac0e934..ecd8470503 100644 --- a/manual/html_node/fig_002dpkcs11_002dvision.html +++ b/manual/html_node/fig_002dpkcs11_002dvision.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 5.1</title> +<title>GnuTLS 3.3.12: Figure 5.1</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 5.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 5.1"> +<meta name="description" content="GnuTLS 3.3.12: Figure 5.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 5.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dtls_002dlayers.html b/manual/html_node/fig_002dtls_002dlayers.html index 15653b00fb..8adadaa4cb 100644 --- a/manual/html_node/fig_002dtls_002dlayers.html +++ b/manual/html_node/fig_002dtls_002dlayers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 3.1</title> +<title>GnuTLS 3.3.12: Figure 3.1</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 3.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 3.1"> +<meta name="description" content="GnuTLS 3.3.12: Figure 3.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 3.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/fig_002dx509.html b/manual/html_node/fig_002dx509.html index 26d0c1a1ae..ed92fa487c 100644 --- a/manual/html_node/fig_002dx509.html +++ b/manual/html_node/fig_002dx509.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 4.1</title> +<title>GnuTLS 3.3.12: Figure 4.1</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 4.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 4.1"> +<meta name="description" content="GnuTLS 3.3.12: Figure 4.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 4.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-Examples.html b/manual/html_node/gnutls_002dcli-Examples.html index bc6bd183c8..163943271a 100644 --- a/manual/html_node/gnutls_002dcli-Examples.html +++ b/manual/html_node/gnutls_002dcli-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli Examples</title> +<title>GnuTLS 3.3.12: gnutls-cli Examples</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli Examples"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-Invocation.html b/manual/html_node/gnutls_002dcli-Invocation.html index 4d129a3c70..8f9aaade91 100644 --- a/manual/html_node/gnutls_002dcli-Invocation.html +++ b/manual/html_node/gnutls_002dcli-Invocation.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.11 of GnuTLS. +3.3.12 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.11: gnutls-cli Invocation</title> +<title>GnuTLS 3.3.12: gnutls-cli Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli Invocation"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -370,6 +370,18 @@ Connect, establish a session and rehandshake immediately. <p>This is the “connect, establish a plain session and start tls” option. The TLS session will be initiated when EOF or a SIGALRM is received. +<a name="gnutls_002dcli-app_002dproto"></a></p><a name="app_002dproto-option-1"></a> +<h4 class="subheading">app-proto option</h4> + +<p>This is an alias for the <code>starttls-proto</code> option, +see <a href="#gnutls_002dcli-starttls_002dproto">the starttls-proto option documentation</a>. +</p> +<a name="gnutls_002dcli-starttls_002dproto"></a><a name="starttls_002dproto-option"></a> +<h4 class="subheading">starttls-proto option</h4> + +<p>This is the “the application protocol to be used to obtain the server’s certificate (https, smtp, imap)” option. +This option takes a string argument. +Specify the application layer protocol for STARTTLS. If the protocol is supported, gnutls-cli will proceed to the TLS negotiation. <a name="gnutls_002dcli-dh_002dbits"></a></p><a name="dh_002dbits-option"></a> <h4 class="subheading">dh-bits option</h4> @@ -429,10 +441,9 @@ Enable inline commands of the form ^<cmd>^. The inline commands are expect <a name="gnutls_002dcli-inline_002dcommands_002dprefix"></a></p><a name="inline_002dcommands_002dprefix-option"></a> <h4 class="subheading">inline-commands-prefix option</h4> -<p>This is the “change the default (^) used as a delimiter for inline commands. - the value is a single us-ascii character (octets 0 - 127).” option. +<p>This is the “change the default delimiter for inline commands.” option. This option takes a string argument. -Change the default (^) delimiter used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option +Change the default delimiter (^) used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option <a name="gnutls_002dcli-provider"></a></p><a name="provider-option-2"></a> <h4 class="subheading">provider option</h4> diff --git a/manual/html_node/gnutls_002dcli-See-Also.html b/manual/html_node/gnutls_002dcli-See-Also.html index 3432841286..e73383f8b4 100644 --- a/manual/html_node/gnutls_002dcli-See-Also.html +++ b/manual/html_node/gnutls_002dcli-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli See Also</title> +<title>GnuTLS 3.3.12: gnutls-cli See Also</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli See Also"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-alpn.html b/manual/html_node/gnutls_002dcli-alpn.html index 461fd81f7f..f0bf869b23 100644 --- a/manual/html_node/gnutls_002dcli-alpn.html +++ b/manual/html_node/gnutls_002dcli-alpn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli alpn</title> +<title>GnuTLS 3.3.12: gnutls-cli alpn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli alpn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli alpn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli alpn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli alpn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-app_002dproto.html b/manual/html_node/gnutls_002dcli-app_002dproto.html new file mode 100644 index 0000000000..6fe98e81c2 --- /dev/null +++ b/manual/html_node/gnutls_002dcli-app_002dproto.html @@ -0,0 +1,156 @@ +<!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.12 of GnuTLS. + +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 +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.2, http://www.gnu.org/software/texinfo/ --> +<!-- This file redirects to the location of a node or anchor --> +<head> +<title>GnuTLS 3.3.12: gnutls-cli app-proto</title> + +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli app-proto"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli app-proto"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.smallquotation {font-size: smaller} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.indentedblock {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +div.smalldisplay {margin-left: 3.2em} +div.smallexample {margin-left: 3.2em} +div.smallindentedblock {margin-left: 3.2em; font-size: smaller} +div.smalllisp {margin-left: 3.2em} +kbd {font-style:oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +pre.smalldisplay {font-family: inherit; font-size: smaller} +pre.smallexample {font-size: smaller} +pre.smallformat {font-family: inherit; font-size: smaller} +pre.smalllisp {font-size: smaller} +span.nocodebreak {white-space:nowrap} +span.nolinebreak {white-space:nowrap} +span.roman {font-family:serif; font-weight:normal} +span.sansserif {font-family:sans-serif; font-weight:normal} +ul.no-bullet {list-style: none} +body { + margin: 2%; + padding: 0 5%; + background: #ffffff; +} +h1,h2,h3,h4,h5 { + font-weight: bold; + padding: 5px 5px 5px 5px; + background-color: #c2e0ff; + color: #336699; +} +h1 { + padding: 2em 2em 2em 5%; + color: white; + background: #336699; + text-align: center; + letter-spacing: 3px; +} +h2 { text-decoration: underline; } +pre { + margin: 0 5%; + padding: 0.5em; +} +pre.example,pre.verbatim { + padding-bottom: 1em; + + border: solid #c2e0ff; + background: #f0faff; + border-width: 1px 1px 1px 5px; + margin: 1em auto; + width: 90%; +} + +div.node { + margin: 0 -5% 0 -2%; + padding: 0.5em 0.5em; + margin-top: 0.5em; + margin-bottom: 0.5em; + font-weight: bold; +} +dd, li { + padding-top: 0.1em; + padding-bottom: 0.1em; +} +div.float { + + margin-bottom: 0.5em; + text-align: center; +} + +table { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; +} + +th { + padding: 0; + color: #336699; + background-color: #c2e0ff; + border: solid #000000; + border-width: 0px; + margin: 1em auto; + text-align: center; + margin-left:auto; + margin-right:auto; +} + +td { + padding: 0; + border: solid #000000; + background-color: #f0faff; + border-width: 0px; + margin: 1em auto; + text-align: left; + margin-left:auto; + margin-right:auto; + padding-left: 1em; +} + +dl { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; + + padding-left: 1em; + border: solid #c2e0ff; + background: #f0faff; + border-width: 5px 1px 1px 1px; + margin: 1em auto; +} + +--> +</style> + +<meta http-equiv="Refresh" content="0; url=gnutls_002dcli-Invocation.html#gnutls_002dcli-app_002dproto"> + +</head> + +<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> + +<p>The node you are looking for is at <a href="gnutls_002dcli-Invocation.html#gnutls_002dcli-app_002dproto">gnutls-cli app-proto</a>.</p> +</body> diff --git a/manual/html_node/gnutls_002dcli-ca_002dverification.html b/manual/html_node/gnutls_002dcli-ca_002dverification.html index d27dffde4d..740dbaf1ae 100644 --- a/manual/html_node/gnutls_002dcli-ca_002dverification.html +++ b/manual/html_node/gnutls_002dcli-ca_002dverification.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli ca-verification</title> +<title>GnuTLS 3.3.12: gnutls-cli ca-verification</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli ca-verification"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli ca-verification"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli ca-verification"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli ca-verification"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-dane.html b/manual/html_node/gnutls_002dcli-dane.html index 81f4ab6df1..19a0d70bed 100644 --- a/manual/html_node/gnutls_002dcli-dane.html +++ b/manual/html_node/gnutls_002dcli-dane.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli dane</title> +<title>GnuTLS 3.3.12: gnutls-cli dane</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli dane"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli dane"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli dane"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli dane"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-debug.html b/manual/html_node/gnutls_002dcli-debug.html index df90f668ec..bce4755412 100644 --- a/manual/html_node/gnutls_002dcli-debug.html +++ b/manual/html_node/gnutls_002dcli-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli debug</title> +<title>GnuTLS 3.3.12: gnutls-cli debug</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli debug"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli debug"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli debug"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-dh_002dbits.html b/manual/html_node/gnutls_002dcli-dh_002dbits.html index 9c5ecf9cd5..ff70384367 100644 --- a/manual/html_node/gnutls_002dcli-dh_002dbits.html +++ b/manual/html_node/gnutls_002dcli-dh_002dbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli dh-bits</title> +<title>GnuTLS 3.3.12: gnutls-cli dh-bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli dh-bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli dh-bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli dh-bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli dh-bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-disable_002dextensions.html b/manual/html_node/gnutls_002dcli-disable_002dextensions.html index 88ba3e6163..692e11e3db 100644 --- a/manual/html_node/gnutls_002dcli-disable_002dextensions.html +++ b/manual/html_node/gnutls_002dcli-disable_002dextensions.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli disable-extensions</title> +<title>GnuTLS 3.3.12: gnutls-cli disable-extensions</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli disable-extensions"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli disable-extensions"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli disable-extensions"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli disable-extensions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-exit-status.html b/manual/html_node/gnutls_002dcli-exit-status.html index b91272de6e..1089aa6ddd 100644 --- a/manual/html_node/gnutls_002dcli-exit-status.html +++ b/manual/html_node/gnutls_002dcli-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli exit status</title> +<title>GnuTLS 3.3.12: gnutls-cli exit status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli exit status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-inline_002dcommands.html b/manual/html_node/gnutls_002dcli-inline_002dcommands.html index dcef0db0f3..272abe08b1 100644 --- a/manual/html_node/gnutls_002dcli-inline_002dcommands.html +++ b/manual/html_node/gnutls_002dcli-inline_002dcommands.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli inline-commands</title> +<title>GnuTLS 3.3.12: gnutls-cli inline-commands</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli inline-commands"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli inline-commands"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli inline-commands"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli inline-commands"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-inline_002dcommands_002dprefix.html b/manual/html_node/gnutls_002dcli-inline_002dcommands_002dprefix.html index 01ddb8dabf..cd9f6cb51d 100644 --- a/manual/html_node/gnutls_002dcli-inline_002dcommands_002dprefix.html +++ b/manual/html_node/gnutls_002dcli-inline_002dcommands_002dprefix.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli inline-commands-prefix</title> +<title>GnuTLS 3.3.12: gnutls-cli inline-commands-prefix</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli inline-commands-prefix"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli inline-commands-prefix"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli inline-commands-prefix"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli inline-commands-prefix"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-list.html b/manual/html_node/gnutls_002dcli-list.html index 83b613ee2e..708e2ffd6b 100644 --- a/manual/html_node/gnutls_002dcli-list.html +++ b/manual/html_node/gnutls_002dcli-list.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli list</title> +<title>GnuTLS 3.3.12: gnutls-cli list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-local_002ddns.html b/manual/html_node/gnutls_002dcli-local_002ddns.html index 619f829327..b6a488b659 100644 --- a/manual/html_node/gnutls_002dcli-local_002ddns.html +++ b/manual/html_node/gnutls_002dcli-local_002ddns.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli local-dns</title> +<title>GnuTLS 3.3.12: gnutls-cli local-dns</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli local-dns"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli local-dns"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli local-dns"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli local-dns"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-ocsp.html b/manual/html_node/gnutls_002dcli-ocsp.html index 750948f714..11d01a2868 100644 --- a/manual/html_node/gnutls_002dcli-ocsp.html +++ b/manual/html_node/gnutls_002dcli-ocsp.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli ocsp</title> +<title>GnuTLS 3.3.12: gnutls-cli ocsp</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli ocsp"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli ocsp"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli ocsp"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli ocsp"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-priority.html b/manual/html_node/gnutls_002dcli-priority.html index 34ddefde50..012da326f0 100644 --- a/manual/html_node/gnutls_002dcli-priority.html +++ b/manual/html_node/gnutls_002dcli-priority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli priority</title> +<title>GnuTLS 3.3.12: gnutls-cli priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-provider.html b/manual/html_node/gnutls_002dcli-provider.html index 73f096e99b..0e384a0632 100644 --- a/manual/html_node/gnutls_002dcli-provider.html +++ b/manual/html_node/gnutls_002dcli-provider.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli provider</title> +<title>GnuTLS 3.3.12: gnutls-cli provider</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli provider"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli provider"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli provider"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli provider"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-ranges.html b/manual/html_node/gnutls_002dcli-ranges.html index da9fd01436..d557d07062 100644 --- a/manual/html_node/gnutls_002dcli-ranges.html +++ b/manual/html_node/gnutls_002dcli-ranges.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli ranges</title> +<title>GnuTLS 3.3.12: gnutls-cli ranges</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli ranges"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli ranges"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli ranges"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli ranges"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-rehandshake.html b/manual/html_node/gnutls_002dcli-rehandshake.html index 694c91bdb5..527d07915c 100644 --- a/manual/html_node/gnutls_002dcli-rehandshake.html +++ b/manual/html_node/gnutls_002dcli-rehandshake.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli rehandshake</title> +<title>GnuTLS 3.3.12: gnutls-cli rehandshake</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli rehandshake"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli rehandshake"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli rehandshake"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli rehandshake"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-resume.html b/manual/html_node/gnutls_002dcli-resume.html index 53ac6af7d9..38cd6cafe9 100644 --- a/manual/html_node/gnutls_002dcli-resume.html +++ b/manual/html_node/gnutls_002dcli-resume.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli resume</title> +<title>GnuTLS 3.3.12: gnutls-cli resume</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli resume"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli resume"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli resume"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli resume"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-starttls.html b/manual/html_node/gnutls_002dcli-starttls.html index 0a6b91bfb9..628fed4c10 100644 --- a/manual/html_node/gnutls_002dcli-starttls.html +++ b/manual/html_node/gnutls_002dcli-starttls.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli starttls</title> +<title>GnuTLS 3.3.12: gnutls-cli starttls</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli starttls"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli starttls"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli starttls"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli starttls"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-starttls_002dproto.html b/manual/html_node/gnutls_002dcli-starttls_002dproto.html new file mode 100644 index 0000000000..8fcd90fc5d --- /dev/null +++ b/manual/html_node/gnutls_002dcli-starttls_002dproto.html @@ -0,0 +1,156 @@ +<!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.12 of GnuTLS. + +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 +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.2, http://www.gnu.org/software/texinfo/ --> +<!-- This file redirects to the location of a node or anchor --> +<head> +<title>GnuTLS 3.3.12: gnutls-cli starttls-proto</title> + +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli starttls-proto"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli starttls-proto"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.smallquotation {font-size: smaller} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.indentedblock {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +div.smalldisplay {margin-left: 3.2em} +div.smallexample {margin-left: 3.2em} +div.smallindentedblock {margin-left: 3.2em; font-size: smaller} +div.smalllisp {margin-left: 3.2em} +kbd {font-style:oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +pre.smalldisplay {font-family: inherit; font-size: smaller} +pre.smallexample {font-size: smaller} +pre.smallformat {font-family: inherit; font-size: smaller} +pre.smalllisp {font-size: smaller} +span.nocodebreak {white-space:nowrap} +span.nolinebreak {white-space:nowrap} +span.roman {font-family:serif; font-weight:normal} +span.sansserif {font-family:sans-serif; font-weight:normal} +ul.no-bullet {list-style: none} +body { + margin: 2%; + padding: 0 5%; + background: #ffffff; +} +h1,h2,h3,h4,h5 { + font-weight: bold; + padding: 5px 5px 5px 5px; + background-color: #c2e0ff; + color: #336699; +} +h1 { + padding: 2em 2em 2em 5%; + color: white; + background: #336699; + text-align: center; + letter-spacing: 3px; +} +h2 { text-decoration: underline; } +pre { + margin: 0 5%; + padding: 0.5em; +} +pre.example,pre.verbatim { + padding-bottom: 1em; + + border: solid #c2e0ff; + background: #f0faff; + border-width: 1px 1px 1px 5px; + margin: 1em auto; + width: 90%; +} + +div.node { + margin: 0 -5% 0 -2%; + padding: 0.5em 0.5em; + margin-top: 0.5em; + margin-bottom: 0.5em; + font-weight: bold; +} +dd, li { + padding-top: 0.1em; + padding-bottom: 0.1em; +} +div.float { + + margin-bottom: 0.5em; + text-align: center; +} + +table { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; +} + +th { + padding: 0; + color: #336699; + background-color: #c2e0ff; + border: solid #000000; + border-width: 0px; + margin: 1em auto; + text-align: center; + margin-left:auto; + margin-right:auto; +} + +td { + padding: 0; + border: solid #000000; + background-color: #f0faff; + border-width: 0px; + margin: 1em auto; + text-align: left; + margin-left:auto; + margin-right:auto; + padding-left: 1em; +} + +dl { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; + + padding-left: 1em; + border: solid #c2e0ff; + background: #f0faff; + border-width: 5px 1px 1px 1px; + margin: 1em auto; +} + +--> +</style> + +<meta http-equiv="Refresh" content="0; url=gnutls_002dcli-Invocation.html#gnutls_002dcli-starttls_002dproto"> + +</head> + +<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> + +<p>The node you are looking for is at <a href="gnutls_002dcli-Invocation.html#gnutls_002dcli-starttls_002dproto">gnutls-cli starttls-proto</a>.</p> +</body> diff --git a/manual/html_node/gnutls_002dcli-strict_002dtofu.html b/manual/html_node/gnutls_002dcli-strict_002dtofu.html index b2f9904393..5c9234f938 100644 --- a/manual/html_node/gnutls_002dcli-strict_002dtofu.html +++ b/manual/html_node/gnutls_002dcli-strict_002dtofu.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli strict-tofu</title> +<title>GnuTLS 3.3.12: gnutls-cli strict-tofu</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli strict-tofu"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli strict-tofu"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli strict-tofu"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli strict-tofu"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-tofu.html b/manual/html_node/gnutls_002dcli-tofu.html index 9e809c6559..9649827a06 100644 --- a/manual/html_node/gnutls_002dcli-tofu.html +++ b/manual/html_node/gnutls_002dcli-tofu.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli tofu</title> +<title>GnuTLS 3.3.12: gnutls-cli tofu</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli tofu"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli tofu"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli tofu"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli tofu"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli-usage.html b/manual/html_node/gnutls_002dcli-usage.html index 2c5d4cca36..6ceb96af01 100644 --- a/manual/html_node/gnutls_002dcli-usage.html +++ b/manual/html_node/gnutls_002dcli-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli usage</title> +<title>GnuTLS 3.3.12: gnutls-cli usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli_002ddebug-Examples.html b/manual/html_node/gnutls_002dcli_002ddebug-Examples.html index 8d24262e82..7fb49f49de 100644 --- a/manual/html_node/gnutls_002dcli_002ddebug-Examples.html +++ b/manual/html_node/gnutls_002dcli_002ddebug-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli-debug Examples</title> +<title>GnuTLS 3.3.12: gnutls-cli-debug Examples</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli-debug Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli-debug Examples"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli-debug Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli-debug Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli_002ddebug-Invocation.html b/manual/html_node/gnutls_002dcli_002ddebug-Invocation.html index bdb85667e8..6aaef82e88 100644 --- a/manual/html_node/gnutls_002dcli_002ddebug-Invocation.html +++ b/manual/html_node/gnutls_002dcli_002ddebug-Invocation.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.11 of GnuTLS. +3.3.12 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.11: gnutls-cli-debug Invocation</title> +<title>GnuTLS 3.3.12: gnutls-cli-debug Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli-debug Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli-debug Invocation"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli-debug Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli-debug Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli_002ddebug-See-Also.html b/manual/html_node/gnutls_002dcli_002ddebug-See-Also.html index bd40387c5d..469fc77b02 100644 --- a/manual/html_node/gnutls_002dcli_002ddebug-See-Also.html +++ b/manual/html_node/gnutls_002dcli_002ddebug-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli-debug See Also</title> +<title>GnuTLS 3.3.12: gnutls-cli-debug See Also</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli-debug See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli-debug See Also"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli-debug See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli-debug See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli_002ddebug-debug.html b/manual/html_node/gnutls_002dcli_002ddebug-debug.html index fa0be62016..cf3b02bc77 100644 --- a/manual/html_node/gnutls_002dcli_002ddebug-debug.html +++ b/manual/html_node/gnutls_002dcli_002ddebug-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli-debug debug</title> +<title>GnuTLS 3.3.12: gnutls-cli-debug debug</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli-debug debug"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli-debug debug"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli-debug debug"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli-debug debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli_002ddebug-exit-status.html b/manual/html_node/gnutls_002dcli_002ddebug-exit-status.html index ac1a422262..734a25c295 100644 --- a/manual/html_node/gnutls_002dcli_002ddebug-exit-status.html +++ b/manual/html_node/gnutls_002dcli_002ddebug-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli-debug exit status</title> +<title>GnuTLS 3.3.12: gnutls-cli-debug exit status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli-debug exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli-debug exit status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli-debug exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli-debug exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dcli_002ddebug-usage.html b/manual/html_node/gnutls_002dcli_002ddebug-usage.html index a68b0483ec..b22cc8bea4 100644 --- a/manual/html_node/gnutls_002dcli_002ddebug-usage.html +++ b/manual/html_node/gnutls_002dcli_002ddebug-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-cli-debug usage</title> +<title>GnuTLS 3.3.12: gnutls-cli-debug usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-cli-debug usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-cli-debug usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-cli-debug usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-cli-debug usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-Examples.html b/manual/html_node/gnutls_002dserv-Examples.html index 34274dd460..6cc15a05d6 100644 --- a/manual/html_node/gnutls_002dserv-Examples.html +++ b/manual/html_node/gnutls_002dserv-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv Examples</title> +<title>GnuTLS 3.3.12: gnutls-serv Examples</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv Examples"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-Invocation.html b/manual/html_node/gnutls_002dserv-Invocation.html index c25660ca79..67affb52b4 100644 --- a/manual/html_node/gnutls_002dserv-Invocation.html +++ b/manual/html_node/gnutls_002dserv-Invocation.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.11 of GnuTLS. +3.3.12 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.11: gnutls-serv Invocation</title> +<title>GnuTLS 3.3.12: gnutls-serv Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv Invocation"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-See-Also.html b/manual/html_node/gnutls_002dserv-See-Also.html index caf203e1dd..698d54a9c1 100644 --- a/manual/html_node/gnutls_002dserv-See-Also.html +++ b/manual/html_node/gnutls_002dserv-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv See Also</title> +<title>GnuTLS 3.3.12: gnutls-serv See Also</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv See Also"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-debug.html b/manual/html_node/gnutls_002dserv-debug.html index 8c1fadbcb3..cb535687c3 100644 --- a/manual/html_node/gnutls_002dserv-debug.html +++ b/manual/html_node/gnutls_002dserv-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv debug</title> +<title>GnuTLS 3.3.12: gnutls-serv debug</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv debug"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv debug"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv debug"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-exit-status.html b/manual/html_node/gnutls_002dserv-exit-status.html index 7911d405c0..f75cf0629f 100644 --- a/manual/html_node/gnutls_002dserv-exit-status.html +++ b/manual/html_node/gnutls_002dserv-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv exit status</title> +<title>GnuTLS 3.3.12: gnutls-serv exit status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv exit status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-heartbeat.html b/manual/html_node/gnutls_002dserv-heartbeat.html index 0d77277ea6..fc47c28eb0 100644 --- a/manual/html_node/gnutls_002dserv-heartbeat.html +++ b/manual/html_node/gnutls_002dserv-heartbeat.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv heartbeat</title> +<title>GnuTLS 3.3.12: gnutls-serv heartbeat</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv heartbeat"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv heartbeat"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv heartbeat"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv heartbeat"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-list.html b/manual/html_node/gnutls_002dserv-list.html index aa6830fe6d..56ddc9fc02 100644 --- a/manual/html_node/gnutls_002dserv-list.html +++ b/manual/html_node/gnutls_002dserv-list.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv list</title> +<title>GnuTLS 3.3.12: gnutls-serv list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-ocsp_002dresponse.html b/manual/html_node/gnutls_002dserv-ocsp_002dresponse.html index 902a708613..93e54adb14 100644 --- a/manual/html_node/gnutls_002dserv-ocsp_002dresponse.html +++ b/manual/html_node/gnutls_002dserv-ocsp_002dresponse.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv ocsp-response</title> +<title>GnuTLS 3.3.12: gnutls-serv ocsp-response</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv ocsp-response"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv ocsp-response"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv ocsp-response"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv ocsp-response"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-priority.html b/manual/html_node/gnutls_002dserv-priority.html index cb51206bad..a3bba756c4 100644 --- a/manual/html_node/gnutls_002dserv-priority.html +++ b/manual/html_node/gnutls_002dserv-priority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv priority</title> +<title>GnuTLS 3.3.12: gnutls-serv priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-provider.html b/manual/html_node/gnutls_002dserv-provider.html index 1ebcf8b4be..c00a0c68c7 100644 --- a/manual/html_node/gnutls_002dserv-provider.html +++ b/manual/html_node/gnutls_002dserv-provider.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv provider</title> +<title>GnuTLS 3.3.12: gnutls-serv provider</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv provider"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv provider"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv provider"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv provider"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-usage.html b/manual/html_node/gnutls_002dserv-usage.html index 0a5c7409d9..181330c0c4 100644 --- a/manual/html_node/gnutls_002dserv-usage.html +++ b/manual/html_node/gnutls_002dserv-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv usage</title> +<title>GnuTLS 3.3.12: gnutls-serv usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_002dserv-verify_002dclient_002dcert.html b/manual/html_node/gnutls_002dserv-verify_002dclient_002dcert.html index 939de69634..304d5a898c 100644 --- a/manual/html_node/gnutls_002dserv-verify_002dclient_002dcert.html +++ b/manual/html_node/gnutls_002dserv-verify_002dclient_002dcert.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls-serv verify-client-cert</title> +<title>GnuTLS 3.3.12: gnutls-serv verify-client-cert</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls-serv verify-client-cert"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls-serv verify-client-cert"> +<meta name="description" content="GnuTLS 3.3.12: gnutls-serv verify-client-cert"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls-serv verify-client-cert"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falert_005fget.html b/manual/html_node/gnutls_005falert_005fget.html index 929324386f..d7271aea70 100644 --- a/manual/html_node/gnutls_005falert_005fget.html +++ b/manual/html_node/gnutls_005falert_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alert_get</title> +<title>GnuTLS 3.3.12: gnutls_alert_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alert_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alert_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alert_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alert_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falert_005fget_005fname.html b/manual/html_node/gnutls_005falert_005fget_005fname.html index 5c6864e914..5899c9e5fe 100644 --- a/manual/html_node/gnutls_005falert_005fget_005fname.html +++ b/manual/html_node/gnutls_005falert_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alert_get_name</title> +<title>GnuTLS 3.3.12: gnutls_alert_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alert_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alert_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alert_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alert_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falert_005fget_005fstrname.html b/manual/html_node/gnutls_005falert_005fget_005fstrname.html index ffc0f58383..8a1cfa0d38 100644 --- a/manual/html_node/gnutls_005falert_005fget_005fstrname.html +++ b/manual/html_node/gnutls_005falert_005fget_005fstrname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alert_get_strname</title> +<title>GnuTLS 3.3.12: gnutls_alert_get_strname</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alert_get_strname"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alert_get_strname"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alert_get_strname"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alert_get_strname"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falert_005fsend.html b/manual/html_node/gnutls_005falert_005fsend.html index 296c481718..998f2fa8af 100644 --- a/manual/html_node/gnutls_005falert_005fsend.html +++ b/manual/html_node/gnutls_005falert_005fsend.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alert_send</title> +<title>GnuTLS 3.3.12: gnutls_alert_send</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alert_send"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alert_send"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alert_send"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alert_send"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falert_005fsend_005fappropriate.html b/manual/html_node/gnutls_005falert_005fsend_005fappropriate.html index fe9e8e4eab..dee36f8970 100644 --- a/manual/html_node/gnutls_005falert_005fsend_005fappropriate.html +++ b/manual/html_node/gnutls_005falert_005fsend_005fappropriate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alert_send_appropriate</title> +<title>GnuTLS 3.3.12: gnutls_alert_send_appropriate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alert_send_appropriate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alert_send_appropriate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alert_send_appropriate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alert_send_appropriate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falpn_005fget_005fselected_005fprotocol.html b/manual/html_node/gnutls_005falpn_005fget_005fselected_005fprotocol.html index 519e00bf9b..9575f2ed42 100644 --- a/manual/html_node/gnutls_005falpn_005fget_005fselected_005fprotocol.html +++ b/manual/html_node/gnutls_005falpn_005fget_005fselected_005fprotocol.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alpn_get_selected_protocol</title> +<title>GnuTLS 3.3.12: gnutls_alpn_get_selected_protocol</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alpn_get_selected_protocol"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alpn_get_selected_protocol"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alpn_get_selected_protocol"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alpn_get_selected_protocol"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005falpn_005fset_005fprotocols.html b/manual/html_node/gnutls_005falpn_005fset_005fprotocols.html index ac46c4bfc7..620b855d65 100644 --- a/manual/html_node/gnutls_005falpn_005fset_005fprotocols.html +++ b/manual/html_node/gnutls_005falpn_005fset_005fprotocols.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_alpn_set_protocols</title> +<title>GnuTLS 3.3.12: gnutls_alpn_set_protocols</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_alpn_set_protocols"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_alpn_set_protocols"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_alpn_set_protocols"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_alpn_set_protocols"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005fallocate_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fanon_005fallocate_005fclient_005fcredentials.html index 0b83bf3ed2..1bca7d58d5 100644 --- a/manual/html_node/gnutls_005fanon_005fallocate_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fanon_005fallocate_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_allocate_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_anon_allocate_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_allocate_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_allocate_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_allocate_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_allocate_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005fallocate_005fserver_005fcredentials.html b/manual/html_node/gnutls_005fanon_005fallocate_005fserver_005fcredentials.html index 021f9e77e4..6fd64429dd 100644 --- a/manual/html_node/gnutls_005fanon_005fallocate_005fserver_005fcredentials.html +++ b/manual/html_node/gnutls_005fanon_005fallocate_005fserver_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_allocate_server_credentials</title> +<title>GnuTLS 3.3.12: gnutls_anon_allocate_server_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_allocate_server_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_allocate_server_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_allocate_server_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_allocate_server_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005ffree_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fanon_005ffree_005fclient_005fcredentials.html index 310a811b04..9fa9e18c1f 100644 --- a/manual/html_node/gnutls_005fanon_005ffree_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fanon_005ffree_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_free_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_anon_free_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_free_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_free_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_free_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_free_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005ffree_005fserver_005fcredentials.html b/manual/html_node/gnutls_005fanon_005ffree_005fserver_005fcredentials.html index 6871e8f4cf..2da3c557f4 100644 --- a/manual/html_node/gnutls_005fanon_005ffree_005fserver_005fcredentials.html +++ b/manual/html_node/gnutls_005fanon_005ffree_005fserver_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_free_server_credentials</title> +<title>GnuTLS 3.3.12: gnutls_anon_free_server_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_free_server_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_free_server_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_free_server_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_free_server_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005fset_005fparams_005ffunction.html b/manual/html_node/gnutls_005fanon_005fset_005fparams_005ffunction.html index e5106c01ef..05299bae0d 100644 --- a/manual/html_node/gnutls_005fanon_005fset_005fparams_005ffunction.html +++ b/manual/html_node/gnutls_005fanon_005fset_005fparams_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_set_params_function</title> +<title>GnuTLS 3.3.12: gnutls_anon_set_params_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_set_params_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_set_params_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_set_params_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_set_params_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005fset_005fserver_005fdh_005fparams.html b/manual/html_node/gnutls_005fanon_005fset_005fserver_005fdh_005fparams.html index ae79395aa6..b7e86648e9 100644 --- a/manual/html_node/gnutls_005fanon_005fset_005fserver_005fdh_005fparams.html +++ b/manual/html_node/gnutls_005fanon_005fset_005fserver_005fdh_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_set_server_dh_params</title> +<title>GnuTLS 3.3.12: gnutls_anon_set_server_dh_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_set_server_dh_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_set_server_dh_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_set_server_dh_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_set_server_dh_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fanon_005fset_005fserver_005fparams_005ffunction.html b/manual/html_node/gnutls_005fanon_005fset_005fserver_005fparams_005ffunction.html index e4e3fbf240..5a42054937 100644 --- a/manual/html_node/gnutls_005fanon_005fset_005fserver_005fparams_005ffunction.html +++ b/manual/html_node/gnutls_005fanon_005fset_005fserver_005fparams_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_anon_set_server_params_function</title> +<title>GnuTLS 3.3.12: gnutls_anon_set_server_params_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_anon_set_server_params_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_anon_set_server_params_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_anon_set_server_params_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_anon_set_server_params_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fauth_005fclient_005fget_005ftype.html b/manual/html_node/gnutls_005fauth_005fclient_005fget_005ftype.html index ee0f8f350f..37789a408d 100644 --- a/manual/html_node/gnutls_005fauth_005fclient_005fget_005ftype.html +++ b/manual/html_node/gnutls_005fauth_005fclient_005fget_005ftype.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_auth_client_get_type</title> +<title>GnuTLS 3.3.12: gnutls_auth_client_get_type</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_auth_client_get_type"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_auth_client_get_type"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_auth_client_get_type"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_auth_client_get_type"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fauth_005fget_005ftype.html b/manual/html_node/gnutls_005fauth_005fget_005ftype.html index 267467375d..b0f3c5bce4 100644 --- a/manual/html_node/gnutls_005fauth_005fget_005ftype.html +++ b/manual/html_node/gnutls_005fauth_005fget_005ftype.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_auth_get_type</title> +<title>GnuTLS 3.3.12: gnutls_auth_get_type</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_auth_get_type"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_auth_get_type"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_auth_get_type"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_auth_get_type"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fauth_005fserver_005fget_005ftype.html b/manual/html_node/gnutls_005fauth_005fserver_005fget_005ftype.html index c6b9410300..55a362c469 100644 --- a/manual/html_node/gnutls_005fauth_005fserver_005fget_005ftype.html +++ b/manual/html_node/gnutls_005fauth_005fserver_005fget_005ftype.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_auth_server_get_type</title> +<title>GnuTLS 3.3.12: gnutls_auth_server_get_type</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_auth_server_get_type"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_auth_server_get_type"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_auth_server_get_type"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_auth_server_get_type"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fbye.html b/manual/html_node/gnutls_005fbye.html index 287245417c..1d37f91d06 100644 --- a/manual/html_node/gnutls_005fbye.html +++ b/manual/html_node/gnutls_005fbye.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_bye</title> +<title>GnuTLS 3.3.12: gnutls_bye</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_bye"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_bye"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_bye"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_bye"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005factivation_005ftime_005fpeers.html b/manual/html_node/gnutls_005fcertificate_005factivation_005ftime_005fpeers.html index 5dc45639bf..b13eafb015 100644 --- a/manual/html_node/gnutls_005fcertificate_005factivation_005ftime_005fpeers.html +++ b/manual/html_node/gnutls_005fcertificate_005factivation_005ftime_005fpeers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_activation_time_peers</title> +<title>GnuTLS 3.3.12: gnutls_certificate_activation_time_peers</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_activation_time_peers"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_activation_time_peers"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_activation_time_peers"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_activation_time_peers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fallocate_005fcredentials.html b/manual/html_node/gnutls_005fcertificate_005fallocate_005fcredentials.html index 23a9ed546e..193a853d48 100644 --- a/manual/html_node/gnutls_005fcertificate_005fallocate_005fcredentials.html +++ b/manual/html_node/gnutls_005fcertificate_005fallocate_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_allocate_credentials</title> +<title>GnuTLS 3.3.12: gnutls_certificate_allocate_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_allocate_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_allocate_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_allocate_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_allocate_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fclient_005fget_005frequest_005fstatus.html b/manual/html_node/gnutls_005fcertificate_005fclient_005fget_005frequest_005fstatus.html index 81db03b9c1..afb5a5afb8 100644 --- a/manual/html_node/gnutls_005fcertificate_005fclient_005fget_005frequest_005fstatus.html +++ b/manual/html_node/gnutls_005fcertificate_005fclient_005fget_005frequest_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_client_get_request_status</title> +<title>GnuTLS 3.3.12: gnutls_certificate_client_get_request_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_client_get_request_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_client_get_request_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_client_get_request_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_client_get_request_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fclient_005fset_005fretrieve_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fclient_005fset_005fretrieve_005ffunction.html index 15765f37e9..c596caa902 100644 --- a/manual/html_node/gnutls_005fcertificate_005fclient_005fset_005fretrieve_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fclient_005fset_005fretrieve_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_client_set_retrieve_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_client_set_retrieve_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_client_set_retrieve_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_client_set_retrieve_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_client_set_retrieve_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_client_set_retrieve_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fexpiration_005ftime_005fpeers.html b/manual/html_node/gnutls_005fcertificate_005fexpiration_005ftime_005fpeers.html index 8c07cb8d40..187ccd5395 100644 --- a/manual/html_node/gnutls_005fcertificate_005fexpiration_005ftime_005fpeers.html +++ b/manual/html_node/gnutls_005fcertificate_005fexpiration_005ftime_005fpeers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_expiration_time_peers</title> +<title>GnuTLS 3.3.12: gnutls_certificate_expiration_time_peers</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_expiration_time_peers"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_expiration_time_peers"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_expiration_time_peers"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_expiration_time_peers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ffree_005fca_005fnames.html b/manual/html_node/gnutls_005fcertificate_005ffree_005fca_005fnames.html index ec4498ee4a..6f585603bc 100644 --- a/manual/html_node/gnutls_005fcertificate_005ffree_005fca_005fnames.html +++ b/manual/html_node/gnutls_005fcertificate_005ffree_005fca_005fnames.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_free_ca_names</title> +<title>GnuTLS 3.3.12: gnutls_certificate_free_ca_names</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_free_ca_names"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_free_ca_names"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_free_ca_names"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_free_ca_names"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ffree_005fcas.html b/manual/html_node/gnutls_005fcertificate_005ffree_005fcas.html index 386fa4dc24..d8195b3f81 100644 --- a/manual/html_node/gnutls_005fcertificate_005ffree_005fcas.html +++ b/manual/html_node/gnutls_005fcertificate_005ffree_005fcas.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_free_cas</title> +<title>GnuTLS 3.3.12: gnutls_certificate_free_cas</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_free_cas"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_free_cas"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_free_cas"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_free_cas"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ffree_005fcredentials.html b/manual/html_node/gnutls_005fcertificate_005ffree_005fcredentials.html index 8af2e06a43..b86bb9cea8 100644 --- a/manual/html_node/gnutls_005fcertificate_005ffree_005fcredentials.html +++ b/manual/html_node/gnutls_005fcertificate_005ffree_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_free_credentials</title> +<title>GnuTLS 3.3.12: gnutls_certificate_free_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_free_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_free_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_free_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_free_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ffree_005fcrls.html b/manual/html_node/gnutls_005fcertificate_005ffree_005fcrls.html index 1a6eb8b162..5547a3cd86 100644 --- a/manual/html_node/gnutls_005fcertificate_005ffree_005fcrls.html +++ b/manual/html_node/gnutls_005fcertificate_005ffree_005fcrls.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_free_crls</title> +<title>GnuTLS 3.3.12: gnutls_certificate_free_crls</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_free_crls"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_free_crls"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_free_crls"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_free_crls"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ffree_005fkeys.html b/manual/html_node/gnutls_005fcertificate_005ffree_005fkeys.html index b4fb4e98fe..7086c68eff 100644 --- a/manual/html_node/gnutls_005fcertificate_005ffree_005fkeys.html +++ b/manual/html_node/gnutls_005fcertificate_005ffree_005fkeys.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_free_keys</title> +<title>GnuTLS 3.3.12: gnutls_certificate_free_keys</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_free_keys"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_free_keys"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_free_keys"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_free_keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fget_005fcrt_005fraw.html b/manual/html_node/gnutls_005fcertificate_005fget_005fcrt_005fraw.html index 2d52b4e468..17ca71deda 100644 --- a/manual/html_node/gnutls_005fcertificate_005fget_005fcrt_005fraw.html +++ b/manual/html_node/gnutls_005fcertificate_005fget_005fcrt_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_get_crt_raw</title> +<title>GnuTLS 3.3.12: gnutls_certificate_get_crt_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_get_crt_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_get_crt_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_get_crt_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_get_crt_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fget_005fissuer.html b/manual/html_node/gnutls_005fcertificate_005fget_005fissuer.html index b2442d7a7a..646410e113 100644 --- a/manual/html_node/gnutls_005fcertificate_005fget_005fissuer.html +++ b/manual/html_node/gnutls_005fcertificate_005fget_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_get_issuer</title> +<title>GnuTLS 3.3.12: gnutls_certificate_get_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_get_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_get_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_get_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_get_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fget_005fours.html b/manual/html_node/gnutls_005fcertificate_005fget_005fours.html index 05f082ebaa..95044c4caf 100644 --- a/manual/html_node/gnutls_005fcertificate_005fget_005fours.html +++ b/manual/html_node/gnutls_005fcertificate_005fget_005fours.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_get_ours</title> +<title>GnuTLS 3.3.12: gnutls_certificate_get_ours</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_get_ours"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_get_ours"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_get_ours"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_get_ours"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fget_005fpeers.html b/manual/html_node/gnutls_005fcertificate_005fget_005fpeers.html index 54af27de5d..f12b806e01 100644 --- a/manual/html_node/gnutls_005fcertificate_005fget_005fpeers.html +++ b/manual/html_node/gnutls_005fcertificate_005fget_005fpeers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_get_peers</title> +<title>GnuTLS 3.3.12: gnutls_certificate_get_peers</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_get_peers"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_get_peers"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_get_peers"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_get_peers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fget_005fpeers_005fsubkey_005fid.html b/manual/html_node/gnutls_005fcertificate_005fget_005fpeers_005fsubkey_005fid.html index 38a0668714..997891f9d6 100644 --- a/manual/html_node/gnutls_005fcertificate_005fget_005fpeers_005fsubkey_005fid.html +++ b/manual/html_node/gnutls_005fcertificate_005fget_005fpeers_005fsubkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_get_peers_subkey_id</title> +<title>GnuTLS 3.3.12: gnutls_certificate_get_peers_subkey_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_get_peers_subkey_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_get_peers_subkey_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_get_peers_subkey_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_get_peers_subkey_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fsend_005fx509_005frdn_005fsequence.html b/manual/html_node/gnutls_005fcertificate_005fsend_005fx509_005frdn_005fsequence.html index aaa62927ff..958177cd92 100644 --- a/manual/html_node/gnutls_005fcertificate_005fsend_005fx509_005frdn_005fsequence.html +++ b/manual/html_node/gnutls_005fcertificate_005fsend_005fx509_005frdn_005fsequence.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_send_x509_rdn_sequence</title> +<title>GnuTLS 3.3.12: gnutls_certificate_send_x509_rdn_sequence</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_send_x509_rdn_sequence"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_send_x509_rdn_sequence"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_send_x509_rdn_sequence"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_send_x509_rdn_sequence"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005frequest.html b/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005frequest.html index e78e6c9828..972bc0d0db 100644 --- a/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005frequest.html +++ b/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005frequest.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_server_set_request</title> +<title>GnuTLS 3.3.12: gnutls_certificate_server_set_request</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_server_set_request"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_server_set_request"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_server_set_request"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_server_set_request"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005fretrieve_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005fretrieve_005ffunction.html index 20a844c7db..69afb6bc2d 100644 --- a/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005fretrieve_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fserver_005fset_005fretrieve_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_server_set_retrieve_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_server_set_retrieve_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_server_set_retrieve_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_server_set_retrieve_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_server_set_retrieve_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_server_set_retrieve_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fdh_005fparams.html b/manual/html_node/gnutls_005fcertificate_005fset_005fdh_005fparams.html index 67d6d5bc34..0987c2d88f 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fdh_005fparams.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fdh_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_dh_params</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_dh_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_dh_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_dh_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_dh_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_dh_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fkey.html b/manual/html_node/gnutls_005fcertificate_005fset_005fkey.html index 8c95a55576..86efcdc4fd 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fkey.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_key</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_key</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_key"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_key"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_key"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_key"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffile.html index 0fcea3c14f..2e06dc7508 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_ocsp_status_request_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_ocsp_status_request_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_ocsp_status_request_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_ocsp_status_request_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_ocsp_status_request_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_ocsp_status_request_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffunction.html index 8509279faf..2f1a38c484 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005focsp_005fstatus_005frequest_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_ocsp_status_request_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_ocsp_status_request_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_ocsp_status_request_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_ocsp_status_request_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_ocsp_status_request_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_ocsp_status_request_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey.html index b5dc2ed6d6..56b6a85a97 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile.html index ef20c83bb0..a302ea2f17 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile2.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile2.html index 9260305858..6834d057b7 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile2.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005ffile2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_file2</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_file2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_file2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_file2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_file2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_file2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem.html index 5c7774aebd..91c7dd5aae 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_mem</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem2.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem2.html index 5ac81b9226..2da020b2ff 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem2.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkey_005fmem2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_mem2</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_mem2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_mem2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_key_mem2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_mem2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_key_mem2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005ffile.html index a6aff69135..c23d0c5321 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_keyring_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_keyring_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_keyring_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_keyring_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_keyring_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_keyring_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005fmem.html b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005fmem.html index 9e2e4c489f..f29abad551 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005fmem.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fopenpgp_005fkeyring_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_openpgp_keyring_mem</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_openpgp_keyring_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_keyring_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_openpgp_keyring_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_keyring_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_openpgp_keyring_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fparams_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fset_005fparams_005ffunction.html index e3edb2e57e..72799bff35 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fparams_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fparams_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_params_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_params_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_params_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_params_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_params_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_params_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fset_005fpin_005ffunction.html index 34835dd6ec..83fb01e21a 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction.html index 2b49b9271d..b67554ce07 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_retrieve_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_retrieve_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_retrieve_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_retrieve_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_retrieve_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_retrieve_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction2.html b/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction2.html index 52c6b8585a..1d0966f111 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction2.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fretrieve_005ffunction2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_retrieve_function2</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_retrieve_function2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_retrieve_function2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_retrieve_function2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_retrieve_function2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_retrieve_function2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005frsa_005fexport_005fparams.html b/manual/html_node/gnutls_005fcertificate_005fset_005frsa_005fexport_005fparams.html index d26183417d..e7e7768f7d 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005frsa_005fexport_005fparams.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005frsa_005fexport_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_rsa_export_params</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_rsa_export_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_rsa_export_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_rsa_export_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_rsa_export_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_rsa_export_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005ftrust_005flist.html b/manual/html_node/gnutls_005fcertificate_005fset_005ftrust_005flist.html index 7de89f31b6..05f8a80f31 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005ftrust_005flist.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005ftrust_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_trust_list</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_trust_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_trust_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_trust_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_trust_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_trust_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005fflags.html b/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005fflags.html index 6700077aa2..571b78554e 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005fflags.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005fflags.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_verify_flags</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_verify_flags</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_verify_flags"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_verify_flags"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_verify_flags"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_verify_flags"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005ffunction.html b/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005ffunction.html index cedb5e8cdd..423bef7dd5 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005ffunction.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_verify_function</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_verify_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_verify_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_verify_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_verify_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_verify_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005flimits.html b/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005flimits.html index 3198f6815a..5a30c1420b 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005flimits.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fverify_005flimits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_verify_limits</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_verify_limits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_verify_limits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_verify_limits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_verify_limits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_verify_limits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl.html index e64bb985b4..f6083b2853 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_crl</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_crl</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_crl"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_crl"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_crl"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_crl"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005ffile.html index 55258fd977..e7c1669a16 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_crl_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_crl_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_crl_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_crl_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_crl_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_crl_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005fmem.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005fmem.html index a4c2cca390..f511ed4df2 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005fmem.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fcrl_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_crl_mem</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_crl_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_crl_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_crl_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_crl_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_crl_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey.html index 686bd16d0e..76923b4380 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_key</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_key</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile.html index ce097a60bf..b06748bb29 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_key_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_key_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile2.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile2.html index a1aa9d283f..bd5e703946 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile2.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005ffile2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_key_file2</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_key_file2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_file2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_file2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_file2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_file2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem.html index 2f16b65824..ce23f72d3d 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_key_mem</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_key_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem2.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem2.html index 4dd194d779..ce6257001b 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem2.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fkey_005fmem2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_key_mem2</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_key_mem2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_mem2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_key_mem2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_mem2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_key_mem2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005ffile.html index 2f73726632..16f990e296 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_simple_pkcs12_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_simple_pkcs12_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_simple_pkcs12_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_simple_pkcs12_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_simple_pkcs12_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_simple_pkcs12_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005fmem.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005fmem.html index a7d5a88191..9d66d5341f 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005fmem.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsimple_005fpkcs12_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_simple_pkcs12_mem</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_simple_pkcs12_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_simple_pkcs12_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_simple_pkcs12_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_simple_pkcs12_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_simple_pkcs12_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsystem_005ftrust.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsystem_005ftrust.html index 1ccc097503..f2b80a8d98 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsystem_005ftrust.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005fsystem_005ftrust.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_system_trust</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_system_trust</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_system_trust"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_system_trust"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_system_trust"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_system_trust"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust.html index be391e639a..4d66eb65b8 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_trust</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_trust</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fdir.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fdir.html index 518ebf6f69..4f53e82db6 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fdir.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fdir.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_dir</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_dir</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_dir"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_dir"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_dir"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_dir"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005ffile.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005ffile.html index 3797d0dd44..85bd836182 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005ffile.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_file</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fmem.html b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fmem.html index ebc38d1479..2a246405f5 100644 --- a/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fmem.html +++ b/manual/html_node/gnutls_005fcertificate_005fset_005fx509_005ftrust_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_mem</title> +<title>GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_set_x509_trust_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_set_x509_trust_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fstatus_005ft.html b/manual/html_node/gnutls_005fcertificate_005fstatus_005ft.html index bef13a3a27..8c81e093c2 100644 --- a/manual/html_node/gnutls_005fcertificate_005fstatus_005ft.html +++ b/manual/html_node/gnutls_005fcertificate_005fstatus_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 4.2</title> +<title>GnuTLS 3.3.12: Figure 4.2</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 4.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 4.2"> +<meta name="description" content="GnuTLS 3.3.12: Figure 4.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 4.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ftype_005fget.html b/manual/html_node/gnutls_005fcertificate_005ftype_005fget.html index f0411a7b5c..22f6a84cd7 100644 --- a/manual/html_node/gnutls_005fcertificate_005ftype_005fget.html +++ b/manual/html_node/gnutls_005fcertificate_005ftype_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_type_get</title> +<title>GnuTLS 3.3.12: gnutls_certificate_type_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_type_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_type_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_type_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_type_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fid.html b/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fid.html index 92cf346100..6701191328 100644 --- a/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fid.html +++ b/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_type_get_id</title> +<title>GnuTLS 3.3.12: gnutls_certificate_type_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_type_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_type_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_type_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_type_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fname.html b/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fname.html index 3b9678b496..06f8fffc8e 100644 --- a/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fname.html +++ b/manual/html_node/gnutls_005fcertificate_005ftype_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_type_get_name</title> +<title>GnuTLS 3.3.12: gnutls_certificate_type_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_type_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_type_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_type_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_type_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ftype_005flist.html b/manual/html_node/gnutls_005fcertificate_005ftype_005flist.html index 0e5b8b69f4..5aa099150c 100644 --- a/manual/html_node/gnutls_005fcertificate_005ftype_005flist.html +++ b/manual/html_node/gnutls_005fcertificate_005ftype_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_type_list</title> +<title>GnuTLS 3.3.12: gnutls_certificate_type_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_type_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_type_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_type_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_type_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005ftype_005fset_005fpriority.html b/manual/html_node/gnutls_005fcertificate_005ftype_005fset_005fpriority.html index 1abbfadae8..28577077bc 100644 --- a/manual/html_node/gnutls_005fcertificate_005ftype_005fset_005fpriority.html +++ b/manual/html_node/gnutls_005fcertificate_005ftype_005fset_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_type_set_priority</title> +<title>GnuTLS 3.3.12: gnutls_certificate_type_set_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_type_set_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_type_set_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_type_set_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_type_set_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fverification_005fstatus_005fprint.html b/manual/html_node/gnutls_005fcertificate_005fverification_005fstatus_005fprint.html index 498e20e7d4..c89e3d48fc 100644 --- a/manual/html_node/gnutls_005fcertificate_005fverification_005fstatus_005fprint.html +++ b/manual/html_node/gnutls_005fcertificate_005fverification_005fstatus_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_verification_status_print</title> +<title>GnuTLS 3.3.12: gnutls_certificate_verification_status_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_verification_status_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_verification_status_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_verification_status_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_verification_status_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fverify_005fflags.html b/manual/html_node/gnutls_005fcertificate_005fverify_005fflags.html index ea5a357961..5cec835036 100644 --- a/manual/html_node/gnutls_005fcertificate_005fverify_005fflags.html +++ b/manual/html_node/gnutls_005fcertificate_005fverify_005fflags.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 4.3</title> +<title>GnuTLS 3.3.12: Figure 4.3</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 4.3"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 4.3"> +<meta name="description" content="GnuTLS 3.3.12: Figure 4.3"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 4.3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers.html b/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers.html index ac5fd140ec..46822acefe 100644 --- a/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers.html +++ b/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_verify_peers</title> +<title>GnuTLS 3.3.12: gnutls_certificate_verify_peers</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_verify_peers"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_verify_peers"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_verify_peers"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_verify_peers"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers2.html b/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers2.html index 8827a84ce8..901002bb51 100644 --- a/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers2.html +++ b/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_verify_peers2</title> +<title>GnuTLS 3.3.12: gnutls_certificate_verify_peers2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_verify_peers2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_verify_peers2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_verify_peers2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_verify_peers2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers3.html b/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers3.html index 2369024318..354d585e12 100644 --- a/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers3.html +++ b/manual/html_node/gnutls_005fcertificate_005fverify_005fpeers3.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_certificate_verify_peers3</title> +<title>GnuTLS 3.3.12: gnutls_certificate_verify_peers3</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_certificate_verify_peers3"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_certificate_verify_peers3"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_certificate_verify_peers3"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_certificate_verify_peers3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcheck_005fversion.html b/manual/html_node/gnutls_005fcheck_005fversion.html index 3d14307838..6a919508a3 100644 --- a/manual/html_node/gnutls_005fcheck_005fversion.html +++ b/manual/html_node/gnutls_005fcheck_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_check_version</title> +<title>GnuTLS 3.3.12: gnutls_check_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_check_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_check_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_check_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_check_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fadd_005fauth.html b/manual/html_node/gnutls_005fcipher_005fadd_005fauth.html index 1311efe76e..fcf7fc7c4f 100644 --- a/manual/html_node/gnutls_005fcipher_005fadd_005fauth.html +++ b/manual/html_node/gnutls_005fcipher_005fadd_005fauth.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_add_auth</title> +<title>GnuTLS 3.3.12: gnutls_cipher_add_auth</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_add_auth"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_add_auth"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_add_auth"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_add_auth"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fdecrypt.html b/manual/html_node/gnutls_005fcipher_005fdecrypt.html index a9e7cc0b30..a9a12d7575 100644 --- a/manual/html_node/gnutls_005fcipher_005fdecrypt.html +++ b/manual/html_node/gnutls_005fcipher_005fdecrypt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_decrypt</title> +<title>GnuTLS 3.3.12: gnutls_cipher_decrypt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_decrypt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_decrypt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_decrypt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_decrypt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fdecrypt2.html b/manual/html_node/gnutls_005fcipher_005fdecrypt2.html index a49aa4eff0..80d0ced617 100644 --- a/manual/html_node/gnutls_005fcipher_005fdecrypt2.html +++ b/manual/html_node/gnutls_005fcipher_005fdecrypt2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_decrypt2</title> +<title>GnuTLS 3.3.12: gnutls_cipher_decrypt2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_decrypt2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_decrypt2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_decrypt2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_decrypt2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fdeinit.html b/manual/html_node/gnutls_005fcipher_005fdeinit.html index 4c5d865621..e5e12ea94f 100644 --- a/manual/html_node/gnutls_005fcipher_005fdeinit.html +++ b/manual/html_node/gnutls_005fcipher_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_deinit</title> +<title>GnuTLS 3.3.12: gnutls_cipher_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fencrypt.html b/manual/html_node/gnutls_005fcipher_005fencrypt.html index 65a336ff42..ed9dfa4b57 100644 --- a/manual/html_node/gnutls_005fcipher_005fencrypt.html +++ b/manual/html_node/gnutls_005fcipher_005fencrypt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_encrypt</title> +<title>GnuTLS 3.3.12: gnutls_cipher_encrypt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_encrypt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_encrypt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_encrypt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_encrypt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fencrypt2.html b/manual/html_node/gnutls_005fcipher_005fencrypt2.html index 27fff2a5e8..3b09421d29 100644 --- a/manual/html_node/gnutls_005fcipher_005fencrypt2.html +++ b/manual/html_node/gnutls_005fcipher_005fencrypt2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_encrypt2</title> +<title>GnuTLS 3.3.12: gnutls_cipher_encrypt2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_encrypt2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_encrypt2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_encrypt2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_encrypt2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget.html b/manual/html_node/gnutls_005fcipher_005fget.html index 2840785e57..71e288da27 100644 --- a/manual/html_node/gnutls_005fcipher_005fget.html +++ b/manual/html_node/gnutls_005fcipher_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget_005fblock_005fsize.html b/manual/html_node/gnutls_005fcipher_005fget_005fblock_005fsize.html index adce7faf6e..f446c9db51 100644 --- a/manual/html_node/gnutls_005fcipher_005fget_005fblock_005fsize.html +++ b/manual/html_node/gnutls_005fcipher_005fget_005fblock_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get_block_size</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get_block_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get_block_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get_block_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get_block_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get_block_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget_005fid.html b/manual/html_node/gnutls_005fcipher_005fget_005fid.html index 8205ab6ffc..d1976fdd25 100644 --- a/manual/html_node/gnutls_005fcipher_005fget_005fid.html +++ b/manual/html_node/gnutls_005fcipher_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get_id</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget_005fiv_005fsize.html b/manual/html_node/gnutls_005fcipher_005fget_005fiv_005fsize.html index c1d32738af..23d35aebac 100644 --- a/manual/html_node/gnutls_005fcipher_005fget_005fiv_005fsize.html +++ b/manual/html_node/gnutls_005fcipher_005fget_005fiv_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get_iv_size</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get_iv_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get_iv_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get_iv_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get_iv_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get_iv_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget_005fkey_005fsize.html b/manual/html_node/gnutls_005fcipher_005fget_005fkey_005fsize.html index d55115511c..a4b1d2ea79 100644 --- a/manual/html_node/gnutls_005fcipher_005fget_005fkey_005fsize.html +++ b/manual/html_node/gnutls_005fcipher_005fget_005fkey_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get_key_size</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get_key_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get_key_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get_key_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get_key_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get_key_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget_005fname.html b/manual/html_node/gnutls_005fcipher_005fget_005fname.html index b5f7e638aa..1bdea96f1c 100644 --- a/manual/html_node/gnutls_005fcipher_005fget_005fname.html +++ b/manual/html_node/gnutls_005fcipher_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get_name</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fget_005ftag_005fsize.html b/manual/html_node/gnutls_005fcipher_005fget_005ftag_005fsize.html index 18f9c1c8f5..a658162c2c 100644 --- a/manual/html_node/gnutls_005fcipher_005fget_005ftag_005fsize.html +++ b/manual/html_node/gnutls_005fcipher_005fget_005ftag_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_get_tag_size</title> +<title>GnuTLS 3.3.12: gnutls_cipher_get_tag_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_get_tag_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_get_tag_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_get_tag_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_get_tag_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005finit.html b/manual/html_node/gnutls_005fcipher_005finit.html index c0da3c9177..02b7886dc9 100644 --- a/manual/html_node/gnutls_005fcipher_005finit.html +++ b/manual/html_node/gnutls_005fcipher_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_init</title> +<title>GnuTLS 3.3.12: gnutls_cipher_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005flist.html b/manual/html_node/gnutls_005fcipher_005flist.html index 5c4f4ef429..cb00036a9f 100644 --- a/manual/html_node/gnutls_005fcipher_005flist.html +++ b/manual/html_node/gnutls_005fcipher_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_list</title> +<title>GnuTLS 3.3.12: gnutls_cipher_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fset_005fiv.html b/manual/html_node/gnutls_005fcipher_005fset_005fiv.html index bb66f210ab..eed0b0508c 100644 --- a/manual/html_node/gnutls_005fcipher_005fset_005fiv.html +++ b/manual/html_node/gnutls_005fcipher_005fset_005fiv.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_set_iv</title> +<title>GnuTLS 3.3.12: gnutls_cipher_set_iv</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_set_iv"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_set_iv"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_set_iv"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_set_iv"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fset_005fpriority.html b/manual/html_node/gnutls_005fcipher_005fset_005fpriority.html index 36f11a266c..df84ff288f 100644 --- a/manual/html_node/gnutls_005fcipher_005fset_005fpriority.html +++ b/manual/html_node/gnutls_005fcipher_005fset_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_set_priority</title> +<title>GnuTLS 3.3.12: gnutls_cipher_set_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_set_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_set_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_set_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_set_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fsuite_005fget_005fname.html b/manual/html_node/gnutls_005fcipher_005fsuite_005fget_005fname.html index 09b478a80b..ef24a3be18 100644 --- a/manual/html_node/gnutls_005fcipher_005fsuite_005fget_005fname.html +++ b/manual/html_node/gnutls_005fcipher_005fsuite_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_suite_get_name</title> +<title>GnuTLS 3.3.12: gnutls_cipher_suite_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_suite_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_suite_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_suite_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_suite_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005fsuite_005finfo.html b/manual/html_node/gnutls_005fcipher_005fsuite_005finfo.html index 53a8aadded..596cb43754 100644 --- a/manual/html_node/gnutls_005fcipher_005fsuite_005finfo.html +++ b/manual/html_node/gnutls_005fcipher_005fsuite_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_suite_info</title> +<title>GnuTLS 3.3.12: gnutls_cipher_suite_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_suite_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_suite_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_suite_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_suite_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcipher_005ftag.html b/manual/html_node/gnutls_005fcipher_005ftag.html index 1666f3c358..99d41da71b 100644 --- a/manual/html_node/gnutls_005fcipher_005ftag.html +++ b/manual/html_node/gnutls_005fcipher_005ftag.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_cipher_tag</title> +<title>GnuTLS 3.3.12: gnutls_cipher_tag</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_cipher_tag"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_cipher_tag"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_cipher_tag"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_cipher_tag"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcompression_005fget.html b/manual/html_node/gnutls_005fcompression_005fget.html index bcc8b8d041..274367d880 100644 --- a/manual/html_node/gnutls_005fcompression_005fget.html +++ b/manual/html_node/gnutls_005fcompression_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_compression_get</title> +<title>GnuTLS 3.3.12: gnutls_compression_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_compression_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_compression_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_compression_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_compression_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcompression_005fget_005fid.html b/manual/html_node/gnutls_005fcompression_005fget_005fid.html index ec4a72e82e..68e29077dc 100644 --- a/manual/html_node/gnutls_005fcompression_005fget_005fid.html +++ b/manual/html_node/gnutls_005fcompression_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_compression_get_id</title> +<title>GnuTLS 3.3.12: gnutls_compression_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_compression_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_compression_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_compression_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_compression_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcompression_005fget_005fname.html b/manual/html_node/gnutls_005fcompression_005fget_005fname.html index d9a0ed123b..3f00f5b73a 100644 --- a/manual/html_node/gnutls_005fcompression_005fget_005fname.html +++ b/manual/html_node/gnutls_005fcompression_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_compression_get_name</title> +<title>GnuTLS 3.3.12: gnutls_compression_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_compression_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_compression_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_compression_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_compression_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcompression_005flist.html b/manual/html_node/gnutls_005fcompression_005flist.html index 9525551727..7fb9128dc2 100644 --- a/manual/html_node/gnutls_005fcompression_005flist.html +++ b/manual/html_node/gnutls_005fcompression_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_compression_list</title> +<title>GnuTLS 3.3.12: gnutls_compression_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_compression_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_compression_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_compression_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_compression_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcompression_005fmethod_005ft.html b/manual/html_node/gnutls_005fcompression_005fmethod_005ft.html index c9b24162aa..21ba42d873 100644 --- a/manual/html_node/gnutls_005fcompression_005fmethod_005ft.html +++ b/manual/html_node/gnutls_005fcompression_005fmethod_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 3.2</title> +<title>GnuTLS 3.3.12: Figure 3.2</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 3.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 3.2"> +<meta name="description" content="GnuTLS 3.3.12: Figure 3.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 3.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcompression_005fset_005fpriority.html b/manual/html_node/gnutls_005fcompression_005fset_005fpriority.html index eb71bcec9e..44109c8dd7 100644 --- a/manual/html_node/gnutls_005fcompression_005fset_005fpriority.html +++ b/manual/html_node/gnutls_005fcompression_005fset_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_compression_set_priority</title> +<title>GnuTLS 3.3.12: gnutls_compression_set_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_compression_set_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_compression_set_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_compression_set_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_compression_set_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcredentials_005fclear.html b/manual/html_node/gnutls_005fcredentials_005fclear.html index c8090b0bd2..07330ff435 100644 --- a/manual/html_node/gnutls_005fcredentials_005fclear.html +++ b/manual/html_node/gnutls_005fcredentials_005fclear.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_credentials_clear</title> +<title>GnuTLS 3.3.12: gnutls_credentials_clear</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_credentials_clear"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_credentials_clear"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_credentials_clear"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_credentials_clear"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcredentials_005fget.html b/manual/html_node/gnutls_005fcredentials_005fget.html index 40cf83b2d8..b6acd5aaa6 100644 --- a/manual/html_node/gnutls_005fcredentials_005fget.html +++ b/manual/html_node/gnutls_005fcredentials_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_credentials_get</title> +<title>GnuTLS 3.3.12: gnutls_credentials_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_credentials_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_credentials_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_credentials_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_credentials_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fcredentials_005fset.html b/manual/html_node/gnutls_005fcredentials_005fset.html index ab6cf6d525..624986b989 100644 --- a/manual/html_node/gnutls_005fcredentials_005fset.html +++ b/manual/html_node/gnutls_005fcredentials_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_credentials_set</title> +<title>GnuTLS 3.3.12: gnutls_credentials_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_credentials_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_credentials_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_credentials_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_credentials_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fcheck_005fentry.html b/manual/html_node/gnutls_005fdb_005fcheck_005fentry.html index 5c140b180d..c2164136bb 100644 --- a/manual/html_node/gnutls_005fdb_005fcheck_005fentry.html +++ b/manual/html_node/gnutls_005fdb_005fcheck_005fentry.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_check_entry</title> +<title>GnuTLS 3.3.12: gnutls_db_check_entry</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_check_entry"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_check_entry"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_check_entry"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_check_entry"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fcheck_005fentry_005ftime.html b/manual/html_node/gnutls_005fdb_005fcheck_005fentry_005ftime.html index 393c3c7b6a..cd182b5780 100644 --- a/manual/html_node/gnutls_005fdb_005fcheck_005fentry_005ftime.html +++ b/manual/html_node/gnutls_005fdb_005fcheck_005fentry_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_check_entry_time</title> +<title>GnuTLS 3.3.12: gnutls_db_check_entry_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_check_entry_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_check_entry_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_check_entry_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_check_entry_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fget_005fdefault_005fcache_005fexpiration.html b/manual/html_node/gnutls_005fdb_005fget_005fdefault_005fcache_005fexpiration.html index ad74411454..6292d0ec62 100644 --- a/manual/html_node/gnutls_005fdb_005fget_005fdefault_005fcache_005fexpiration.html +++ b/manual/html_node/gnutls_005fdb_005fget_005fdefault_005fcache_005fexpiration.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_get_default_cache_expiration</title> +<title>GnuTLS 3.3.12: gnutls_db_get_default_cache_expiration</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_get_default_cache_expiration"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_get_default_cache_expiration"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_get_default_cache_expiration"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_get_default_cache_expiration"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fget_005fptr.html b/manual/html_node/gnutls_005fdb_005fget_005fptr.html index 5458c4d177..63df6a5e23 100644 --- a/manual/html_node/gnutls_005fdb_005fget_005fptr.html +++ b/manual/html_node/gnutls_005fdb_005fget_005fptr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_get_ptr</title> +<title>GnuTLS 3.3.12: gnutls_db_get_ptr</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_get_ptr"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_get_ptr"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_get_ptr"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_get_ptr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fremove_005fsession.html b/manual/html_node/gnutls_005fdb_005fremove_005fsession.html index 7f8335f5b3..0ca178bef0 100644 --- a/manual/html_node/gnutls_005fdb_005fremove_005fsession.html +++ b/manual/html_node/gnutls_005fdb_005fremove_005fsession.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_remove_session</title> +<title>GnuTLS 3.3.12: gnutls_db_remove_session</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_remove_session"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_remove_session"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_remove_session"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_remove_session"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fset_005fcache_005fexpiration.html b/manual/html_node/gnutls_005fdb_005fset_005fcache_005fexpiration.html index b631db12a0..1d9c89e9db 100644 --- a/manual/html_node/gnutls_005fdb_005fset_005fcache_005fexpiration.html +++ b/manual/html_node/gnutls_005fdb_005fset_005fcache_005fexpiration.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_set_cache_expiration</title> +<title>GnuTLS 3.3.12: gnutls_db_set_cache_expiration</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_set_cache_expiration"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_set_cache_expiration"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_set_cache_expiration"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_set_cache_expiration"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fset_005fptr.html b/manual/html_node/gnutls_005fdb_005fset_005fptr.html index 8e96d06c54..f588a7ac81 100644 --- a/manual/html_node/gnutls_005fdb_005fset_005fptr.html +++ b/manual/html_node/gnutls_005fdb_005fset_005fptr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_set_ptr</title> +<title>GnuTLS 3.3.12: gnutls_db_set_ptr</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_set_ptr"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_set_ptr"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_set_ptr"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_set_ptr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fset_005fremove_005ffunction.html b/manual/html_node/gnutls_005fdb_005fset_005fremove_005ffunction.html index 49b614963d..c90632e3a5 100644 --- a/manual/html_node/gnutls_005fdb_005fset_005fremove_005ffunction.html +++ b/manual/html_node/gnutls_005fdb_005fset_005fremove_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_set_remove_function</title> +<title>GnuTLS 3.3.12: gnutls_db_set_remove_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_set_remove_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_set_remove_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_set_remove_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_set_remove_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fset_005fretrieve_005ffunction.html b/manual/html_node/gnutls_005fdb_005fset_005fretrieve_005ffunction.html index 353e661f8b..e1eda3bc49 100644 --- a/manual/html_node/gnutls_005fdb_005fset_005fretrieve_005ffunction.html +++ b/manual/html_node/gnutls_005fdb_005fset_005fretrieve_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_set_retrieve_function</title> +<title>GnuTLS 3.3.12: gnutls_db_set_retrieve_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_set_retrieve_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_set_retrieve_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_set_retrieve_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_set_retrieve_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdb_005fset_005fstore_005ffunction.html b/manual/html_node/gnutls_005fdb_005fset_005fstore_005ffunction.html index 99ca963287..dd15e352c8 100644 --- a/manual/html_node/gnutls_005fdb_005fset_005fstore_005ffunction.html +++ b/manual/html_node/gnutls_005fdb_005fset_005fstore_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_db_set_store_function</title> +<title>GnuTLS 3.3.12: gnutls_db_set_store_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_db_set_store_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_db_set_store_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_db_set_store_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_db_set_store_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdeinit.html b/manual/html_node/gnutls_005fdeinit.html index efa5185b06..69380d5f88 100644 --- a/manual/html_node/gnutls_005fdeinit.html +++ b/manual/html_node/gnutls_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_deinit</title> +<title>GnuTLS 3.3.12: gnutls_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fget_005fgroup.html b/manual/html_node/gnutls_005fdh_005fget_005fgroup.html index 549dddde59..06f3a3d999 100644 --- a/manual/html_node/gnutls_005fdh_005fget_005fgroup.html +++ b/manual/html_node/gnutls_005fdh_005fget_005fgroup.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_get_group</title> +<title>GnuTLS 3.3.12: gnutls_dh_get_group</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_get_group"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_get_group"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_get_group"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_get_group"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fget_005fpeers_005fpublic_005fbits.html b/manual/html_node/gnutls_005fdh_005fget_005fpeers_005fpublic_005fbits.html index 98ecb47fec..a948242bea 100644 --- a/manual/html_node/gnutls_005fdh_005fget_005fpeers_005fpublic_005fbits.html +++ b/manual/html_node/gnutls_005fdh_005fget_005fpeers_005fpublic_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_get_peers_public_bits</title> +<title>GnuTLS 3.3.12: gnutls_dh_get_peers_public_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_get_peers_public_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_get_peers_public_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_get_peers_public_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_get_peers_public_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fget_005fprime_005fbits.html b/manual/html_node/gnutls_005fdh_005fget_005fprime_005fbits.html index b4002217c0..9279e99847 100644 --- a/manual/html_node/gnutls_005fdh_005fget_005fprime_005fbits.html +++ b/manual/html_node/gnutls_005fdh_005fget_005fprime_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_get_prime_bits</title> +<title>GnuTLS 3.3.12: gnutls_dh_get_prime_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_get_prime_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_get_prime_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_get_prime_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_get_prime_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fget_005fpubkey.html b/manual/html_node/gnutls_005fdh_005fget_005fpubkey.html index 93c08956c0..df1a74d996 100644 --- a/manual/html_node/gnutls_005fdh_005fget_005fpubkey.html +++ b/manual/html_node/gnutls_005fdh_005fget_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_get_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_dh_get_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_get_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_get_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_get_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_get_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fget_005fsecret_005fbits.html b/manual/html_node/gnutls_005fdh_005fget_005fsecret_005fbits.html index 57508dbd0e..d07c2d54bb 100644 --- a/manual/html_node/gnutls_005fdh_005fget_005fsecret_005fbits.html +++ b/manual/html_node/gnutls_005fdh_005fget_005fsecret_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_get_secret_bits</title> +<title>GnuTLS 3.3.12: gnutls_dh_get_secret_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_get_secret_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_get_secret_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_get_secret_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_get_secret_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fcpy.html b/manual/html_node/gnutls_005fdh_005fparams_005fcpy.html index db06506154..32facc02eb 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fcpy.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fcpy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_cpy</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_cpy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_cpy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_cpy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_cpy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_cpy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fdeinit.html b/manual/html_node/gnutls_005fdh_005fparams_005fdeinit.html index 7492e6e9ef..021c8ef977 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fdeinit.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_deinit</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fexport2_005fpkcs3.html b/manual/html_node/gnutls_005fdh_005fparams_005fexport2_005fpkcs3.html index eec1ba5ae0..6289ab686d 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fexport2_005fpkcs3.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fexport2_005fpkcs3.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_export2_pkcs3</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_export2_pkcs3</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_export2_pkcs3"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_export2_pkcs3"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_export2_pkcs3"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_export2_pkcs3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fpkcs3.html b/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fpkcs3.html index 49ca32ab7e..ef09adcf13 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fpkcs3.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fpkcs3.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_export_pkcs3</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_export_pkcs3</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_export_pkcs3"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_export_pkcs3"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_export_pkcs3"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_export_pkcs3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fraw.html b/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fraw.html index 0b48bf6650..89366a8bfc 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fraw.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fexport_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_export_raw</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_export_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_export_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_export_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_export_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_export_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fgenerate2.html b/manual/html_node/gnutls_005fdh_005fparams_005fgenerate2.html index 63dd4392f6..e8273efa97 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fgenerate2.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fgenerate2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_generate2</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_generate2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_generate2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_generate2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_generate2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_generate2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fpkcs3.html b/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fpkcs3.html index b8f301d43a..d8291d9020 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fpkcs3.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fpkcs3.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_import_pkcs3</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_import_pkcs3</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_import_pkcs3"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_import_pkcs3"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_import_pkcs3"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_import_pkcs3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fraw.html b/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fraw.html index ab5fd1c5dd..511d76a061 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fraw.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005fimport_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_import_raw</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_import_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_import_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_import_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_import_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_import_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fparams_005finit.html b/manual/html_node/gnutls_005fdh_005fparams_005finit.html index 556b47bf41..d2d2311f6d 100644 --- a/manual/html_node/gnutls_005fdh_005fparams_005finit.html +++ b/manual/html_node/gnutls_005fdh_005fparams_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_params_init</title> +<title>GnuTLS 3.3.12: gnutls_dh_params_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_params_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_params_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_params_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_params_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdh_005fset_005fprime_005fbits.html b/manual/html_node/gnutls_005fdh_005fset_005fprime_005fbits.html index aafb62f163..97cb48cbcb 100644 --- a/manual/html_node/gnutls_005fdh_005fset_005fprime_005fbits.html +++ b/manual/html_node/gnutls_005fdh_005fset_005fprime_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dh_set_prime_bits</title> +<title>GnuTLS 3.3.12: gnutls_dh_set_prime_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dh_set_prime_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dh_set_prime_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dh_set_prime_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dh_set_prime_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdigest_005fget_005fid.html b/manual/html_node/gnutls_005fdigest_005fget_005fid.html index ff9c6e5679..c28646d681 100644 --- a/manual/html_node/gnutls_005fdigest_005fget_005fid.html +++ b/manual/html_node/gnutls_005fdigest_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_digest_get_id</title> +<title>GnuTLS 3.3.12: gnutls_digest_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_digest_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_digest_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_digest_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_digest_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdigest_005fget_005fname.html b/manual/html_node/gnutls_005fdigest_005fget_005fname.html index e113fc8d88..db6f4c3199 100644 --- a/manual/html_node/gnutls_005fdigest_005fget_005fname.html +++ b/manual/html_node/gnutls_005fdigest_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_digest_get_name</title> +<title>GnuTLS 3.3.12: gnutls_digest_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_digest_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_digest_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_digest_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_digest_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdigest_005flist.html b/manual/html_node/gnutls_005fdigest_005flist.html index c72d9da847..85f8125f2f 100644 --- a/manual/html_node/gnutls_005fdigest_005flist.html +++ b/manual/html_node/gnutls_005fdigest_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_digest_list</title> +<title>GnuTLS 3.3.12: gnutls_digest_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_digest_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_digest_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_digest_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_digest_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fcookie_005fsend.html b/manual/html_node/gnutls_005fdtls_005fcookie_005fsend.html index 77a8ebe43c..1e16973e55 100644 --- a/manual/html_node/gnutls_005fdtls_005fcookie_005fsend.html +++ b/manual/html_node/gnutls_005fdtls_005fcookie_005fsend.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_cookie_send</title> +<title>GnuTLS 3.3.12: gnutls_dtls_cookie_send</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_cookie_send"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_cookie_send"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_cookie_send"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_cookie_send"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fcookie_005fverify.html b/manual/html_node/gnutls_005fdtls_005fcookie_005fverify.html index b700f652b6..a5f88b89c6 100644 --- a/manual/html_node/gnutls_005fdtls_005fcookie_005fverify.html +++ b/manual/html_node/gnutls_005fdtls_005fcookie_005fverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_cookie_verify</title> +<title>GnuTLS 3.3.12: gnutls_dtls_cookie_verify</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_cookie_verify"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_cookie_verify"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_cookie_verify"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_cookie_verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fget_005fdata_005fmtu.html b/manual/html_node/gnutls_005fdtls_005fget_005fdata_005fmtu.html index 92cf9daa60..2f990fc0ce 100644 --- a/manual/html_node/gnutls_005fdtls_005fget_005fdata_005fmtu.html +++ b/manual/html_node/gnutls_005fdtls_005fget_005fdata_005fmtu.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_get_data_mtu</title> +<title>GnuTLS 3.3.12: gnutls_dtls_get_data_mtu</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_get_data_mtu"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_get_data_mtu"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_get_data_mtu"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_get_data_mtu"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fget_005fmtu.html b/manual/html_node/gnutls_005fdtls_005fget_005fmtu.html index 01b3d8719f..f7811f2fa2 100644 --- a/manual/html_node/gnutls_005fdtls_005fget_005fmtu.html +++ b/manual/html_node/gnutls_005fdtls_005fget_005fmtu.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_get_mtu</title> +<title>GnuTLS 3.3.12: gnutls_dtls_get_mtu</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_get_mtu"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_get_mtu"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_get_mtu"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_get_mtu"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fget_005ftimeout.html b/manual/html_node/gnutls_005fdtls_005fget_005ftimeout.html index d2928e7926..d5dfd00311 100644 --- a/manual/html_node/gnutls_005fdtls_005fget_005ftimeout.html +++ b/manual/html_node/gnutls_005fdtls_005fget_005ftimeout.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_get_timeout</title> +<title>GnuTLS 3.3.12: gnutls_dtls_get_timeout</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_get_timeout"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_get_timeout"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_get_timeout"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_get_timeout"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fprestate_005fset.html b/manual/html_node/gnutls_005fdtls_005fprestate_005fset.html index bf43dd2514..743477137f 100644 --- a/manual/html_node/gnutls_005fdtls_005fprestate_005fset.html +++ b/manual/html_node/gnutls_005fdtls_005fprestate_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_prestate_set</title> +<title>GnuTLS 3.3.12: gnutls_dtls_prestate_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_prestate_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_prestate_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_prestate_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_prestate_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fset_005fdata_005fmtu.html b/manual/html_node/gnutls_005fdtls_005fset_005fdata_005fmtu.html index f862ee7cd5..4d1c3d598c 100644 --- a/manual/html_node/gnutls_005fdtls_005fset_005fdata_005fmtu.html +++ b/manual/html_node/gnutls_005fdtls_005fset_005fdata_005fmtu.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_set_data_mtu</title> +<title>GnuTLS 3.3.12: gnutls_dtls_set_data_mtu</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_set_data_mtu"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_set_data_mtu"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_set_data_mtu"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_set_data_mtu"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fset_005fmtu.html b/manual/html_node/gnutls_005fdtls_005fset_005fmtu.html index ee106054af..9a2fb74c53 100644 --- a/manual/html_node/gnutls_005fdtls_005fset_005fmtu.html +++ b/manual/html_node/gnutls_005fdtls_005fset_005fmtu.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_set_mtu</title> +<title>GnuTLS 3.3.12: gnutls_dtls_set_mtu</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_set_mtu"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_set_mtu"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_set_mtu"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_set_mtu"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fdtls_005fset_005ftimeouts.html b/manual/html_node/gnutls_005fdtls_005fset_005ftimeouts.html index 0d3d3c2a16..abda5c7b09 100644 --- a/manual/html_node/gnutls_005fdtls_005fset_005ftimeouts.html +++ b/manual/html_node/gnutls_005fdtls_005fset_005ftimeouts.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_dtls_set_timeouts</title> +<title>GnuTLS 3.3.12: gnutls_dtls_set_timeouts</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_dtls_set_timeouts"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_dtls_set_timeouts"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_dtls_set_timeouts"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_dtls_set_timeouts"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fecc_005fcurve_005fget.html b/manual/html_node/gnutls_005fecc_005fcurve_005fget.html index 115c6965f5..aa59bab7ff 100644 --- a/manual/html_node/gnutls_005fecc_005fcurve_005fget.html +++ b/manual/html_node/gnutls_005fecc_005fcurve_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ecc_curve_get</title> +<title>GnuTLS 3.3.12: gnutls_ecc_curve_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ecc_curve_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ecc_curve_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ecc_curve_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ecc_curve_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fname.html b/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fname.html index 9c5c0118b2..bcdbf0889d 100644 --- a/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fname.html +++ b/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ecc_curve_get_name</title> +<title>GnuTLS 3.3.12: gnutls_ecc_curve_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ecc_curve_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ecc_curve_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ecc_curve_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ecc_curve_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fsize.html b/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fsize.html index fca3f15e16..d38829fc5e 100644 --- a/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fsize.html +++ b/manual/html_node/gnutls_005fecc_005fcurve_005fget_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ecc_curve_get_size</title> +<title>GnuTLS 3.3.12: gnutls_ecc_curve_get_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ecc_curve_get_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ecc_curve_get_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ecc_curve_get_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ecc_curve_get_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fecc_005fcurve_005flist.html b/manual/html_node/gnutls_005fecc_005fcurve_005flist.html index f66de9b422..b854a7bf17 100644 --- a/manual/html_node/gnutls_005fecc_005fcurve_005flist.html +++ b/manual/html_node/gnutls_005fecc_005fcurve_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ecc_curve_list</title> +<title>GnuTLS 3.3.12: gnutls_ecc_curve_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ecc_curve_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ecc_curve_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ecc_curve_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ecc_curve_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ferror_005fis_005ffatal.html b/manual/html_node/gnutls_005ferror_005fis_005ffatal.html index d009db7056..5f55bb1b4d 100644 --- a/manual/html_node/gnutls_005ferror_005fis_005ffatal.html +++ b/manual/html_node/gnutls_005ferror_005fis_005ffatal.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_error_is_fatal</title> +<title>GnuTLS 3.3.12: gnutls_error_is_fatal</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_error_is_fatal"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_error_is_fatal"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_error_is_fatal"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_error_is_fatal"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ferror_005fto_005falert.html b/manual/html_node/gnutls_005ferror_005fto_005falert.html index 1cc58b8f77..74b886584f 100644 --- a/manual/html_node/gnutls_005ferror_005fto_005falert.html +++ b/manual/html_node/gnutls_005ferror_005fto_005falert.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_error_to_alert</title> +<title>GnuTLS 3.3.12: gnutls_error_to_alert</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_error_to_alert"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_error_to_alert"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_error_to_alert"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_error_to_alert"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fest_005frecord_005foverhead_005fsize.html b/manual/html_node/gnutls_005fest_005frecord_005foverhead_005fsize.html index c496541eb6..ea9a64c4d3 100644 --- a/manual/html_node/gnutls_005fest_005frecord_005foverhead_005fsize.html +++ b/manual/html_node/gnutls_005fest_005frecord_005foverhead_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_est_record_overhead_size</title> +<title>GnuTLS 3.3.12: gnutls_est_record_overhead_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_est_record_overhead_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_est_record_overhead_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_est_record_overhead_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_est_record_overhead_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ffingerprint.html b/manual/html_node/gnutls_005ffingerprint.html index 5a86c4fe5b..a0a8a8c6c0 100644 --- a/manual/html_node/gnutls_005ffingerprint.html +++ b/manual/html_node/gnutls_005ffingerprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_fingerprint</title> +<title>GnuTLS 3.3.12: gnutls_fingerprint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_fingerprint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_fingerprint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_fingerprint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_fingerprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ffips140_005fmode_005fenabled.html b/manual/html_node/gnutls_005ffips140_005fmode_005fenabled.html index a761e447a8..dca3838e56 100644 --- a/manual/html_node/gnutls_005ffips140_005fmode_005fenabled.html +++ b/manual/html_node/gnutls_005ffips140_005fmode_005fenabled.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_fips140_mode_enabled</title> +<title>GnuTLS 3.3.12: gnutls_fips140_mode_enabled</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_fips140_mode_enabled"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_fips140_mode_enabled"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_fips140_mode_enabled"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_fips140_mode_enabled"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fdeinit.html b/manual/html_node/gnutls_005fglobal_005fdeinit.html index 68cdf1d1a6..9672053a27 100644 --- a/manual/html_node/gnutls_005fglobal_005fdeinit.html +++ b/manual/html_node/gnutls_005fglobal_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_deinit</title> +<title>GnuTLS 3.3.12: gnutls_global_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005finit.html b/manual/html_node/gnutls_005fglobal_005finit.html index b1fb0de654..e1a0f7ea84 100644 --- a/manual/html_node/gnutls_005fglobal_005finit.html +++ b/manual/html_node/gnutls_005fglobal_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_init</title> +<title>GnuTLS 3.3.12: gnutls_global_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fset_005faudit_005flog_005ffunction.html b/manual/html_node/gnutls_005fglobal_005fset_005faudit_005flog_005ffunction.html index 1343e52262..58fffea16a 100644 --- a/manual/html_node/gnutls_005fglobal_005fset_005faudit_005flog_005ffunction.html +++ b/manual/html_node/gnutls_005fglobal_005fset_005faudit_005flog_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_set_audit_log_function</title> +<title>GnuTLS 3.3.12: gnutls_global_set_audit_log_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_set_audit_log_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_set_audit_log_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_set_audit_log_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_set_audit_log_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fset_005flog_005ffunction.html b/manual/html_node/gnutls_005fglobal_005fset_005flog_005ffunction.html index de71f26d2f..a95a219cdd 100644 --- a/manual/html_node/gnutls_005fglobal_005fset_005flog_005ffunction.html +++ b/manual/html_node/gnutls_005fglobal_005fset_005flog_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_set_log_function</title> +<title>GnuTLS 3.3.12: gnutls_global_set_log_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_set_log_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_set_log_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_set_log_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_set_log_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fset_005flog_005flevel.html b/manual/html_node/gnutls_005fglobal_005fset_005flog_005flevel.html index 0b63a11e75..19f69c4daa 100644 --- a/manual/html_node/gnutls_005fglobal_005fset_005flog_005flevel.html +++ b/manual/html_node/gnutls_005fglobal_005fset_005flog_005flevel.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_set_log_level</title> +<title>GnuTLS 3.3.12: gnutls_global_set_log_level</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_set_log_level"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_set_log_level"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_set_log_level"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_set_log_level"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fset_005fmem_005ffunctions.html b/manual/html_node/gnutls_005fglobal_005fset_005fmem_005ffunctions.html index 1c80a30666..0af8d748e1 100644 --- a/manual/html_node/gnutls_005fglobal_005fset_005fmem_005ffunctions.html +++ b/manual/html_node/gnutls_005fglobal_005fset_005fmem_005ffunctions.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_set_mem_functions</title> +<title>GnuTLS 3.3.12: gnutls_global_set_mem_functions</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_set_mem_functions"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_set_mem_functions"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_set_mem_functions"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_set_mem_functions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fset_005fmutex.html b/manual/html_node/gnutls_005fglobal_005fset_005fmutex.html index c0e74c76d3..3194e36138 100644 --- a/manual/html_node/gnutls_005fglobal_005fset_005fmutex.html +++ b/manual/html_node/gnutls_005fglobal_005fset_005fmutex.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_set_mutex</title> +<title>GnuTLS 3.3.12: gnutls_global_set_mutex</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_set_mutex"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_set_mutex"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_set_mutex"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_set_mutex"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fglobal_005fset_005ftime_005ffunction.html b/manual/html_node/gnutls_005fglobal_005fset_005ftime_005ffunction.html index 57aad5cdd3..1bd50c3f3c 100644 --- a/manual/html_node/gnutls_005fglobal_005fset_005ftime_005ffunction.html +++ b/manual/html_node/gnutls_005fglobal_005fset_005ftime_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_global_set_time_function</title> +<title>GnuTLS 3.3.12: gnutls_global_set_time_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_global_set_time_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_global_set_time_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_global_set_time_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_global_set_time_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake.html b/manual/html_node/gnutls_005fhandshake.html index 194d0eb0e8..67c3be7df6 100644 --- a/manual/html_node/gnutls_005fhandshake.html +++ b/manual/html_node/gnutls_005fhandshake.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake</title> +<title>GnuTLS 3.3.12: gnutls_handshake</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fdescription_005fget_005fname.html b/manual/html_node/gnutls_005fhandshake_005fdescription_005fget_005fname.html index 87b044d4a1..657910f257 100644 --- a/manual/html_node/gnutls_005fhandshake_005fdescription_005fget_005fname.html +++ b/manual/html_node/gnutls_005fhandshake_005fdescription_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_description_get_name</title> +<title>GnuTLS 3.3.12: gnutls_handshake_description_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_description_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_description_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_description_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_description_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fin.html b/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fin.html index 8cf59033c5..1406f12893 100644 --- a/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fin.html +++ b/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_get_last_in</title> +<title>GnuTLS 3.3.12: gnutls_handshake_get_last_in</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_get_last_in"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_get_last_in"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_get_last_in"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_get_last_in"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fout.html b/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fout.html index bf9e965878..41cd056cdf 100644 --- a/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fout.html +++ b/manual/html_node/gnutls_005fhandshake_005fget_005flast_005fout.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_get_last_out</title> +<title>GnuTLS 3.3.12: gnutls_handshake_get_last_out</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_get_last_out"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_get_last_out"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_get_last_out"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_get_last_out"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fset_005fhook_005ffunction.html b/manual/html_node/gnutls_005fhandshake_005fset_005fhook_005ffunction.html index 4157bdcc9d..62ae9b3c78 100644 --- a/manual/html_node/gnutls_005fhandshake_005fset_005fhook_005ffunction.html +++ b/manual/html_node/gnutls_005fhandshake_005fset_005fhook_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_set_hook_function</title> +<title>GnuTLS 3.3.12: gnutls_handshake_set_hook_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_set_hook_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_set_hook_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_set_hook_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_set_hook_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fset_005fmax_005fpacket_005flength.html b/manual/html_node/gnutls_005fhandshake_005fset_005fmax_005fpacket_005flength.html index dc72f47641..48d2beabfb 100644 --- a/manual/html_node/gnutls_005fhandshake_005fset_005fmax_005fpacket_005flength.html +++ b/manual/html_node/gnutls_005fhandshake_005fset_005fmax_005fpacket_005flength.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_set_max_packet_length</title> +<title>GnuTLS 3.3.12: gnutls_handshake_set_max_packet_length</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_set_max_packet_length"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_set_max_packet_length"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_set_max_packet_length"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_set_max_packet_length"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fset_005fpost_005fclient_005fhello_005ffunction.html b/manual/html_node/gnutls_005fhandshake_005fset_005fpost_005fclient_005fhello_005ffunction.html index 4025e69ed9..15ffc00cbf 100644 --- a/manual/html_node/gnutls_005fhandshake_005fset_005fpost_005fclient_005fhello_005ffunction.html +++ b/manual/html_node/gnutls_005fhandshake_005fset_005fpost_005fclient_005fhello_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_set_post_client_hello_function</title> +<title>GnuTLS 3.3.12: gnutls_handshake_set_post_client_hello_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_set_post_client_hello_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_set_post_client_hello_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_set_post_client_hello_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_set_post_client_hello_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fset_005fprivate_005fextensions.html b/manual/html_node/gnutls_005fhandshake_005fset_005fprivate_005fextensions.html index 1e0a9cc057..9127eac509 100644 --- a/manual/html_node/gnutls_005fhandshake_005fset_005fprivate_005fextensions.html +++ b/manual/html_node/gnutls_005fhandshake_005fset_005fprivate_005fextensions.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_set_private_extensions</title> +<title>GnuTLS 3.3.12: gnutls_handshake_set_private_extensions</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_set_private_extensions"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_set_private_extensions"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_set_private_extensions"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_set_private_extensions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fset_005frandom.html b/manual/html_node/gnutls_005fhandshake_005fset_005frandom.html index 83a4420136..9e7e4e4e53 100644 --- a/manual/html_node/gnutls_005fhandshake_005fset_005frandom.html +++ b/manual/html_node/gnutls_005fhandshake_005fset_005frandom.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_set_random</title> +<title>GnuTLS 3.3.12: gnutls_handshake_set_random</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_set_random"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_set_random"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_set_random"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_set_random"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhandshake_005fset_005ftimeout.html b/manual/html_node/gnutls_005fhandshake_005fset_005ftimeout.html index 12ec87dda2..4fdce4ce19 100644 --- a/manual/html_node/gnutls_005fhandshake_005fset_005ftimeout.html +++ b/manual/html_node/gnutls_005fhandshake_005fset_005ftimeout.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_handshake_set_timeout</title> +<title>GnuTLS 3.3.12: gnutls_handshake_set_timeout</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_handshake_set_timeout"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_handshake_set_timeout"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_handshake_set_timeout"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_handshake_set_timeout"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhash.html b/manual/html_node/gnutls_005fhash.html index b3c7e4cec5..0a65c9ded1 100644 --- a/manual/html_node/gnutls_005fhash.html +++ b/manual/html_node/gnutls_005fhash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hash</title> +<title>GnuTLS 3.3.12: gnutls_hash</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hash"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hash"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hash"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhash_005fdeinit.html b/manual/html_node/gnutls_005fhash_005fdeinit.html index df3e26e4eb..453282f94b 100644 --- a/manual/html_node/gnutls_005fhash_005fdeinit.html +++ b/manual/html_node/gnutls_005fhash_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hash_deinit</title> +<title>GnuTLS 3.3.12: gnutls_hash_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hash_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hash_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hash_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hash_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhash_005ffast.html b/manual/html_node/gnutls_005fhash_005ffast.html index 1a99de2dde..53635258a3 100644 --- a/manual/html_node/gnutls_005fhash_005ffast.html +++ b/manual/html_node/gnutls_005fhash_005ffast.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hash_fast</title> +<title>GnuTLS 3.3.12: gnutls_hash_fast</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hash_fast"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hash_fast"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hash_fast"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hash_fast"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhash_005fget_005flen.html b/manual/html_node/gnutls_005fhash_005fget_005flen.html index f007f3986c..f99a0b2ca3 100644 --- a/manual/html_node/gnutls_005fhash_005fget_005flen.html +++ b/manual/html_node/gnutls_005fhash_005fget_005flen.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hash_get_len</title> +<title>GnuTLS 3.3.12: gnutls_hash_get_len</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hash_get_len"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hash_get_len"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hash_get_len"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hash_get_len"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhash_005finit.html b/manual/html_node/gnutls_005fhash_005finit.html index 7ff9918315..7fd00d94b1 100644 --- a/manual/html_node/gnutls_005fhash_005finit.html +++ b/manual/html_node/gnutls_005fhash_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hash_init</title> +<title>GnuTLS 3.3.12: gnutls_hash_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hash_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hash_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hash_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hash_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhash_005foutput.html b/manual/html_node/gnutls_005fhash_005foutput.html index 241b9c7900..283f2e97b7 100644 --- a/manual/html_node/gnutls_005fhash_005foutput.html +++ b/manual/html_node/gnutls_005fhash_005foutput.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hash_output</title> +<title>GnuTLS 3.3.12: gnutls_hash_output</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hash_output"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hash_output"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hash_output"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hash_output"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fheartbeat_005fallowed.html b/manual/html_node/gnutls_005fheartbeat_005fallowed.html index 2250f5a8da..9743836c67 100644 --- a/manual/html_node/gnutls_005fheartbeat_005fallowed.html +++ b/manual/html_node/gnutls_005fheartbeat_005fallowed.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_heartbeat_allowed</title> +<title>GnuTLS 3.3.12: gnutls_heartbeat_allowed</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_heartbeat_allowed"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_heartbeat_allowed"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_heartbeat_allowed"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_heartbeat_allowed"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fheartbeat_005fenable.html b/manual/html_node/gnutls_005fheartbeat_005fenable.html index 9e1debb68f..1350ac0fd0 100644 --- a/manual/html_node/gnutls_005fheartbeat_005fenable.html +++ b/manual/html_node/gnutls_005fheartbeat_005fenable.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_heartbeat_enable</title> +<title>GnuTLS 3.3.12: gnutls_heartbeat_enable</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_heartbeat_enable"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_heartbeat_enable"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_heartbeat_enable"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_heartbeat_enable"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fheartbeat_005fget_005ftimeout.html b/manual/html_node/gnutls_005fheartbeat_005fget_005ftimeout.html index 47e9318b0c..fbf9b3e4da 100644 --- a/manual/html_node/gnutls_005fheartbeat_005fget_005ftimeout.html +++ b/manual/html_node/gnutls_005fheartbeat_005fget_005ftimeout.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_heartbeat_get_timeout</title> +<title>GnuTLS 3.3.12: gnutls_heartbeat_get_timeout</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_heartbeat_get_timeout"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_heartbeat_get_timeout"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_heartbeat_get_timeout"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_heartbeat_get_timeout"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fheartbeat_005fping.html b/manual/html_node/gnutls_005fheartbeat_005fping.html index 7838f54ab3..bdc4dca1bf 100644 --- a/manual/html_node/gnutls_005fheartbeat_005fping.html +++ b/manual/html_node/gnutls_005fheartbeat_005fping.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_heartbeat_ping</title> +<title>GnuTLS 3.3.12: gnutls_heartbeat_ping</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_heartbeat_ping"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_heartbeat_ping"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_heartbeat_ping"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_heartbeat_ping"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fheartbeat_005fpong.html b/manual/html_node/gnutls_005fheartbeat_005fpong.html index da297b13fe..041025048a 100644 --- a/manual/html_node/gnutls_005fheartbeat_005fpong.html +++ b/manual/html_node/gnutls_005fheartbeat_005fpong.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_heartbeat_pong</title> +<title>GnuTLS 3.3.12: gnutls_heartbeat_pong</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_heartbeat_pong"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_heartbeat_pong"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_heartbeat_pong"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_heartbeat_pong"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fheartbeat_005fset_005ftimeouts.html b/manual/html_node/gnutls_005fheartbeat_005fset_005ftimeouts.html index bc1265ad41..924b4a3730 100644 --- a/manual/html_node/gnutls_005fheartbeat_005fset_005ftimeouts.html +++ b/manual/html_node/gnutls_005fheartbeat_005fset_005ftimeouts.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_heartbeat_set_timeouts</title> +<title>GnuTLS 3.3.12: gnutls_heartbeat_set_timeouts</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_heartbeat_set_timeouts"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_heartbeat_set_timeouts"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_heartbeat_set_timeouts"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_heartbeat_set_timeouts"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhex2bin.html b/manual/html_node/gnutls_005fhex2bin.html index c0e00eae87..7f99389b47 100644 --- a/manual/html_node/gnutls_005fhex2bin.html +++ b/manual/html_node/gnutls_005fhex2bin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hex2bin</title> +<title>GnuTLS 3.3.12: gnutls_hex2bin</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hex2bin"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hex2bin"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hex2bin"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hex2bin"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhex_005fdecode.html b/manual/html_node/gnutls_005fhex_005fdecode.html index 7cbbd20246..3fea732ebb 100644 --- a/manual/html_node/gnutls_005fhex_005fdecode.html +++ b/manual/html_node/gnutls_005fhex_005fdecode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hex_decode</title> +<title>GnuTLS 3.3.12: gnutls_hex_decode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hex_decode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hex_decode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hex_decode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hex_decode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhex_005fencode.html b/manual/html_node/gnutls_005fhex_005fencode.html index a6e3eeb557..5354ca13e2 100644 --- a/manual/html_node/gnutls_005fhex_005fencode.html +++ b/manual/html_node/gnutls_005fhex_005fencode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hex_encode</title> +<title>GnuTLS 3.3.12: gnutls_hex_encode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hex_encode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hex_encode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hex_encode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hex_encode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac.html b/manual/html_node/gnutls_005fhmac.html index 28115d3c19..71a015b6cd 100644 --- a/manual/html_node/gnutls_005fhmac.html +++ b/manual/html_node/gnutls_005fhmac.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac</title> +<title>GnuTLS 3.3.12: gnutls_hmac</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac_005fdeinit.html b/manual/html_node/gnutls_005fhmac_005fdeinit.html index 7ec4001b11..e938e68c4a 100644 --- a/manual/html_node/gnutls_005fhmac_005fdeinit.html +++ b/manual/html_node/gnutls_005fhmac_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac_deinit</title> +<title>GnuTLS 3.3.12: gnutls_hmac_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac_005ffast.html b/manual/html_node/gnutls_005fhmac_005ffast.html index 926329c328..cdce80919a 100644 --- a/manual/html_node/gnutls_005fhmac_005ffast.html +++ b/manual/html_node/gnutls_005fhmac_005ffast.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac_fast</title> +<title>GnuTLS 3.3.12: gnutls_hmac_fast</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac_fast"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac_fast"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac_fast"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac_fast"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac_005fget_005flen.html b/manual/html_node/gnutls_005fhmac_005fget_005flen.html index ca4ad066cd..554a19a92f 100644 --- a/manual/html_node/gnutls_005fhmac_005fget_005flen.html +++ b/manual/html_node/gnutls_005fhmac_005fget_005flen.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac_get_len</title> +<title>GnuTLS 3.3.12: gnutls_hmac_get_len</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac_get_len"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac_get_len"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac_get_len"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac_get_len"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac_005finit.html b/manual/html_node/gnutls_005fhmac_005finit.html index 6ec5d81b7f..efba9a7da1 100644 --- a/manual/html_node/gnutls_005fhmac_005finit.html +++ b/manual/html_node/gnutls_005fhmac_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac_init</title> +<title>GnuTLS 3.3.12: gnutls_hmac_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac_005foutput.html b/manual/html_node/gnutls_005fhmac_005foutput.html index d9e7e3840a..1b4268f88c 100644 --- a/manual/html_node/gnutls_005fhmac_005foutput.html +++ b/manual/html_node/gnutls_005fhmac_005foutput.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac_output</title> +<title>GnuTLS 3.3.12: gnutls_hmac_output</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac_output"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac_output"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac_output"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac_output"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fhmac_005fset_005fnonce.html b/manual/html_node/gnutls_005fhmac_005fset_005fnonce.html index a9e2f4e26a..eeb3e0de91 100644 --- a/manual/html_node/gnutls_005fhmac_005fset_005fnonce.html +++ b/manual/html_node/gnutls_005fhmac_005fset_005fnonce.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_hmac_set_nonce</title> +<title>GnuTLS 3.3.12: gnutls_hmac_set_nonce</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_hmac_set_nonce"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_hmac_set_nonce"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_hmac_set_nonce"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_hmac_set_nonce"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005finit.html b/manual/html_node/gnutls_005finit.html index e6293b5a96..89d397fb3b 100644 --- a/manual/html_node/gnutls_005finit.html +++ b/manual/html_node/gnutls_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_init</title> +<title>GnuTLS 3.3.12: gnutls_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fkey_005fgenerate.html b/manual/html_node/gnutls_005fkey_005fgenerate.html index dc3858b19c..0f69c0fc64 100644 --- a/manual/html_node/gnutls_005fkey_005fgenerate.html +++ b/manual/html_node/gnutls_005fkey_005fgenerate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_key_generate</title> +<title>GnuTLS 3.3.12: gnutls_key_generate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_key_generate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_key_generate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_key_generate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_key_generate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fkx_005fget.html b/manual/html_node/gnutls_005fkx_005fget.html index 732dcec722..519827338b 100644 --- a/manual/html_node/gnutls_005fkx_005fget.html +++ b/manual/html_node/gnutls_005fkx_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_kx_get</title> +<title>GnuTLS 3.3.12: gnutls_kx_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_kx_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_kx_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_kx_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_kx_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fkx_005fget_005fid.html b/manual/html_node/gnutls_005fkx_005fget_005fid.html index 9080efac0c..8d25b03f61 100644 --- a/manual/html_node/gnutls_005fkx_005fget_005fid.html +++ b/manual/html_node/gnutls_005fkx_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_kx_get_id</title> +<title>GnuTLS 3.3.12: gnutls_kx_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_kx_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_kx_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_kx_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_kx_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fkx_005fget_005fname.html b/manual/html_node/gnutls_005fkx_005fget_005fname.html index 3b72ca4b7f..4cf1cf70b8 100644 --- a/manual/html_node/gnutls_005fkx_005fget_005fname.html +++ b/manual/html_node/gnutls_005fkx_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_kx_get_name</title> +<title>GnuTLS 3.3.12: gnutls_kx_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_kx_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_kx_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_kx_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_kx_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fkx_005flist.html b/manual/html_node/gnutls_005fkx_005flist.html index c43af2b3d9..4abef1f664 100644 --- a/manual/html_node/gnutls_005fkx_005flist.html +++ b/manual/html_node/gnutls_005fkx_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_kx_list</title> +<title>GnuTLS 3.3.12: gnutls_kx_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_kx_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_kx_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_kx_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_kx_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fkx_005fset_005fpriority.html b/manual/html_node/gnutls_005fkx_005fset_005fpriority.html index 49389f0704..a75801048b 100644 --- a/manual/html_node/gnutls_005fkx_005fset_005fpriority.html +++ b/manual/html_node/gnutls_005fkx_005fset_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_kx_set_priority</title> +<title>GnuTLS 3.3.12: gnutls_kx_set_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_kx_set_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_kx_set_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_kx_set_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_kx_set_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fload_005ffile.html b/manual/html_node/gnutls_005fload_005ffile.html index 76cbea79d6..1d34f3322c 100644 --- a/manual/html_node/gnutls_005fload_005ffile.html +++ b/manual/html_node/gnutls_005fload_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_load_file</title> +<title>GnuTLS 3.3.12: gnutls_load_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_load_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_load_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_load_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_load_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005fget.html b/manual/html_node/gnutls_005fmac_005fget.html index 8117fdbf34..8a027e1c9e 100644 --- a/manual/html_node/gnutls_005fmac_005fget.html +++ b/manual/html_node/gnutls_005fmac_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_get</title> +<title>GnuTLS 3.3.12: gnutls_mac_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005fget_005fid.html b/manual/html_node/gnutls_005fmac_005fget_005fid.html index c564439428..92efc50256 100644 --- a/manual/html_node/gnutls_005fmac_005fget_005fid.html +++ b/manual/html_node/gnutls_005fmac_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_get_id</title> +<title>GnuTLS 3.3.12: gnutls_mac_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005fget_005fkey_005fsize.html b/manual/html_node/gnutls_005fmac_005fget_005fkey_005fsize.html index a30a97f41c..04ee2ef0dc 100644 --- a/manual/html_node/gnutls_005fmac_005fget_005fkey_005fsize.html +++ b/manual/html_node/gnutls_005fmac_005fget_005fkey_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_get_key_size</title> +<title>GnuTLS 3.3.12: gnutls_mac_get_key_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_get_key_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_get_key_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_get_key_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_get_key_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005fget_005fname.html b/manual/html_node/gnutls_005fmac_005fget_005fname.html index 218ec1f3f2..474f515468 100644 --- a/manual/html_node/gnutls_005fmac_005fget_005fname.html +++ b/manual/html_node/gnutls_005fmac_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_get_name</title> +<title>GnuTLS 3.3.12: gnutls_mac_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005fget_005fnonce_005fsize.html b/manual/html_node/gnutls_005fmac_005fget_005fnonce_005fsize.html index 6b5bbaf337..083781bd00 100644 --- a/manual/html_node/gnutls_005fmac_005fget_005fnonce_005fsize.html +++ b/manual/html_node/gnutls_005fmac_005fget_005fnonce_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_get_nonce_size</title> +<title>GnuTLS 3.3.12: gnutls_mac_get_nonce_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_get_nonce_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_get_nonce_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_get_nonce_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_get_nonce_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005flist.html b/manual/html_node/gnutls_005fmac_005flist.html index 2f3993d87c..a64e569c70 100644 --- a/manual/html_node/gnutls_005fmac_005flist.html +++ b/manual/html_node/gnutls_005fmac_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_list</title> +<title>GnuTLS 3.3.12: gnutls_mac_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fmac_005fset_005fpriority.html b/manual/html_node/gnutls_005fmac_005fset_005fpriority.html index e04d8fafb7..2a8d391c5a 100644 --- a/manual/html_node/gnutls_005fmac_005fset_005fpriority.html +++ b/manual/html_node/gnutls_005fmac_005fset_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_mac_set_priority</title> +<title>GnuTLS 3.3.12: gnutls_mac_set_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_mac_set_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_mac_set_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_mac_set_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_mac_set_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert.html b/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert.html index 468c004604..18cb438a84 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_add_cert</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_add_cert</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_add_cert"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_add_cert"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_add_cert"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_add_cert"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert_005fid.html b/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert_005fid.html index 2073c74385..1d3595156f 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert_005fid.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fadd_005fcert_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_add_cert_id</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_add_cert_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_add_cert_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_add_cert_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_add_cert_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_add_cert_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fdeinit.html b/manual/html_node/gnutls_005focsp_005freq_005fdeinit.html index 20271bec75..855ec55ed0 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fdeinit.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_deinit</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fexport.html b/manual/html_node/gnutls_005focsp_005freq_005fexport.html index 1aaaacb852..ce321f75f7 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fexport.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_export</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fget_005fcert_005fid.html b/manual/html_node/gnutls_005focsp_005freq_005fget_005fcert_005fid.html index da1136f29f..0d0ecc6a07 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fget_005fcert_005fid.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fget_005fcert_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_get_cert_id</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_get_cert_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_cert_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_cert_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_cert_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_cert_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fget_005fextension.html b/manual/html_node/gnutls_005focsp_005freq_005fget_005fextension.html index eb3c6909ed..210999bc0c 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fget_005fextension.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fget_005fextension.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_get_extension</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_get_extension</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_extension"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_extension"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_extension"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_extension"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fget_005fnonce.html b/manual/html_node/gnutls_005focsp_005freq_005fget_005fnonce.html index 4a9541f3b6..f5dc32e514 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fget_005fnonce.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fget_005fnonce.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_get_nonce</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_get_nonce</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_nonce"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_nonce"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_nonce"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_nonce"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fget_005fversion.html b/manual/html_node/gnutls_005focsp_005freq_005fget_005fversion.html index 368723b96f..f91cca7c77 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fget_005fversion.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_get_version</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fimport.html b/manual/html_node/gnutls_005focsp_005freq_005fimport.html index 8508ab437a..ad3b49e1d1 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fimport.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_import</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005finit.html b/manual/html_node/gnutls_005focsp_005freq_005finit.html index 276860e08f..4a190d6c7c 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005finit.html +++ b/manual/html_node/gnutls_005focsp_005freq_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_init</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fprint.html b/manual/html_node/gnutls_005focsp_005freq_005fprint.html index b6c4d37106..18b3be98a6 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fprint.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_print</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005frandomize_005fnonce.html b/manual/html_node/gnutls_005focsp_005freq_005frandomize_005fnonce.html index a093dd0962..ac9f4f8531 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005frandomize_005fnonce.html +++ b/manual/html_node/gnutls_005focsp_005freq_005frandomize_005fnonce.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_randomize_nonce</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_randomize_nonce</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_randomize_nonce"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_randomize_nonce"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_randomize_nonce"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_randomize_nonce"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fset_005fextension.html b/manual/html_node/gnutls_005focsp_005freq_005fset_005fextension.html index 127bda69e2..d9a8c4542a 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fset_005fextension.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fset_005fextension.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_set_extension</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_set_extension</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_set_extension"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_set_extension"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_set_extension"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_set_extension"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005freq_005fset_005fnonce.html b/manual/html_node/gnutls_005focsp_005freq_005fset_005fnonce.html index d71bf19347..c554689161 100644 --- a/manual/html_node/gnutls_005focsp_005freq_005fset_005fnonce.html +++ b/manual/html_node/gnutls_005focsp_005freq_005fset_005fnonce.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_req_set_nonce</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_req_set_nonce</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_req_set_nonce"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_req_set_nonce"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_req_set_nonce"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_req_set_nonce"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fcheck_005fcrt.html b/manual/html_node/gnutls_005focsp_005fresp_005fcheck_005fcrt.html index ca27a8a8e1..8560b10645 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fcheck_005fcrt.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fcheck_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_check_crt</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_check_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_check_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_check_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_check_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_check_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fdeinit.html b/manual/html_node/gnutls_005focsp_005fresp_005fdeinit.html index cfe1e025e5..6edb1ce707 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fdeinit.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_deinit</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fexport.html b/manual/html_node/gnutls_005focsp_005fresp_005fexport.html index 5aa55e57d4..43aa644e87 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fexport.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_export</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fcerts.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fcerts.html index e2c3d001cf..5c655f4a85 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fcerts.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fcerts.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_certs</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_certs</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_certs"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_certs"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_certs"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_certs"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fextension.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fextension.html index 94b957c6d0..f4f47dcb4d 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fextension.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fextension.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_extension</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_extension</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_extension"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_extension"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_extension"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_extension"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fnonce.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fnonce.html index 992a73b133..7163ba81ae 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fnonce.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fnonce.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_nonce</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_nonce</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_nonce"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_nonce"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_nonce"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_nonce"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fproduced.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fproduced.html index d49eb723b5..6ae357d2df 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fproduced.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fproduced.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_produced</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_produced</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_produced"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_produced"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_produced"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_produced"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponder.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponder.html index a1dd2b7bd9..703034b1b6 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponder.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_responder</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_responder</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_responder"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_responder"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_responder"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_responder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponse.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponse.html index a1c973a5da..b5ced4f87d 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponse.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fresponse.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_response</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_response</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_response"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_response"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_response"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_response"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature.html index 3db62e47b2..eeecc8e079 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_signature</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_signature</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_signature"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_signature"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_signature"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_signature"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature_005falgorithm.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature_005falgorithm.html index 50df099029..ac2a46b36c 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature_005falgorithm.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsignature_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_signature_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_signature_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_signature_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_signature_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_signature_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_signature_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsingle.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsingle.html index d8a40bf100..86997c387a 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsingle.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fsingle.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_single</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_single</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_single"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_single"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_single"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_single"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fstatus.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fstatus.html index d3f77be315..0f39715d99 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fstatus.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_status</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fversion.html b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fversion.html index d216c7d378..cffb72b43f 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fget_005fversion.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_get_version</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fimport.html b/manual/html_node/gnutls_005focsp_005fresp_005fimport.html index 2b48ee5d83..8c7655a06b 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fimport.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_import</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005finit.html b/manual/html_node/gnutls_005focsp_005fresp_005finit.html index 5d8e8dc4c1..d54720423e 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005finit.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_init</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fprint.html b/manual/html_node/gnutls_005focsp_005fresp_005fprint.html index cb90284c10..10d739bf02 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fprint.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_print</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fverify.html b/manual/html_node/gnutls_005focsp_005fresp_005fverify.html index b5b23be8e8..3236fd67cd 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fverify.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_verify</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_verify</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_verify"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_verify"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_verify"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fresp_005fverify_005fdirect.html b/manual/html_node/gnutls_005focsp_005fresp_005fverify_005fdirect.html index 87f4b49816..a675bddc4b 100644 --- a/manual/html_node/gnutls_005focsp_005fresp_005fverify_005fdirect.html +++ b/manual/html_node/gnutls_005focsp_005fresp_005fverify_005fdirect.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_resp_verify_direct</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_resp_verify_direct</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_resp_verify_direct"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_resp_verify_direct"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_resp_verify_direct"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_resp_verify_direct"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fenable_005fclient.html b/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fenable_005fclient.html index 315968cce2..8f45dbbffb 100644 --- a/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fenable_005fclient.html +++ b/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fenable_005fclient.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_status_request_enable_client</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_status_request_enable_client</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_status_request_enable_client"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_status_request_enable_client"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_status_request_enable_client"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_status_request_enable_client"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fget.html b/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fget.html index 26476b1429..369bb59a5d 100644 --- a/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fget.html +++ b/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_status_request_get</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_status_request_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_status_request_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_status_request_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_status_request_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_status_request_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fis_005fchecked.html b/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fis_005fchecked.html index 0db920389d..5616f54244 100644 --- a/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fis_005fchecked.html +++ b/manual/html_node/gnutls_005focsp_005fstatus_005frequest_005fis_005fchecked.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_ocsp_status_request_is_checked</title> +<title>GnuTLS 3.3.12: gnutls_ocsp_status_request_is_checked</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_ocsp_status_request_is_checked"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_ocsp_status_request_is_checked"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_ocsp_status_request_is_checked"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_ocsp_status_request_is_checked"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname.html index 4904052d73..6241cec7f4 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_check_hostname</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_check_hostname</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_check_hostname"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_check_hostname"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_check_hostname"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_check_hostname"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname2.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname2.html index a4468eeb43..ca5aa4f90b 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname2.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fcheck_005fhostname2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_check_hostname2</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_check_hostname2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_check_hostname2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_check_hostname2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_check_hostname2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_check_hostname2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fdeinit.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fdeinit.html index 3a337a5df4..fd70789677 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fdeinit.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_deinit</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport.html index b8733bf97a..f0d1108714 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_export</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport2.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport2.html index 4024b5bfca..5a8dc31578 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport2.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_export2</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fauth_005fsubkey.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fauth_005fsubkey.html index e942fad9e5..52c61d0859 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fauth_005fsubkey.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fauth_005fsubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_auth_subkey</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_auth_subkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_auth_subkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_auth_subkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_auth_subkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_auth_subkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fcreation_005ftime.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fcreation_005ftime.html index 5a400b5f2e..c11e70adbd 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fcreation_005ftime.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fcreation_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_creation_time</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_creation_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_creation_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_creation_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_creation_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_creation_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fexpiration_005ftime.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fexpiration_005ftime.html index d6aeaf7750..364da5f11c 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fexpiration_005ftime.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fexpiration_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_expiration_time</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_expiration_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_expiration_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_expiration_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_expiration_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_expiration_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005ffingerprint.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005ffingerprint.html index e20839f270..272be65c85 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005ffingerprint.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005ffingerprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_fingerprint</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_fingerprint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_fingerprint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_fingerprint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_fingerprint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_fingerprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fid.html index ef6bc11500..83fe097f6d 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fusage.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fusage.html index d39cba1514..8442f7abdd 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fname.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fname.html index 536b6d5777..1b05b13a2c 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fname.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_name</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005falgorithm.html index b0b3b1f765..af8c7f3281 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005fdsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005fdsa_005fraw.html index 457cacc51a..8bb4345db4 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005frsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005frsa_005fraw.html index 054321758e..20e533a35c 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpk_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_pk_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_pk_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpreferred_005fkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpreferred_005fkey_005fid.html index 0d5c6ee3fb..7582709c28 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpreferred_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fpreferred_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_preferred_key_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_preferred_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_preferred_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_preferred_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_preferred_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_preferred_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005frevoked_005fstatus.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005frevoked_005fstatus.html index 75cf819010..3c2fb302fd 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005frevoked_005fstatus.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005frevoked_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_revoked_status</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_revoked_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_revoked_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_revoked_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_revoked_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_revoked_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcount.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcount.html index d46892afc6..24343f15e5 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcount.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_count</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcreation_005ftime.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcreation_005ftime.html index 3b66d816c0..2b6308cda7 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcreation_005ftime.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fcreation_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_creation_time</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_creation_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_creation_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_creation_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_creation_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_creation_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fexpiration_005ftime.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fexpiration_005ftime.html index 74aa7202ad..4c588cf4d2 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fexpiration_005ftime.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fexpiration_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_expiration_time</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_expiration_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_expiration_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_expiration_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_expiration_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_expiration_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005ffingerprint.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005ffingerprint.html index d87691dc76..e6ac877254 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005ffingerprint.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005ffingerprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_fingerprint</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_fingerprint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_fingerprint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_fingerprint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_fingerprint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_fingerprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fid.html index 290514df84..e8bb538086 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fidx.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fidx.html index 780e8e6477..9fb580c4d1 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fidx.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fidx.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_idx</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_idx</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_idx"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_idx"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_idx"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_idx"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005falgorithm.html index 9ed5b1b0fc..e258a822a8 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005fdsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005fdsa_005fraw.html index afbc77eae7..5899b77135 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005frsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005frsa_005fraw.html index e130b8025b..1200842566 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fpk_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_pk_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_pk_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005frevoked_005fstatus.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005frevoked_005fstatus.html index 7a88bbd721..8038d86b96 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005frevoked_005fstatus.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005frevoked_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_revoked_status</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_revoked_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_revoked_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_revoked_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_revoked_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_revoked_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fusage.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fusage.html index bd23fa63b0..4a1a76522c 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fusage.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fsubkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_usage</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_subkey_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_subkey_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fversion.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fversion.html index 1c9feb9e33..7c4c878533 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fversion.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_get_version</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fimport.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fimport.html index 171675fcf7..491998a389 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fimport.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_import</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005finit.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005finit.html index b2dc267958..4d111f3d2b 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005finit.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_init</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fprint.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fprint.html index 8fd2581345..2cddb3ec51 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fprint.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_print</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fset_005fpreferred_005fkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fset_005fpreferred_005fkey_005fid.html index 4f0b06801e..66b88311ea 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fset_005fpreferred_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fset_005fpreferred_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_set_preferred_key_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_set_preferred_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_set_preferred_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_set_preferred_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_set_preferred_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_set_preferred_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fring.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fring.html index 75f33d996a..a3031ea7b3 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fring.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fring.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_verify_ring</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_verify_ring</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_verify_ring"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_verify_ring"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_verify_ring"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_verify_ring"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fself.html b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fself.html index a9e10a07b2..3d40cca43f 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fself.html +++ b/manual/html_node/gnutls_005fopenpgp_005fcrt_005fverify_005fself.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_crt_verify_self</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_crt_verify_self</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_crt_verify_self"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_crt_verify_self"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_crt_verify_self"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_crt_verify_self"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fcheck_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fcheck_005fid.html index d36cab0e9c..b068ee4ca1 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fcheck_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fcheck_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_keyring_check_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_keyring_check_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_check_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_check_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_check_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_check_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fdeinit.html b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fdeinit.html index bf269da23d..0cfc20df9e 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fdeinit.html +++ b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_keyring_deinit</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_keyring_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt.html b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt.html index d4d03a305b..88cdf4b077 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt.html +++ b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_keyring_get_crt</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_keyring_get_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_get_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_get_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_get_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_get_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt_005fcount.html b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt_005fcount.html index d9d8828a50..8da456a391 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt_005fcount.html +++ b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fget_005fcrt_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_keyring_get_crt_count</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_keyring_get_crt_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_get_crt_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_get_crt_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_get_crt_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_get_crt_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fimport.html b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fimport.html index b7386995a9..63133302f5 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fimport.html +++ b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_keyring_import</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_keyring_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005finit.html b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005finit.html index 9574a114c3..d405db18ab 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fkeyring_005finit.html +++ b/manual/html_node/gnutls_005fopenpgp_005fkeyring_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_keyring_init</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_keyring_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_keyring_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_keyring_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fdeinit.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fdeinit.html index 11bffe56d4..e65756d54e 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fdeinit.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_deinit</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport.html index d11debe106..9fe5a4038f 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_export</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport2.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport2.html index fd6a11f8b8..b2daa868bb 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport2.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_export2</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fdsa_005fraw.html index a8623172af..340b0f040b 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_export_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_export_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005frsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005frsa_005fraw.html index 3df8b9ecb6..830465aa92 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_export_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_export_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005fdsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005fdsa_005fraw.html index 88fb6348eb..b8f4fab43d 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_export_subkey_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_export_subkey_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_subkey_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_subkey_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_subkey_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_subkey_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005frsa_005fraw.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005frsa_005fraw.html index f1ddc79a00..c0ff8e2b60 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fexport_005fsubkey_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_export_subkey_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_export_subkey_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_subkey_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_export_subkey_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_subkey_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_export_subkey_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005ffingerprint.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005ffingerprint.html index 404363044d..c567b46408 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005ffingerprint.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005ffingerprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_fingerprint</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_fingerprint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_fingerprint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_fingerprint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_fingerprint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_fingerprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fkey_005fid.html index 4b973587db..7614ac91b0 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpk_005falgorithm.html index 9aff628c2f..762887b3f9 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpreferred_005fkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpreferred_005fkey_005fid.html index e3ac4f9b16..48bb447486 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpreferred_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fpreferred_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_preferred_key_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_preferred_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_preferred_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_preferred_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_preferred_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_preferred_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005frevoked_005fstatus.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005frevoked_005fstatus.html index 46976bbe7e..8a90cb2281 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005frevoked_005fstatus.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005frevoked_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_revoked_status</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_revoked_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_revoked_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_revoked_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_revoked_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_revoked_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcount.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcount.html index e1bcd7c345..4bd42547ab 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcount.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_count</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcreation_005ftime.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcreation_005ftime.html index 2fadb290d6..77f8bf31e2 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcreation_005ftime.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fcreation_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_creation_time</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_creation_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_creation_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_creation_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_creation_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_creation_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fexpiration_005ftime.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fexpiration_005ftime.html index 8ac90be4f3..98a3450760 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fexpiration_005ftime.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fexpiration_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_expiration_time</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_expiration_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_expiration_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_expiration_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_expiration_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_expiration_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005ffingerprint.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005ffingerprint.html index 10bb4ad912..1d7b7d45a8 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005ffingerprint.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005ffingerprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_fingerprint</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_fingerprint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_fingerprint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_fingerprint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_fingerprint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_fingerprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fid.html index 0536ebac4d..1ae1104a74 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fidx.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fidx.html index 3c6b7b9ca8..f438ed832c 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fidx.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fidx.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_idx</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_idx</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_idx"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_idx"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_idx"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_idx"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fpk_005falgorithm.html index 1f87672533..807909230c 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005frevoked_005fstatus.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005frevoked_005fstatus.html index 12ec38c88a..81128966c2 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005frevoked_005fstatus.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fget_005fsubkey_005frevoked_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_revoked_status</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_revoked_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_revoked_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_get_subkey_revoked_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_revoked_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_get_subkey_revoked_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fimport.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fimport.html index b5ad14295a..4caa8de723 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fimport.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_import</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005finit.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005finit.html index 05625c51cc..8f4c7f8ed9 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005finit.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_init</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsec_005fparam.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsec_005fparam.html index 6cba1fe19c..f87fb55702 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsec_005fparam.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsec_005fparam.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_sec_param</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_sec_param</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_sec_param"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_sec_param"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_sec_param"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_sec_param"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fset_005fpreferred_005fkey_005fid.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fset_005fpreferred_005fkey_005fid.html index 7ba1094547..212ba8e82d 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fset_005fpreferred_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fset_005fpreferred_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_set_preferred_key_id</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_set_preferred_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_set_preferred_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_set_preferred_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_set_preferred_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_set_preferred_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsign_005fhash.html b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsign_005fhash.html index c289d0b241..8877400d47 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsign_005fhash.html +++ b/manual/html_node/gnutls_005fopenpgp_005fprivkey_005fsign_005fhash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_privkey_sign_hash</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_privkey_sign_hash</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_sign_hash"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_privkey_sign_hash"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_sign_hash"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_privkey_sign_hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fsend_005fcert.html b/manual/html_node/gnutls_005fopenpgp_005fsend_005fcert.html index 4f174ef1d8..5ba4f89871 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fsend_005fcert.html +++ b/manual/html_node/gnutls_005fopenpgp_005fsend_005fcert.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_send_cert</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_send_cert</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_send_cert"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_send_cert"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_send_cert"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_send_cert"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fopenpgp_005fset_005frecv_005fkey_005ffunction.html b/manual/html_node/gnutls_005fopenpgp_005fset_005frecv_005fkey_005ffunction.html index 8652ea41fc..ae985f7886 100644 --- a/manual/html_node/gnutls_005fopenpgp_005fset_005frecv_005fkey_005ffunction.html +++ b/manual/html_node/gnutls_005fopenpgp_005fset_005frecv_005fkey_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_openpgp_set_recv_key_function</title> +<title>GnuTLS 3.3.12: gnutls_openpgp_set_recv_key_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_openpgp_set_recv_key_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_openpgp_set_recv_key_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_openpgp_set_recv_key_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_openpgp_set_recv_key_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpacket_005fdeinit.html b/manual/html_node/gnutls_005fpacket_005fdeinit.html index da55d7d738..b02efc5d96 100644 --- a/manual/html_node/gnutls_005fpacket_005fdeinit.html +++ b/manual/html_node/gnutls_005fpacket_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_packet_deinit</title> +<title>GnuTLS 3.3.12: gnutls_packet_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_packet_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_packet_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_packet_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_packet_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpacket_005fget.html b/manual/html_node/gnutls_005fpacket_005fget.html index c550989133..b513b3e474 100644 --- a/manual/html_node/gnutls_005fpacket_005fget.html +++ b/manual/html_node/gnutls_005fpacket_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_packet_get</title> +<title>GnuTLS 3.3.12: gnutls_packet_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_packet_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_packet_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_packet_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_packet_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpcert_005fdeinit.html b/manual/html_node/gnutls_005fpcert_005fdeinit.html index c750c73767..e0d2d68292 100644 --- a/manual/html_node/gnutls_005fpcert_005fdeinit.html +++ b/manual/html_node/gnutls_005fpcert_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pcert_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pcert_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pcert_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pcert_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pcert_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pcert_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp.html b/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp.html index c08e6404dd..4d4ec165fd 100644 --- a/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp.html +++ b/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pcert_import_openpgp</title> +<title>GnuTLS 3.3.12: gnutls_pcert_import_openpgp</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pcert_import_openpgp"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pcert_import_openpgp"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pcert_import_openpgp"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pcert_import_openpgp"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp_005fraw.html b/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp_005fraw.html index 51d8129dd4..4afe7d366b 100644 --- a/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp_005fraw.html +++ b/manual/html_node/gnutls_005fpcert_005fimport_005fopenpgp_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pcert_import_openpgp_raw</title> +<title>GnuTLS 3.3.12: gnutls_pcert_import_openpgp_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pcert_import_openpgp_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pcert_import_openpgp_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pcert_import_openpgp_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pcert_import_openpgp_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpcert_005fimport_005fx509.html b/manual/html_node/gnutls_005fpcert_005fimport_005fx509.html index dcc2a045b9..f40b9f293b 100644 --- a/manual/html_node/gnutls_005fpcert_005fimport_005fx509.html +++ b/manual/html_node/gnutls_005fpcert_005fimport_005fx509.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pcert_import_x509</title> +<title>GnuTLS 3.3.12: gnutls_pcert_import_x509</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pcert_import_x509"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pcert_import_x509"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pcert_import_x509"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pcert_import_x509"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpcert_005fimport_005fx509_005fraw.html b/manual/html_node/gnutls_005fpcert_005fimport_005fx509_005fraw.html index 40ecf9a551..e0d7a88d76 100644 --- a/manual/html_node/gnutls_005fpcert_005fimport_005fx509_005fraw.html +++ b/manual/html_node/gnutls_005fpcert_005fimport_005fx509_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pcert_import_x509_raw</title> +<title>GnuTLS 3.3.12: gnutls_pcert_import_x509_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pcert_import_x509_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pcert_import_x509_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pcert_import_x509_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pcert_import_x509_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpcert_005flist_005fimport_005fx509_005fraw.html b/manual/html_node/gnutls_005fpcert_005flist_005fimport_005fx509_005fraw.html index 08dcbd9a78..befe0660ed 100644 --- a/manual/html_node/gnutls_005fpcert_005flist_005fimport_005fx509_005fraw.html +++ b/manual/html_node/gnutls_005fpcert_005flist_005fimport_005fx509_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pcert_list_import_x509_raw</title> +<title>GnuTLS 3.3.12: gnutls_pcert_list_import_x509_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pcert_list_import_x509_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pcert_list_import_x509_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pcert_list_import_x509_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pcert_list_import_x509_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpem_005fbase64_005fdecode.html b/manual/html_node/gnutls_005fpem_005fbase64_005fdecode.html index e11b0ff4ac..82f836e99a 100644 --- a/manual/html_node/gnutls_005fpem_005fbase64_005fdecode.html +++ b/manual/html_node/gnutls_005fpem_005fbase64_005fdecode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pem_base64_decode</title> +<title>GnuTLS 3.3.12: gnutls_pem_base64_decode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pem_base64_decode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pem_base64_decode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pem_base64_decode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pem_base64_decode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpem_005fbase64_005fdecode_005falloc.html b/manual/html_node/gnutls_005fpem_005fbase64_005fdecode_005falloc.html index 585b984a3d..de757365c0 100644 --- a/manual/html_node/gnutls_005fpem_005fbase64_005fdecode_005falloc.html +++ b/manual/html_node/gnutls_005fpem_005fbase64_005fdecode_005falloc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pem_base64_decode_alloc</title> +<title>GnuTLS 3.3.12: gnutls_pem_base64_decode_alloc</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pem_base64_decode_alloc"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pem_base64_decode_alloc"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pem_base64_decode_alloc"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pem_base64_decode_alloc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpem_005fbase64_005fencode.html b/manual/html_node/gnutls_005fpem_005fbase64_005fencode.html index 9b73f09501..5e7c05eadb 100644 --- a/manual/html_node/gnutls_005fpem_005fbase64_005fencode.html +++ b/manual/html_node/gnutls_005fpem_005fbase64_005fencode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pem_base64_encode</title> +<title>GnuTLS 3.3.12: gnutls_pem_base64_encode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pem_base64_encode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pem_base64_encode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pem_base64_encode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pem_base64_encode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpem_005fbase64_005fencode_005falloc.html b/manual/html_node/gnutls_005fpem_005fbase64_005fencode_005falloc.html index 4511f323a0..ef08d0a8a0 100644 --- a/manual/html_node/gnutls_005fpem_005fbase64_005fencode_005falloc.html +++ b/manual/html_node/gnutls_005fpem_005fbase64_005fencode_005falloc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pem_base64_encode_alloc</title> +<title>GnuTLS 3.3.12: gnutls_pem_base64_encode_alloc</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pem_base64_encode_alloc"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pem_base64_encode_alloc"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pem_base64_encode_alloc"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pem_base64_encode_alloc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fperror.html b/manual/html_node/gnutls_005fperror.html index 9a1bada9d7..c5d30c9aa3 100644 --- a/manual/html_node/gnutls_005fperror.html +++ b/manual/html_node/gnutls_005fperror.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_perror</title> +<title>GnuTLS 3.3.12: gnutls_perror</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_perror"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_perror"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_perror"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_perror"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpin_005fflag_005ft.html b/manual/html_node/gnutls_005fpin_005fflag_005ft.html index 64518eb282..9f0a30d118 100644 --- a/manual/html_node/gnutls_005fpin_005fflag_005ft.html +++ b/manual/html_node/gnutls_005fpin_005fflag_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 5.2</title> +<title>GnuTLS 3.3.12: Figure 5.2</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 5.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 5.2"> +<meta name="description" content="GnuTLS 3.3.12: Figure 5.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 5.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpk_005falgorithm_005fget_005fname.html b/manual/html_node/gnutls_005fpk_005falgorithm_005fget_005fname.html index b61a707fd4..ec0288fc66 100644 --- a/manual/html_node/gnutls_005fpk_005falgorithm_005fget_005fname.html +++ b/manual/html_node/gnutls_005fpk_005falgorithm_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pk_algorithm_get_name</title> +<title>GnuTLS 3.3.12: gnutls_pk_algorithm_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pk_algorithm_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pk_algorithm_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pk_algorithm_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pk_algorithm_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpk_005fbits_005fto_005fsec_005fparam.html b/manual/html_node/gnutls_005fpk_005fbits_005fto_005fsec_005fparam.html index 9b2ccbdd0b..3a0f92e90f 100644 --- a/manual/html_node/gnutls_005fpk_005fbits_005fto_005fsec_005fparam.html +++ b/manual/html_node/gnutls_005fpk_005fbits_005fto_005fsec_005fparam.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pk_bits_to_sec_param</title> +<title>GnuTLS 3.3.12: gnutls_pk_bits_to_sec_param</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pk_bits_to_sec_param"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pk_bits_to_sec_param"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pk_bits_to_sec_param"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pk_bits_to_sec_param"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpk_005fget_005fid.html b/manual/html_node/gnutls_005fpk_005fget_005fid.html index dc4692ece8..7930663e5b 100644 --- a/manual/html_node/gnutls_005fpk_005fget_005fid.html +++ b/manual/html_node/gnutls_005fpk_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pk_get_id</title> +<title>GnuTLS 3.3.12: gnutls_pk_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pk_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pk_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pk_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pk_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpk_005fget_005fname.html b/manual/html_node/gnutls_005fpk_005fget_005fname.html index aa0fc959a1..fdb7177807 100644 --- a/manual/html_node/gnutls_005fpk_005fget_005fname.html +++ b/manual/html_node/gnutls_005fpk_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pk_get_name</title> +<title>GnuTLS 3.3.12: gnutls_pk_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pk_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pk_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pk_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pk_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpk_005flist.html b/manual/html_node/gnutls_005fpk_005flist.html index 9fe30f078e..3a677f36f1 100644 --- a/manual/html_node/gnutls_005fpk_005flist.html +++ b/manual/html_node/gnutls_005fpk_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pk_list</title> +<title>GnuTLS 3.3.12: gnutls_pk_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pk_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pk_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pk_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pk_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpk_005fto_005fsign.html b/manual/html_node/gnutls_005fpk_005fto_005fsign.html index 9f3e08f43e..9f472268e1 100644 --- a/manual/html_node/gnutls_005fpk_005fto_005fsign.html +++ b/manual/html_node/gnutls_005fpk_005fto_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pk_to_sign</title> +<title>GnuTLS 3.3.12: gnutls_pk_to_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pk_to_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pk_to_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pk_to_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pk_to_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fadd_005fprovider.html b/manual/html_node/gnutls_005fpkcs11_005fadd_005fprovider.html index 5849658707..b50980e795 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fadd_005fprovider.html +++ b/manual/html_node/gnutls_005fpkcs11_005fadd_005fprovider.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_add_provider</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_add_provider</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_add_provider"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_add_provider"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_add_provider"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_add_provider"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fcopy_005fsecret_005fkey.html b/manual/html_node/gnutls_005fpkcs11_005fcopy_005fsecret_005fkey.html index 93e01ef715..e85dbe1cf2 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fcopy_005fsecret_005fkey.html +++ b/manual/html_node/gnutls_005fpkcs11_005fcopy_005fsecret_005fkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_copy_secret_key</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_copy_secret_key</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_copy_secret_key"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_copy_secret_key"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_copy_secret_key"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_copy_secret_key"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fcrt.html b/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fcrt.html index e1ba028e85..4ec3f1693d 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fcrt.html +++ b/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_copy_x509_crt</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_copy_x509_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_copy_x509_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_copy_x509_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_copy_x509_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_copy_x509_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fprivkey.html b/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fprivkey.html index 6aeba4a88e..9efa4ea371 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fprivkey.html +++ b/manual/html_node/gnutls_005fpkcs11_005fcopy_005fx509_005fprivkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_copy_x509_privkey</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_copy_x509_privkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_copy_x509_privkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_copy_x509_privkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_copy_x509_privkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_copy_x509_privkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fcrt_005fis_005fknown.html b/manual/html_node/gnutls_005fpkcs11_005fcrt_005fis_005fknown.html index 39eb55f1bc..f8241ac43f 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fcrt_005fis_005fknown.html +++ b/manual/html_node/gnutls_005fpkcs11_005fcrt_005fis_005fknown.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_crt_is_known</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_crt_is_known</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_crt_is_known"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_crt_is_known"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_crt_is_known"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_crt_is_known"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fdeinit.html b/manual/html_node/gnutls_005fpkcs11_005fdeinit.html index 64348f36d9..46c6a1c952 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fdeinit.html +++ b/manual/html_node/gnutls_005fpkcs11_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fdelete_005furl.html b/manual/html_node/gnutls_005fpkcs11_005fdelete_005furl.html index 7ab9392765..70166f2b6d 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fdelete_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005fdelete_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_delete_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_delete_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_delete_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_delete_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_delete_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_delete_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fget_005fpin_005ffunction.html b/manual/html_node/gnutls_005fpkcs11_005fget_005fpin_005ffunction.html index 975e9196d2..4ab3944d14 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fget_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fpkcs11_005fget_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_get_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_get_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_get_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_get_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_get_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_get_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fget_005fraw_005fissuer.html b/manual/html_node/gnutls_005fpkcs11_005fget_005fraw_005fissuer.html index 69497c629a..6a1224d308 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fget_005fraw_005fissuer.html +++ b/manual/html_node/gnutls_005fpkcs11_005fget_005fraw_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_get_raw_issuer</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_get_raw_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_get_raw_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_get_raw_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_get_raw_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_get_raw_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005finit.html b/manual/html_node/gnutls_005fpkcs11_005finit.html index ef62674f8e..a6821d29c6 100644 --- a/manual/html_node/gnutls_005fpkcs11_005finit.html +++ b/manual/html_node/gnutls_005fpkcs11_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fdeinit.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fdeinit.html index 563d61ebf1..a9b65ec859 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fdeinit.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport.html index 6729399842..22139b6d66 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_export</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport2.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport2.html index 0b88d5a2d8..ddcf7c6639 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport2.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_export2</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport3.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport3.html index 0606f3473b..95aa1d012b 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport3.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport3.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_export3</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_export3</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export3"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export3"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export3"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport_005furl.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport_005furl.html index 4d6f68c03a..388a5a598c 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fexport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_export_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_export_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_export_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_export_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fflags_005fget_005fstr.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fflags_005fget_005fstr.html index 86866bdcb8..11d3af7b74 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fflags_005fget_005fstr.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fflags_005fget_005fstr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_flags_get_str</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_flags_get_str</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_flags_get_str"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_flags_get_str"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_flags_get_str"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_flags_get_str"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fexts.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fexts.html index 9084dac50e..2d92e0b60a 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fexts.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fexts.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_get_exts</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_get_exts</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_exts"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_exts"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_exts"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_exts"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fflags.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fflags.html index dcbc3bf9a9..23d900f29e 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fflags.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005fflags.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_get_flags</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_get_flags</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_flags"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_flags"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_flags"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_flags"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005finfo.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005finfo.html index 456642f942..5fb13ada0a 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005finfo.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_get_info</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_get_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005ftype.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005ftype.html index 9d07dbd9cb..a69ba86094 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005ftype.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fget_005ftype.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_get_type</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_get_type</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_type"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_get_type"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_type"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_get_type"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fimport_005furl.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fimport_005furl.html index 84f57af2ef..eb7f31d6ff 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fimport_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fimport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_import_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_import_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_import_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_import_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_import_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_import_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005finit.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005finit.html index e790d0afa1..f7be0bae7d 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005finit.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl.html index 2158c90693..653735b6d8 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_list_import_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_list_import_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_list_import_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_list_import_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_list_import_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_list_import_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl2.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl2.html index 0f1bca483d..0174f7cfec 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl2.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005flist_005fimport_005furl2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_list_import_url2</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_list_import_url2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_list_import_url2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_list_import_url2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_list_import_url2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_list_import_url2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fobj_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fpkcs11_005fobj_005fset_005fpin_005ffunction.html index 07c6227d56..982366ee82 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fobj_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fpkcs11_005fobj_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_obj_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_obj_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_obj_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_obj_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fdeinit.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fdeinit.html index f7a6a3d9d9..2953cdc258 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fdeinit.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005fpubkey.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005fpubkey.html index fa84f2f9cb..de474bb4b4 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005fpubkey.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_export_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_export_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_export_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_export_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_export_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_export_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005furl.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005furl.html index 5def1fdb62..1f29b6d77a 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fexport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_export_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_export_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_export_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_export_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_export_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_export_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate.html index 79c5262f90..3214e0183b 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_generate</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_generate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_generate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_generate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_generate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_generate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate2.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate2.html index c90610489a..9e6a3b268e 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate2.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fgenerate2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_generate2</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_generate2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_generate2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_generate2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_generate2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_generate2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005finfo.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005finfo.html index ac9b3fad49..106a72f3c3 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005finfo.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_get_info</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_get_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_get_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_get_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_get_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_get_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005fpk_005falgorithm.html index f3375ba408..f2f9a62a13 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fimport_005furl.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fimport_005furl.html index 246bbad68a..7864b915a7 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fimport_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fimport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_import_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_import_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_import_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_import_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_import_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_import_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005finit.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005finit.html index b132e23de1..14699f997c 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005finit.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fset_005fpin_005ffunction.html index 8e9d04a9e7..07452f3d33 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fstatus.html b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fstatus.html index 00c6f0b570..beaefe1118 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fstatus.html +++ b/manual/html_node/gnutls_005fpkcs11_005fprivkey_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_privkey_status</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_privkey_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_privkey_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_privkey_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005freinit.html b/manual/html_node/gnutls_005fpkcs11_005freinit.html index 27d5d963b2..fe8359c52c 100644 --- a/manual/html_node/gnutls_005fpkcs11_005freinit.html +++ b/manual/html_node/gnutls_005fpkcs11_005freinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_reinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_reinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_reinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_reinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_reinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_reinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fpkcs11_005fset_005fpin_005ffunction.html index 727880d61f..b89f7b4105 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fpkcs11_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005fset_005ftoken_005ffunction.html b/manual/html_node/gnutls_005fpkcs11_005fset_005ftoken_005ffunction.html index e1f22d77fe..97a364f6b3 100644 --- a/manual/html_node/gnutls_005fpkcs11_005fset_005ftoken_005ffunction.html +++ b/manual/html_node/gnutls_005fpkcs11_005fset_005ftoken_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_set_token_function</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_set_token_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_set_token_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_set_token_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_set_token_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_set_token_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fflags.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fflags.html index 1475005c98..f10dcb4b77 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fflags.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fflags.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_get_flags</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_get_flags</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_flags"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_flags"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_flags"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_flags"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005finfo.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005finfo.html index 5bb32c8e71..ab1e9da82f 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005finfo.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_get_info</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_get_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fmechanism.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fmechanism.html index 07342c360f..7d8481e0f4 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fmechanism.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005fmechanism.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_get_mechanism</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_get_mechanism</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_mechanism"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_mechanism"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_mechanism"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_mechanism"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005frandom.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005frandom.html index cdc5a978fa..1560532b54 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005frandom.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005frandom.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_get_random</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_get_random</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_random"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_random"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_random"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_random"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005furl.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005furl.html index cf377e56c5..d06d9843c6 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005furl.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fget_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_get_url</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_get_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_get_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_get_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005finit.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005finit.html index 9d5b26aab8..ca1492515f 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005finit.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fset_005fpin.html b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fset_005fpin.html index f26e3f61be..001e9fce99 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftoken_005fset_005fpin.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftoken_005fset_005fpin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_token_set_pin</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_token_set_pin</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_token_set_pin"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_token_set_pin"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_token_set_pin"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_token_set_pin"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs11_005ftype_005fget_005fname.html b/manual/html_node/gnutls_005fpkcs11_005ftype_005fget_005fname.html index 5287c8c0c6..f64a0ff877 100644 --- a/manual/html_node/gnutls_005fpkcs11_005ftype_005fget_005fname.html +++ b/manual/html_node/gnutls_005fpkcs11_005ftype_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs11_type_get_name</title> +<title>GnuTLS 3.3.12: gnutls_pkcs11_type_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs11_type_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs11_type_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs11_type_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs11_type_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fdecrypt.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fdecrypt.html index 99328d2130..1187f4fc7c 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fdecrypt.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fdecrypt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_decrypt</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_decrypt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_decrypt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_decrypt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_decrypt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_decrypt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fdeinit.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fdeinit.html index f73470e631..3e81e4b6fa 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fdeinit.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fencrypt.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fencrypt.html index 8aa47a96fb..d56610ed2d 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fencrypt.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fencrypt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_encrypt</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_encrypt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_encrypt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_encrypt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_encrypt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_encrypt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fcount.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fcount.html index 854fb22ed3..75dab30e5e 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fcount.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_get_count</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_get_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fdata.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fdata.html index 1c4708a7ae..5001d5eb95 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fdata.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_get_data</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_get_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ffriendly_005fname.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ffriendly_005fname.html index 7e09ecf568..2e1c71b455 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ffriendly_005fname.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ffriendly_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_get_friendly_name</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_get_friendly_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_friendly_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_friendly_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_friendly_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_friendly_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fkey_005fid.html index c6ed361d6e..1416de9b52 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ftype.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ftype.html index de5a3de723..987f5e6e5c 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ftype.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fget_005ftype.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_get_type</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_get_type</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_type"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_get_type"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_type"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_get_type"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005finit.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005finit.html index b624b574e4..be3b5c8e13 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005finit.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrl.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrl.html index 4f95e70196..b624043852 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrl.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_set_crl</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_set_crl</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_crl"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_crl"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_crl"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_crl"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrt.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrt.html index 4fc7536534..df696de18e 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrt.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_set_crt</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_set_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fdata.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fdata.html index eca790ee98..17b0bc56a9 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fdata.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_set_data</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_set_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005ffriendly_005fname.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005ffriendly_005fname.html index c9d5f10916..e991d72d76 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005ffriendly_005fname.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005ffriendly_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_set_friendly_name</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_set_friendly_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_friendly_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_friendly_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_friendly_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_friendly_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fkey_005fid.html b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fkey_005fid.html index 1bdd3ccd8e..629d69770a 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fpkcs12_005fbag_005fset_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_bag_set_key_id</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_bag_set_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_bag_set_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_bag_set_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fdeinit.html b/manual/html_node/gnutls_005fpkcs12_005fdeinit.html index 1fd210823e..ec98ea1065 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fdeinit.html +++ b/manual/html_node/gnutls_005fpkcs12_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fexport.html b/manual/html_node/gnutls_005fpkcs12_005fexport.html index a398109e0a..0d8492f319 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fexport.html +++ b/manual/html_node/gnutls_005fpkcs12_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_export</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fexport2.html b/manual/html_node/gnutls_005fpkcs12_005fexport2.html index fff16073b4..428225c547 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fexport2.html +++ b/manual/html_node/gnutls_005fpkcs12_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_export2</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fgenerate_005fmac.html b/manual/html_node/gnutls_005fpkcs12_005fgenerate_005fmac.html index 83c912bee1..eb72455870 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fgenerate_005fmac.html +++ b/manual/html_node/gnutls_005fpkcs12_005fgenerate_005fmac.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_generate_mac</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_generate_mac</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_generate_mac"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_generate_mac"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_generate_mac"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_generate_mac"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fget_005fbag.html b/manual/html_node/gnutls_005fpkcs12_005fget_005fbag.html index 00c5b23ca8..e38280d411 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fget_005fbag.html +++ b/manual/html_node/gnutls_005fpkcs12_005fget_005fbag.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_get_bag</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_get_bag</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_get_bag"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_get_bag"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_get_bag"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_get_bag"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fimport.html b/manual/html_node/gnutls_005fpkcs12_005fimport.html index 7ad6f0b1ef..8d44a1134c 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fimport.html +++ b/manual/html_node/gnutls_005fpkcs12_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_import</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005finit.html b/manual/html_node/gnutls_005fpkcs12_005finit.html index 66bdee48e1..a2aec031c0 100644 --- a/manual/html_node/gnutls_005fpkcs12_005finit.html +++ b/manual/html_node/gnutls_005fpkcs12_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fset_005fbag.html b/manual/html_node/gnutls_005fpkcs12_005fset_005fbag.html index a8f3713076..9a67e7610f 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fset_005fbag.html +++ b/manual/html_node/gnutls_005fpkcs12_005fset_005fbag.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_set_bag</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_set_bag</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_set_bag"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_set_bag"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_set_bag"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_set_bag"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fsimple_005fparse.html b/manual/html_node/gnutls_005fpkcs12_005fsimple_005fparse.html index 4f70792ebb..d02a981da5 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fsimple_005fparse.html +++ b/manual/html_node/gnutls_005fpkcs12_005fsimple_005fparse.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_simple_parse</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_simple_parse</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_simple_parse"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_simple_parse"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_simple_parse"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_simple_parse"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs12_005fverify_005fmac.html b/manual/html_node/gnutls_005fpkcs12_005fverify_005fmac.html index f72db2a305..ea79735714 100644 --- a/manual/html_node/gnutls_005fpkcs12_005fverify_005fmac.html +++ b/manual/html_node/gnutls_005fpkcs12_005fverify_005fmac.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs12_verify_mac</title> +<title>GnuTLS 3.3.12: gnutls_pkcs12_verify_mac</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs12_verify_mac"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs12_verify_mac"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs12_verify_mac"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs12_verify_mac"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fdeinit.html b/manual/html_node/gnutls_005fpkcs7_005fdeinit.html index 5087c97b3d..45a71ad45c 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fdeinit.html +++ b/manual/html_node/gnutls_005fpkcs7_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrl.html b/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrl.html index 23dd3802d9..dda5af6b2b 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrl.html +++ b/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_delete_crl</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_delete_crl</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_delete_crl"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_delete_crl"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_delete_crl"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_delete_crl"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrt.html b/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrt.html index be2c443e1d..6b6c992333 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrt.html +++ b/manual/html_node/gnutls_005fpkcs7_005fdelete_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_delete_crt</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_delete_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_delete_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_delete_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_delete_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_delete_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fexport.html b/manual/html_node/gnutls_005fpkcs7_005fexport.html index 4cf1c41d6b..f254bf88be 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fexport.html +++ b/manual/html_node/gnutls_005fpkcs7_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_export</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fexport2.html b/manual/html_node/gnutls_005fpkcs7_005fexport2.html index f96ae63450..bf6b0a2e08 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fexport2.html +++ b/manual/html_node/gnutls_005fpkcs7_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_export2</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fcount.html b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fcount.html index 18c910e437..b883bc769e 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fcount.html +++ b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_get_crl_count</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_get_crl_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crl_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crl_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crl_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crl_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fraw.html b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fraw.html index 40ae5cd669..0a2b0b75cc 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fraw.html +++ b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrl_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_get_crl_raw</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_get_crl_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crl_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crl_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crl_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crl_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fcount.html b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fcount.html index ad4f6186e2..e919a9e934 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fcount.html +++ b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_get_crt_count</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_get_crt_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crt_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crt_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crt_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crt_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fraw.html b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fraw.html index c2fa6bc74d..ccc0e0ea9b 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fraw.html +++ b/manual/html_node/gnutls_005fpkcs7_005fget_005fcrt_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_get_crt_raw</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_get_crt_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crt_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_get_crt_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crt_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_get_crt_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fimport.html b/manual/html_node/gnutls_005fpkcs7_005fimport.html index e56c02564b..7ffc418eb8 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fimport.html +++ b/manual/html_node/gnutls_005fpkcs7_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_import</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005finit.html b/manual/html_node/gnutls_005fpkcs7_005finit.html index ec14f5a646..cf39f72242 100644 --- a/manual/html_node/gnutls_005fpkcs7_005finit.html +++ b/manual/html_node/gnutls_005fpkcs7_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_init</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl.html b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl.html index 767962f1c9..a9d025c0d8 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl.html +++ b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_set_crl</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_set_crl</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crl"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crl"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crl"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crl"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl_005fraw.html b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl_005fraw.html index c4f4988012..a0eb21ddf2 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl_005fraw.html +++ b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrl_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_set_crl_raw</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_set_crl_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crl_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crl_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crl_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crl_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt.html b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt.html index 1cd170abd5..abe5bfb287 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt.html +++ b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_set_crt</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_set_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt_005fraw.html b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt_005fraw.html index 19058405a8..e7f5e30698 100644 --- a/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt_005fraw.html +++ b/manual/html_node/gnutls_005fpkcs7_005fset_005fcrt_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pkcs7_set_crt_raw</title> +<title>GnuTLS 3.3.12: gnutls_pkcs7_set_crt_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crt_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pkcs7_set_crt_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crt_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pkcs7_set_crt_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpkcs_005fencrypt_005fflags_005ft.html b/manual/html_node/gnutls_005fpkcs_005fencrypt_005fflags_005ft.html index 302a1117fb..30c9f52b38 100644 --- a/manual/html_node/gnutls_005fpkcs_005fencrypt_005fflags_005ft.html +++ b/manual/html_node/gnutls_005fpkcs_005fencrypt_005fflags_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 4.6</title> +<title>GnuTLS 3.3.12: Figure 4.6</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 4.6"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 4.6"> +<meta name="description" content="GnuTLS 3.3.12: Figure 4.6"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 4.6"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprf.html b/manual/html_node/gnutls_005fprf.html index 7687a814b4..b7a815e673 100644 --- a/manual/html_node/gnutls_005fprf.html +++ b/manual/html_node/gnutls_005fprf.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_prf</title> +<title>GnuTLS 3.3.12: gnutls_prf</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_prf"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_prf"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_prf"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_prf"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprf_005fraw.html b/manual/html_node/gnutls_005fprf_005fraw.html index 32c3772c72..57c5ecdb1f 100644 --- a/manual/html_node/gnutls_005fprf_005fraw.html +++ b/manual/html_node/gnutls_005fprf_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_prf_raw</title> +<title>GnuTLS 3.3.12: gnutls_prf_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_prf_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_prf_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_prf_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_prf_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fcertificate_005ftype_005flist.html b/manual/html_node/gnutls_005fpriority_005fcertificate_005ftype_005flist.html index 652bdb4621..0f94b2418f 100644 --- a/manual/html_node/gnutls_005fpriority_005fcertificate_005ftype_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fcertificate_005ftype_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_certificate_type_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_certificate_type_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_certificate_type_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_certificate_type_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_certificate_type_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_certificate_type_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fcipher_005flist.html b/manual/html_node/gnutls_005fpriority_005fcipher_005flist.html index b290399681..cabc4da302 100644 --- a/manual/html_node/gnutls_005fpriority_005fcipher_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fcipher_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_cipher_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_cipher_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_cipher_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_cipher_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_cipher_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_cipher_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fcompression_005flist.html b/manual/html_node/gnutls_005fpriority_005fcompression_005flist.html index ab9048bd46..afac5ba918 100644 --- a/manual/html_node/gnutls_005fpriority_005fcompression_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fcompression_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_compression_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_compression_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_compression_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_compression_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_compression_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_compression_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fdeinit.html b/manual/html_node/gnutls_005fpriority_005fdeinit.html index 60786d1c28..48493f1947 100644 --- a/manual/html_node/gnutls_005fpriority_005fdeinit.html +++ b/manual/html_node/gnutls_005fpriority_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_deinit</title> +<title>GnuTLS 3.3.12: gnutls_priority_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fecc_005fcurve_005flist.html b/manual/html_node/gnutls_005fpriority_005fecc_005fcurve_005flist.html index 19d4d7c4cd..5730e8a27e 100644 --- a/manual/html_node/gnutls_005fpriority_005fecc_005fcurve_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fecc_005fcurve_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_ecc_curve_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_ecc_curve_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_ecc_curve_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_ecc_curve_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_ecc_curve_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_ecc_curve_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fget_005fcipher_005fsuite_005findex.html b/manual/html_node/gnutls_005fpriority_005fget_005fcipher_005fsuite_005findex.html index 974209f0cd..06f9dc97a9 100644 --- a/manual/html_node/gnutls_005fpriority_005fget_005fcipher_005fsuite_005findex.html +++ b/manual/html_node/gnutls_005fpriority_005fget_005fcipher_005fsuite_005findex.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_get_cipher_suite_index</title> +<title>GnuTLS 3.3.12: gnutls_priority_get_cipher_suite_index</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_get_cipher_suite_index"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_get_cipher_suite_index"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_get_cipher_suite_index"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_get_cipher_suite_index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005finit.html b/manual/html_node/gnutls_005fpriority_005finit.html index cb72e9bf54..922450f740 100644 --- a/manual/html_node/gnutls_005fpriority_005finit.html +++ b/manual/html_node/gnutls_005fpriority_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_init</title> +<title>GnuTLS 3.3.12: gnutls_priority_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fkx_005flist.html b/manual/html_node/gnutls_005fpriority_005fkx_005flist.html index ca0061f219..35e70e8d93 100644 --- a/manual/html_node/gnutls_005fpriority_005fkx_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fkx_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_kx_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_kx_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_kx_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_kx_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_kx_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_kx_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fmac_005flist.html b/manual/html_node/gnutls_005fpriority_005fmac_005flist.html index 804a49023f..57c48d0233 100644 --- a/manual/html_node/gnutls_005fpriority_005fmac_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fmac_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_mac_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_mac_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_mac_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_mac_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_mac_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_mac_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fprotocol_005flist.html b/manual/html_node/gnutls_005fpriority_005fprotocol_005flist.html index fd3d6b9368..f8f2eb9c8f 100644 --- a/manual/html_node/gnutls_005fpriority_005fprotocol_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fprotocol_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_protocol_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_protocol_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_protocol_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_protocol_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_protocol_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_protocol_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fset.html b/manual/html_node/gnutls_005fpriority_005fset.html index fb27cfe108..643ee7e567 100644 --- a/manual/html_node/gnutls_005fpriority_005fset.html +++ b/manual/html_node/gnutls_005fpriority_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_set</title> +<title>GnuTLS 3.3.12: gnutls_priority_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fset_005fdirect.html b/manual/html_node/gnutls_005fpriority_005fset_005fdirect.html index fd06d3be78..5865c376e4 100644 --- a/manual/html_node/gnutls_005fpriority_005fset_005fdirect.html +++ b/manual/html_node/gnutls_005fpriority_005fset_005fdirect.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_set_direct</title> +<title>GnuTLS 3.3.12: gnutls_priority_set_direct</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_set_direct"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_set_direct"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_set_direct"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_set_direct"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpriority_005fsign_005flist.html b/manual/html_node/gnutls_005fpriority_005fsign_005flist.html index fa205f4fd4..1d03aa7589 100644 --- a/manual/html_node/gnutls_005fpriority_005fsign_005flist.html +++ b/manual/html_node/gnutls_005fpriority_005fsign_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_priority_sign_list</title> +<title>GnuTLS 3.3.12: gnutls_priority_sign_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_priority_sign_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_priority_sign_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_priority_sign_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_priority_sign_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fdecrypt_005fdata.html b/manual/html_node/gnutls_005fprivkey_005fdecrypt_005fdata.html index cf6d1fb9be..29bea55d5c 100644 --- a/manual/html_node/gnutls_005fprivkey_005fdecrypt_005fdata.html +++ b/manual/html_node/gnutls_005fprivkey_005fdecrypt_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_decrypt_data</title> +<title>GnuTLS 3.3.12: gnutls_privkey_decrypt_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_decrypt_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_decrypt_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_decrypt_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_decrypt_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fdeinit.html b/manual/html_node/gnutls_005fprivkey_005fdeinit.html index 75cc958a45..dbb1de79d8 100644 --- a/manual/html_node/gnutls_005fprivkey_005fdeinit.html +++ b/manual/html_node/gnutls_005fprivkey_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_deinit</title> +<title>GnuTLS 3.3.12: gnutls_privkey_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fexport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fexport_005fdsa_005fraw.html index c262341a3d..e464d272c4 100644 --- a/manual/html_node/gnutls_005fprivkey_005fexport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fexport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_export_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_export_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_export_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_export_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_export_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_export_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fexport_005fecc_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fexport_005fecc_005fraw.html index 8202d1bd8f..250030c719 100644 --- a/manual/html_node/gnutls_005fprivkey_005fexport_005fecc_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fexport_005fecc_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_export_ecc_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_export_ecc_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_export_ecc_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_export_ecc_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_export_ecc_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_export_ecc_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fexport_005frsa_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fexport_005frsa_005fraw.html index 2eb4f01a3c..f6c2e1f245 100644 --- a/manual/html_node/gnutls_005fprivkey_005fexport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fexport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_export_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_export_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_export_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_export_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_export_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_export_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fgenerate.html b/manual/html_node/gnutls_005fprivkey_005fgenerate.html index c37c7a009f..46a65e5adc 100644 --- a/manual/html_node/gnutls_005fprivkey_005fgenerate.html +++ b/manual/html_node/gnutls_005fprivkey_005fgenerate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_generate</title> +<title>GnuTLS 3.3.12: gnutls_privkey_generate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_generate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_generate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_generate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_generate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fprivkey_005fget_005fpk_005falgorithm.html index 0a44f5b2a7..b571bd6f42 100644 --- a/manual/html_node/gnutls_005fprivkey_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fprivkey_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_privkey_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fget_005ftype.html b/manual/html_node/gnutls_005fprivkey_005fget_005ftype.html index b914179b8c..299300e215 100644 --- a/manual/html_node/gnutls_005fprivkey_005fget_005ftype.html +++ b/manual/html_node/gnutls_005fprivkey_005fget_005ftype.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_get_type</title> +<title>GnuTLS 3.3.12: gnutls_privkey_get_type</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_get_type"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_get_type"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_get_type"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_get_type"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fdsa_005fraw.html index 26afc1103b..653f8d4f60 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fecc_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fecc_005fraw.html index 85f2830382..dfb4239e13 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fecc_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fecc_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_ecc_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_ecc_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_ecc_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_ecc_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_ecc_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_ecc_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fext.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fext.html index ceec0db93a..437f16d20b 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fext.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fext.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_ext</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_ext</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_ext"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_ext"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_ext"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_ext"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fext2.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fext2.html index aa087999ec..cf04c7376e 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fext2.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fext2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_ext2</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_ext2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_ext2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_ext2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_ext2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_ext2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp.html index a69a640581..c7101fd32d 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_openpgp</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_openpgp</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_openpgp"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_openpgp"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_openpgp"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_openpgp"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp_005fraw.html index 3d21f21967..9ce49222ec 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fopenpgp_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_openpgp_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_openpgp_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_openpgp_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_openpgp_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_openpgp_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_openpgp_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11.html index 83e0d0e6cb..bbdc53a768 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_pkcs11</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_pkcs11</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_pkcs11"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_pkcs11"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_pkcs11"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_pkcs11"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11_005furl.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11_005furl.html index ed03faf571..182cda5b07 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11_005furl.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fpkcs11_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_pkcs11_url</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_pkcs11_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_pkcs11_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_pkcs11_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_pkcs11_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_pkcs11_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005frsa_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fimport_005frsa_005fraw.html index c5aa756ee9..e54d5fe33a 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005fraw.html index 73df4e3750..00ee26e308 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_tpm_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_tpm_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_tpm_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_tpm_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_tpm_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_tpm_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005furl.html b/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005furl.html index 9bd3aa1fb4..8a0419f8b7 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005furl.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005ftpm_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_tpm_url</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_tpm_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_tpm_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_tpm_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_tpm_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_tpm_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005furl.html b/manual/html_node/gnutls_005fprivkey_005fimport_005furl.html index ff085c1790..d350ad70a9 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005furl.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_url</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fx509.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fx509.html index 65c13c3aef..599d02fcf2 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fx509.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fx509.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_x509</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_x509</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_x509"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_x509"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_x509"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_x509"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fimport_005fx509_005fraw.html b/manual/html_node/gnutls_005fprivkey_005fimport_005fx509_005fraw.html index ab55ad9f7e..546541618d 100644 --- a/manual/html_node/gnutls_005fprivkey_005fimport_005fx509_005fraw.html +++ b/manual/html_node/gnutls_005fprivkey_005fimport_005fx509_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_import_x509_raw</title> +<title>GnuTLS 3.3.12: gnutls_privkey_import_x509_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_import_x509_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_import_x509_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_import_x509_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_import_x509_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005finit.html b/manual/html_node/gnutls_005fprivkey_005finit.html index 74a079789d..16c540fa71 100644 --- a/manual/html_node/gnutls_005fprivkey_005finit.html +++ b/manual/html_node/gnutls_005fprivkey_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_init</title> +<title>GnuTLS 3.3.12: gnutls_privkey_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fprivkey_005fset_005fpin_005ffunction.html index 5c6c9a7505..8555caf4d1 100644 --- a/manual/html_node/gnutls_005fprivkey_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fprivkey_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_privkey_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fsign_005fdata.html b/manual/html_node/gnutls_005fprivkey_005fsign_005fdata.html index aca2dc7827..59de465471 100644 --- a/manual/html_node/gnutls_005fprivkey_005fsign_005fdata.html +++ b/manual/html_node/gnutls_005fprivkey_005fsign_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_sign_data</title> +<title>GnuTLS 3.3.12: gnutls_privkey_sign_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_sign_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_sign_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_sign_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_sign_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fsign_005fhash.html b/manual/html_node/gnutls_005fprivkey_005fsign_005fhash.html index 343bddb209..1cc193abab 100644 --- a/manual/html_node/gnutls_005fprivkey_005fsign_005fhash.html +++ b/manual/html_node/gnutls_005fprivkey_005fsign_005fhash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_sign_hash</title> +<title>GnuTLS 3.3.12: gnutls_privkey_sign_hash</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_sign_hash"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_sign_hash"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_sign_hash"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_sign_hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fsign_005fraw_005fdata.html b/manual/html_node/gnutls_005fprivkey_005fsign_005fraw_005fdata.html index 13463ca327..c43c15d371 100644 --- a/manual/html_node/gnutls_005fprivkey_005fsign_005fraw_005fdata.html +++ b/manual/html_node/gnutls_005fprivkey_005fsign_005fraw_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_sign_raw_data</title> +<title>GnuTLS 3.3.12: gnutls_privkey_sign_raw_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_sign_raw_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_sign_raw_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_sign_raw_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_sign_raw_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fstatus.html b/manual/html_node/gnutls_005fprivkey_005fstatus.html index 1c1a3bb175..8768686658 100644 --- a/manual/html_node/gnutls_005fprivkey_005fstatus.html +++ b/manual/html_node/gnutls_005fprivkey_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_status</title> +<title>GnuTLS 3.3.12: gnutls_privkey_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprivkey_005fverify_005fparams.html b/manual/html_node/gnutls_005fprivkey_005fverify_005fparams.html index 56fa22173e..b63c0550ef 100644 --- a/manual/html_node/gnutls_005fprivkey_005fverify_005fparams.html +++ b/manual/html_node/gnutls_005fprivkey_005fverify_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_privkey_verify_params</title> +<title>GnuTLS 3.3.12: gnutls_privkey_verify_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_privkey_verify_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_privkey_verify_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_privkey_verify_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_privkey_verify_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprotocol_005fget_005fid.html b/manual/html_node/gnutls_005fprotocol_005fget_005fid.html index 37f50e6a0a..a5c004a579 100644 --- a/manual/html_node/gnutls_005fprotocol_005fget_005fid.html +++ b/manual/html_node/gnutls_005fprotocol_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_protocol_get_id</title> +<title>GnuTLS 3.3.12: gnutls_protocol_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_protocol_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_protocol_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_protocol_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_protocol_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprotocol_005fget_005fname.html b/manual/html_node/gnutls_005fprotocol_005fget_005fname.html index a65d5da4f7..5f5e9adffa 100644 --- a/manual/html_node/gnutls_005fprotocol_005fget_005fname.html +++ b/manual/html_node/gnutls_005fprotocol_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_protocol_get_name</title> +<title>GnuTLS 3.3.12: gnutls_protocol_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_protocol_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_protocol_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_protocol_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_protocol_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprotocol_005fget_005fversion.html b/manual/html_node/gnutls_005fprotocol_005fget_005fversion.html index 39762c3965..bfb1b4a842 100644 --- a/manual/html_node/gnutls_005fprotocol_005fget_005fversion.html +++ b/manual/html_node/gnutls_005fprotocol_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_protocol_get_version</title> +<title>GnuTLS 3.3.12: gnutls_protocol_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_protocol_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_protocol_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_protocol_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_protocol_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprotocol_005flist.html b/manual/html_node/gnutls_005fprotocol_005flist.html index d484c3f3a7..a3dd7cf8c1 100644 --- a/manual/html_node/gnutls_005fprotocol_005flist.html +++ b/manual/html_node/gnutls_005fprotocol_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_protocol_list</title> +<title>GnuTLS 3.3.12: gnutls_protocol_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_protocol_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_protocol_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_protocol_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_protocol_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fprotocol_005fset_005fpriority.html b/manual/html_node/gnutls_005fprotocol_005fset_005fpriority.html index 27b9f81626..0b259c4d92 100644 --- a/manual/html_node/gnutls_005fprotocol_005fset_005fpriority.html +++ b/manual/html_node/gnutls_005fprotocol_005fset_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_protocol_set_priority</title> +<title>GnuTLS 3.3.12: gnutls_protocol_set_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_protocol_set_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_protocol_set_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_protocol_set_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_protocol_set_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fallocate_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fpsk_005fallocate_005fclient_005fcredentials.html index c8bee5895a..b0dd3e0215 100644 --- a/manual/html_node/gnutls_005fpsk_005fallocate_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fpsk_005fallocate_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_allocate_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_psk_allocate_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_allocate_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_allocate_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_allocate_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_allocate_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fallocate_005fserver_005fcredentials.html b/manual/html_node/gnutls_005fpsk_005fallocate_005fserver_005fcredentials.html index b504359f57..a76a266f8d 100644 --- a/manual/html_node/gnutls_005fpsk_005fallocate_005fserver_005fcredentials.html +++ b/manual/html_node/gnutls_005fpsk_005fallocate_005fserver_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_allocate_server_credentials</title> +<title>GnuTLS 3.3.12: gnutls_psk_allocate_server_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_allocate_server_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_allocate_server_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_allocate_server_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_allocate_server_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fclient_005fget_005fhint.html b/manual/html_node/gnutls_005fpsk_005fclient_005fget_005fhint.html index e0f65632f4..d548a77887 100644 --- a/manual/html_node/gnutls_005fpsk_005fclient_005fget_005fhint.html +++ b/manual/html_node/gnutls_005fpsk_005fclient_005fget_005fhint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_client_get_hint</title> +<title>GnuTLS 3.3.12: gnutls_psk_client_get_hint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_client_get_hint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_client_get_hint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_client_get_hint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_client_get_hint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005ffree_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fpsk_005ffree_005fclient_005fcredentials.html index 8aa89fa355..9b288e6aee 100644 --- a/manual/html_node/gnutls_005fpsk_005ffree_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fpsk_005ffree_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_free_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_psk_free_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_free_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_free_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_free_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_free_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005ffree_005fserver_005fcredentials.html b/manual/html_node/gnutls_005fpsk_005ffree_005fserver_005fcredentials.html index f34212d486..07d86958e2 100644 --- a/manual/html_node/gnutls_005fpsk_005ffree_005fserver_005fcredentials.html +++ b/manual/html_node/gnutls_005fpsk_005ffree_005fserver_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_free_server_credentials</title> +<title>GnuTLS 3.3.12: gnutls_psk_free_server_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_free_server_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_free_server_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_free_server_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_free_server_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fserver_005fget_005fusername.html b/manual/html_node/gnutls_005fpsk_005fserver_005fget_005fusername.html index c14cc92712..ec204aaf24 100644 --- a/manual/html_node/gnutls_005fpsk_005fserver_005fget_005fusername.html +++ b/manual/html_node/gnutls_005fpsk_005fserver_005fget_005fusername.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_server_get_username</title> +<title>GnuTLS 3.3.12: gnutls_psk_server_get_username</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_server_get_username"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_server_get_username"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_server_get_username"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_server_get_username"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials.html index 8a0e15d1f6..0592c38124 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials_005ffunction.html b/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials_005ffunction.html index 8ff0cf9f4c..d682548f69 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials_005ffunction.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fclient_005fcredentials_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_client_credentials_function</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_client_credentials_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_client_credentials_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_client_credentials_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_client_credentials_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_client_credentials_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fparams_005ffunction.html b/manual/html_node/gnutls_005fpsk_005fset_005fparams_005ffunction.html index ce75158e5b..e0163ed576 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fparams_005ffunction.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fparams_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_params_function</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_params_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_params_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_params_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_params_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_params_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffile.html b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffile.html index c9860edc5d..2635cb1c5d 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffile.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_server_credentials_file</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_server_credentials_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_server_credentials_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_server_credentials_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_server_credentials_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_server_credentials_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffunction.html b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffunction.html index e5c04e8b02..6d07c18080 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffunction.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_server_credentials_function</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_server_credentials_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_server_credentials_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_server_credentials_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_server_credentials_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_server_credentials_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005fhint.html b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005fhint.html index 11f7825fe8..6a70f781dc 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005fhint.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fcredentials_005fhint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_server_credentials_hint</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_server_credentials_hint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_server_credentials_hint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_server_credentials_hint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_server_credentials_hint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_server_credentials_hint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fdh_005fparams.html b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fdh_005fparams.html index cf1085835d..5afcc188a3 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fdh_005fparams.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fdh_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_server_dh_params</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_server_dh_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_server_dh_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_server_dh_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_server_dh_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_server_dh_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fparams_005ffunction.html b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fparams_005ffunction.html index 502616defe..42c25762e1 100644 --- a/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fparams_005ffunction.html +++ b/manual/html_node/gnutls_005fpsk_005fset_005fserver_005fparams_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_psk_set_server_params_function</title> +<title>GnuTLS 3.3.12: gnutls_psk_set_server_params_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_psk_set_server_params_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_psk_set_server_params_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_psk_set_server_params_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_psk_set_server_params_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fdeinit.html b/manual/html_node/gnutls_005fpubkey_005fdeinit.html index 2701a0d37e..0c5619d40e 100644 --- a/manual/html_node/gnutls_005fpubkey_005fdeinit.html +++ b/manual/html_node/gnutls_005fpubkey_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_deinit</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fencrypt_005fdata.html b/manual/html_node/gnutls_005fpubkey_005fencrypt_005fdata.html index 6462a963eb..08e7871490 100644 --- a/manual/html_node/gnutls_005fpubkey_005fencrypt_005fdata.html +++ b/manual/html_node/gnutls_005fpubkey_005fencrypt_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_encrypt_data</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_encrypt_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_encrypt_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_encrypt_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_encrypt_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_encrypt_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fexport.html b/manual/html_node/gnutls_005fpubkey_005fexport.html index b9692b1686..eaa20e74fa 100644 --- a/manual/html_node/gnutls_005fpubkey_005fexport.html +++ b/manual/html_node/gnutls_005fpubkey_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_export</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fexport2.html b/manual/html_node/gnutls_005fpubkey_005fexport2.html index 40d3d84434..fa038d8df0 100644 --- a/manual/html_node/gnutls_005fpubkey_005fexport2.html +++ b/manual/html_node/gnutls_005fpubkey_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_export2</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fexport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fexport_005fdsa_005fraw.html index b17048f8fc..9156854256 100644 --- a/manual/html_node/gnutls_005fpubkey_005fexport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fexport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_export_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_export_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_export_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_export_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_export_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_export_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fraw.html index ec10e88a02..a1e8556d81 100644 --- a/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_export_ecc_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_export_ecc_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_export_ecc_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_export_ecc_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_export_ecc_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_export_ecc_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fx962.html b/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fx962.html index f439603467..e3ee71e347 100644 --- a/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fx962.html +++ b/manual/html_node/gnutls_005fpubkey_005fexport_005fecc_005fx962.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_export_ecc_x962</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_export_ecc_x962</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_export_ecc_x962"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_export_ecc_x962"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_export_ecc_x962"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_export_ecc_x962"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fexport_005frsa_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fexport_005frsa_005fraw.html index 22e7904e6b..f615b7cced 100644 --- a/manual/html_node/gnutls_005fpubkey_005fexport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fexport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_export_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_export_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_export_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_export_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_export_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_export_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fid.html index 6f8bc29b63..1843719bef 100644 --- a/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fusage.html b/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fusage.html index b7fd7c0169..ea860ae59d 100644 --- a/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fpubkey_005fget_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_get_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_get_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_get_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_get_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_get_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_get_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fget_005fopenpgp_005fkey_005fid.html b/manual/html_node/gnutls_005fpubkey_005fget_005fopenpgp_005fkey_005fid.html index f526cb30e5..1f06cf96fe 100644 --- a/manual/html_node/gnutls_005fpubkey_005fget_005fopenpgp_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fpubkey_005fget_005fopenpgp_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_get_openpgp_key_id</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_get_openpgp_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_get_openpgp_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_get_openpgp_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_get_openpgp_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_get_openpgp_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fpubkey_005fget_005fpk_005falgorithm.html index 9964c3d057..114bae06a6 100644 --- a/manual/html_node/gnutls_005fpubkey_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fpubkey_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fget_005fpreferred_005fhash_005falgorithm.html b/manual/html_node/gnutls_005fpubkey_005fget_005fpreferred_005fhash_005falgorithm.html index 75e140081c..fb15fb2eaa 100644 --- a/manual/html_node/gnutls_005fpubkey_005fget_005fpreferred_005fhash_005falgorithm.html +++ b/manual/html_node/gnutls_005fpubkey_005fget_005fpreferred_005fhash_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_get_preferred_hash_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_get_preferred_hash_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_get_preferred_hash_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_get_preferred_hash_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_get_preferred_hash_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_get_preferred_hash_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fget_005fverify_005falgorithm.html b/manual/html_node/gnutls_005fpubkey_005fget_005fverify_005falgorithm.html index 6cf095b317..3354830e1f 100644 --- a/manual/html_node/gnutls_005fpubkey_005fget_005fverify_005falgorithm.html +++ b/manual/html_node/gnutls_005fpubkey_005fget_005fverify_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_get_verify_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_get_verify_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_get_verify_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_get_verify_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_get_verify_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_get_verify_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport.html b/manual/html_node/gnutls_005fpubkey_005fimport.html index eed47455e5..12dd16043d 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fdsa_005fraw.html index 62b17af011..0d71188f42 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fraw.html index c859c3dc0d..54e4dad521 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_ecc_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_ecc_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_ecc_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_ecc_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_ecc_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_ecc_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fx962.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fx962.html index e2b737d9cf..b71290d6c3 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fx962.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fecc_005fx962.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_ecc_x962</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_ecc_x962</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_ecc_x962"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_ecc_x962"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_ecc_x962"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_ecc_x962"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp.html index 050d217b7d..b0320afcd1 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_openpgp</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_openpgp</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_openpgp"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_openpgp"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_openpgp"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_openpgp"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp_005fraw.html index bebcd4779a..fab25bb286 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fopenpgp_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_openpgp_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_openpgp_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_openpgp_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_openpgp_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_openpgp_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_openpgp_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11.html index 855cb4d75b..879a6333a3 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_pkcs11</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_pkcs11</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_pkcs11"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_pkcs11"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_pkcs11"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_pkcs11"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11_005furl.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11_005furl.html index e462a9cec5..3a65bd06cc 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11_005furl.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fpkcs11_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_pkcs11_url</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_pkcs11_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_pkcs11_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_pkcs11_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_pkcs11_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_pkcs11_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fprivkey.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fprivkey.html index bed527a1eb..3fd4cdefe0 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fprivkey.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fprivkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_privkey</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_privkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_privkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_privkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_privkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_privkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005frsa_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fimport_005frsa_005fraw.html index cfe4f246dd..8edc58f0bc 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005fraw.html index 236474401f..4ae2fdec51 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_tpm_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_tpm_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_tpm_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_tpm_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_tpm_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_tpm_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005furl.html b/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005furl.html index c8990da317..127c12cd85 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005furl.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005ftpm_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_tpm_url</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_tpm_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_tpm_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_tpm_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_tpm_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_tpm_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005furl.html b/manual/html_node/gnutls_005fpubkey_005fimport_005furl.html index 802787879a..e72eb2b687 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005furl.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_url</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fx509.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fx509.html index 12ccc0b164..8f623d1a92 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fx509.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fx509.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_x509</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_x509</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_x509"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_x509"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_x509"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_x509"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fcrq.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fcrq.html index 7d3778d6fb..1cc9a3ef28 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fcrq.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fcrq.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_x509_crq</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_x509_crq</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_x509_crq"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_x509_crq"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_x509_crq"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_x509_crq"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fraw.html b/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fraw.html index 433eebffe3..de50f85d76 100644 --- a/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fraw.html +++ b/manual/html_node/gnutls_005fpubkey_005fimport_005fx509_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_import_x509_raw</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_import_x509_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_import_x509_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_import_x509_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_import_x509_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_import_x509_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005finit.html b/manual/html_node/gnutls_005fpubkey_005finit.html index 1ce3c04bfb..a1cdb5d0ea 100644 --- a/manual/html_node/gnutls_005fpubkey_005finit.html +++ b/manual/html_node/gnutls_005fpubkey_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_init</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fprint.html b/manual/html_node/gnutls_005fpubkey_005fprint.html index 7e2584f7aa..74fabe1675 100644 --- a/manual/html_node/gnutls_005fpubkey_005fprint.html +++ b/manual/html_node/gnutls_005fpubkey_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_print</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fset_005fkey_005fusage.html b/manual/html_node/gnutls_005fpubkey_005fset_005fkey_005fusage.html index 6ffce239f8..6f5121c65b 100644 --- a/manual/html_node/gnutls_005fpubkey_005fset_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fpubkey_005fset_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_set_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_set_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_set_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_set_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_set_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_set_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fpubkey_005fset_005fpin_005ffunction.html index 54af25e06c..6d2dd83f16 100644 --- a/manual/html_node/gnutls_005fpubkey_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fpubkey_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fverify_005fdata.html b/manual/html_node/gnutls_005fpubkey_005fverify_005fdata.html index c75cbe46c5..b14a333b62 100644 --- a/manual/html_node/gnutls_005fpubkey_005fverify_005fdata.html +++ b/manual/html_node/gnutls_005fpubkey_005fverify_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_verify_data</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_verify_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_verify_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_verify_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_verify_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_verify_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fverify_005fdata2.html b/manual/html_node/gnutls_005fpubkey_005fverify_005fdata2.html index 068c01566f..96e2fabec3 100644 --- a/manual/html_node/gnutls_005fpubkey_005fverify_005fdata2.html +++ b/manual/html_node/gnutls_005fpubkey_005fverify_005fdata2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_verify_data2</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_verify_data2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_verify_data2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_verify_data2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_verify_data2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_verify_data2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fverify_005fhash.html b/manual/html_node/gnutls_005fpubkey_005fverify_005fhash.html index 0183697792..b29f746d24 100644 --- a/manual/html_node/gnutls_005fpubkey_005fverify_005fhash.html +++ b/manual/html_node/gnutls_005fpubkey_005fverify_005fhash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_verify_hash</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_verify_hash</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_verify_hash"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_verify_hash"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_verify_hash"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_verify_hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fverify_005fhash2.html b/manual/html_node/gnutls_005fpubkey_005fverify_005fhash2.html index 5ea7369b1b..fac8d48cab 100644 --- a/manual/html_node/gnutls_005fpubkey_005fverify_005fhash2.html +++ b/manual/html_node/gnutls_005fpubkey_005fverify_005fhash2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_verify_hash2</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_verify_hash2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_verify_hash2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_verify_hash2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_verify_hash2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_verify_hash2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fpubkey_005fverify_005fparams.html b/manual/html_node/gnutls_005fpubkey_005fverify_005fparams.html index 9b5e33b0ba..5e91c3093b 100644 --- a/manual/html_node/gnutls_005fpubkey_005fverify_005fparams.html +++ b/manual/html_node/gnutls_005fpubkey_005fverify_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_pubkey_verify_params</title> +<title>GnuTLS 3.3.12: gnutls_pubkey_verify_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_pubkey_verify_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_pubkey_verify_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_pubkey_verify_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_pubkey_verify_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frandom_005fart.html b/manual/html_node/gnutls_005frandom_005fart.html index fa05fe1c13..85c83d683c 100644 --- a/manual/html_node/gnutls_005frandom_005fart.html +++ b/manual/html_node/gnutls_005frandom_005fart.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_random_art</title> +<title>GnuTLS 3.3.12: gnutls_random_art</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_random_art"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_random_art"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_random_art"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_random_art"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frange_005fsplit.html b/manual/html_node/gnutls_005frange_005fsplit.html index be3c1dd041..34c088b93b 100644 --- a/manual/html_node/gnutls_005frange_005fsplit.html +++ b/manual/html_node/gnutls_005frange_005fsplit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_range_split</title> +<title>GnuTLS 3.3.12: gnutls_range_split</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_range_split"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_range_split"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_range_split"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_range_split"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fcan_005fuse_005flength_005fhiding.html b/manual/html_node/gnutls_005frecord_005fcan_005fuse_005flength_005fhiding.html index ad0d88ab99..0ea4983106 100644 --- a/manual/html_node/gnutls_005frecord_005fcan_005fuse_005flength_005fhiding.html +++ b/manual/html_node/gnutls_005frecord_005fcan_005fuse_005flength_005fhiding.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_can_use_length_hiding</title> +<title>GnuTLS 3.3.12: gnutls_record_can_use_length_hiding</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_can_use_length_hiding"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_can_use_length_hiding"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_can_use_length_hiding"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_can_use_length_hiding"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fcheck_005fcorked.html b/manual/html_node/gnutls_005frecord_005fcheck_005fcorked.html index cd42f6e4f7..d2e544953f 100644 --- a/manual/html_node/gnutls_005frecord_005fcheck_005fcorked.html +++ b/manual/html_node/gnutls_005frecord_005fcheck_005fcorked.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_check_corked</title> +<title>GnuTLS 3.3.12: gnutls_record_check_corked</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_check_corked"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_check_corked"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_check_corked"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_check_corked"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fcheck_005fpending.html b/manual/html_node/gnutls_005frecord_005fcheck_005fpending.html index c58e60500c..23be6540dd 100644 --- a/manual/html_node/gnutls_005frecord_005fcheck_005fpending.html +++ b/manual/html_node/gnutls_005frecord_005fcheck_005fpending.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_check_pending</title> +<title>GnuTLS 3.3.12: gnutls_record_check_pending</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_check_pending"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_check_pending"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_check_pending"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_check_pending"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fcork.html b/manual/html_node/gnutls_005frecord_005fcork.html index 174e65dbc5..7a57940cb0 100644 --- a/manual/html_node/gnutls_005frecord_005fcork.html +++ b/manual/html_node/gnutls_005frecord_005fcork.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_cork</title> +<title>GnuTLS 3.3.12: gnutls_record_cork</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_cork"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_cork"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_cork"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_cork"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fdisable_005fpadding.html b/manual/html_node/gnutls_005frecord_005fdisable_005fpadding.html index b2dc175165..b74ba17db6 100644 --- a/manual/html_node/gnutls_005frecord_005fdisable_005fpadding.html +++ b/manual/html_node/gnutls_005frecord_005fdisable_005fpadding.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_disable_padding</title> +<title>GnuTLS 3.3.12: gnutls_record_disable_padding</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_disable_padding"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_disable_padding"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_disable_padding"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_disable_padding"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fget_005fdirection.html b/manual/html_node/gnutls_005frecord_005fget_005fdirection.html index 0b8fef8d01..93f7f273b9 100644 --- a/manual/html_node/gnutls_005frecord_005fget_005fdirection.html +++ b/manual/html_node/gnutls_005frecord_005fget_005fdirection.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_get_direction</title> +<title>GnuTLS 3.3.12: gnutls_record_get_direction</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_get_direction"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_get_direction"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_get_direction"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_get_direction"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fget_005fdiscarded.html b/manual/html_node/gnutls_005frecord_005fget_005fdiscarded.html index ee4697e683..af92ddf0d9 100644 --- a/manual/html_node/gnutls_005frecord_005fget_005fdiscarded.html +++ b/manual/html_node/gnutls_005frecord_005fget_005fdiscarded.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_get_discarded</title> +<title>GnuTLS 3.3.12: gnutls_record_get_discarded</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_get_discarded"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_get_discarded"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_get_discarded"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_get_discarded"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fget_005fmax_005fsize.html b/manual/html_node/gnutls_005frecord_005fget_005fmax_005fsize.html index 60be0c722e..0be8ee2788 100644 --- a/manual/html_node/gnutls_005frecord_005fget_005fmax_005fsize.html +++ b/manual/html_node/gnutls_005frecord_005fget_005fmax_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_get_max_size</title> +<title>GnuTLS 3.3.12: gnutls_record_get_max_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_get_max_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_get_max_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_get_max_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_get_max_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005foverhead_005fsize.html b/manual/html_node/gnutls_005frecord_005foverhead_005fsize.html index fbf39bb94f..5e8fd7c4f0 100644 --- a/manual/html_node/gnutls_005frecord_005foverhead_005fsize.html +++ b/manual/html_node/gnutls_005frecord_005foverhead_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_overhead_size</title> +<title>GnuTLS 3.3.12: gnutls_record_overhead_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_overhead_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_overhead_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_overhead_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_overhead_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005frecv.html b/manual/html_node/gnutls_005frecord_005frecv.html index c5bd889f96..021c9ecdcd 100644 --- a/manual/html_node/gnutls_005frecord_005frecv.html +++ b/manual/html_node/gnutls_005frecord_005frecv.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_recv</title> +<title>GnuTLS 3.3.12: gnutls_record_recv</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_recv"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_recv"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_recv"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_recv"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005frecv_005fpacket.html b/manual/html_node/gnutls_005frecord_005frecv_005fpacket.html index 470f1538ea..a15ebf7b21 100644 --- a/manual/html_node/gnutls_005frecord_005frecv_005fpacket.html +++ b/manual/html_node/gnutls_005frecord_005frecv_005fpacket.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_recv_packet</title> +<title>GnuTLS 3.3.12: gnutls_record_recv_packet</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_recv_packet"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_recv_packet"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_recv_packet"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_recv_packet"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005frecv_005fseq.html b/manual/html_node/gnutls_005frecord_005frecv_005fseq.html index 780e6feb69..c45bca0fb3 100644 --- a/manual/html_node/gnutls_005frecord_005frecv_005fseq.html +++ b/manual/html_node/gnutls_005frecord_005frecv_005fseq.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_recv_seq</title> +<title>GnuTLS 3.3.12: gnutls_record_recv_seq</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_recv_seq"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_recv_seq"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_recv_seq"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_recv_seq"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fsend.html b/manual/html_node/gnutls_005frecord_005fsend.html index db30b01f90..6fd79d4d47 100644 --- a/manual/html_node/gnutls_005frecord_005fsend.html +++ b/manual/html_node/gnutls_005frecord_005fsend.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_send</title> +<title>GnuTLS 3.3.12: gnutls_record_send</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_send"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_send"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_send"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_send"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fsend_005frange.html b/manual/html_node/gnutls_005frecord_005fsend_005frange.html index 6173ee496a..b8d0b210ba 100644 --- a/manual/html_node/gnutls_005frecord_005fsend_005frange.html +++ b/manual/html_node/gnutls_005frecord_005fsend_005frange.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_send_range</title> +<title>GnuTLS 3.3.12: gnutls_record_send_range</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_send_range"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_send_range"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_send_range"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_send_range"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fset_005fmax_005fempty_005frecords.html b/manual/html_node/gnutls_005frecord_005fset_005fmax_005fempty_005frecords.html index 0778b99964..c4d351a02a 100644 --- a/manual/html_node/gnutls_005frecord_005fset_005fmax_005fempty_005frecords.html +++ b/manual/html_node/gnutls_005frecord_005fset_005fmax_005fempty_005frecords.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_set_max_empty_records</title> +<title>GnuTLS 3.3.12: gnutls_record_set_max_empty_records</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_set_max_empty_records"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_set_max_empty_records"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_set_max_empty_records"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_set_max_empty_records"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fset_005fmax_005fsize.html b/manual/html_node/gnutls_005frecord_005fset_005fmax_005fsize.html index 8bca7b5e61..3d7089f311 100644 --- a/manual/html_node/gnutls_005frecord_005fset_005fmax_005fsize.html +++ b/manual/html_node/gnutls_005frecord_005fset_005fmax_005fsize.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_set_max_size</title> +<title>GnuTLS 3.3.12: gnutls_record_set_max_size</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_set_max_size"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_set_max_size"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_set_max_size"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_set_max_size"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005fset_005ftimeout.html b/manual/html_node/gnutls_005frecord_005fset_005ftimeout.html index 66025d5780..ace4da9a0b 100644 --- a/manual/html_node/gnutls_005frecord_005fset_005ftimeout.html +++ b/manual/html_node/gnutls_005frecord_005fset_005ftimeout.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_set_timeout</title> +<title>GnuTLS 3.3.12: gnutls_record_set_timeout</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_set_timeout"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_set_timeout"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_set_timeout"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_set_timeout"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frecord_005funcork.html b/manual/html_node/gnutls_005frecord_005funcork.html index 8ff5149d5d..3cf272642e 100644 --- a/manual/html_node/gnutls_005frecord_005funcork.html +++ b/manual/html_node/gnutls_005frecord_005funcork.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_record_uncork</title> +<title>GnuTLS 3.3.12: gnutls_record_uncork</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_record_uncork"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_record_uncork"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_record_uncork"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_record_uncork"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frehandshake.html b/manual/html_node/gnutls_005frehandshake.html index 9749bbd146..07a1d901bc 100644 --- a/manual/html_node/gnutls_005frehandshake.html +++ b/manual/html_node/gnutls_005frehandshake.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rehandshake</title> +<title>GnuTLS 3.3.12: gnutls_rehandshake</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rehandshake"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rehandshake"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rehandshake"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rehandshake"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frnd.html b/manual/html_node/gnutls_005frnd.html index 12efc484d8..aa34da5012 100644 --- a/manual/html_node/gnutls_005frnd.html +++ b/manual/html_node/gnutls_005frnd.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rnd</title> +<title>GnuTLS 3.3.12: gnutls_rnd</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rnd"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rnd"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rnd"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rnd"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frnd_005flevel_005ft.html b/manual/html_node/gnutls_005frnd_005flevel_005ft.html index 53e681c43c..2827e9487e 100644 --- a/manual/html_node/gnutls_005frnd_005flevel_005ft.html +++ b/manual/html_node/gnutls_005frnd_005flevel_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 8.1</title> +<title>GnuTLS 3.3.12: Figure 8.1</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 8.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 8.1"> +<meta name="description" content="GnuTLS 3.3.12: Figure 8.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 8.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frnd_005frefresh.html b/manual/html_node/gnutls_005frnd_005frefresh.html index 7a8a818ff1..f3f434a9b3 100644 --- a/manual/html_node/gnutls_005frnd_005frefresh.html +++ b/manual/html_node/gnutls_005frnd_005frefresh.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rnd_refresh</title> +<title>GnuTLS 3.3.12: gnutls_rnd_refresh</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rnd_refresh"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rnd_refresh"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rnd_refresh"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rnd_refresh"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fexport_005fget_005fmodulus_005fbits.html b/manual/html_node/gnutls_005frsa_005fexport_005fget_005fmodulus_005fbits.html index 473e020893..a124a66fc3 100644 --- a/manual/html_node/gnutls_005frsa_005fexport_005fget_005fmodulus_005fbits.html +++ b/manual/html_node/gnutls_005frsa_005fexport_005fget_005fmodulus_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_export_get_modulus_bits</title> +<title>GnuTLS 3.3.12: gnutls_rsa_export_get_modulus_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_export_get_modulus_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_export_get_modulus_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_export_get_modulus_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_export_get_modulus_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fexport_005fget_005fpubkey.html b/manual/html_node/gnutls_005frsa_005fexport_005fget_005fpubkey.html index 100b4ff7bd..5743acca1a 100644 --- a/manual/html_node/gnutls_005frsa_005fexport_005fget_005fpubkey.html +++ b/manual/html_node/gnutls_005frsa_005fexport_005fget_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_export_get_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_rsa_export_get_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_export_get_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_export_get_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_export_get_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_export_get_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fcpy.html b/manual/html_node/gnutls_005frsa_005fparams_005fcpy.html index 0449826090..b6f5ebcc5d 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fcpy.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fcpy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_cpy</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_cpy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_cpy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_cpy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_cpy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_cpy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fdeinit.html b/manual/html_node/gnutls_005frsa_005fparams_005fdeinit.html index 7d701f235d..2e9c2ad03d 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fdeinit.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_deinit</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fpkcs1.html b/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fpkcs1.html index f4868ef119..2a0743cfe8 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fpkcs1.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fpkcs1.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_export_pkcs1</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_export_pkcs1</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_export_pkcs1"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_export_pkcs1"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_export_pkcs1"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_export_pkcs1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fraw.html b/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fraw.html index 17df56b393..49105d83dc 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fraw.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fexport_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_export_raw</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_export_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_export_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_export_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_export_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_export_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fgenerate2.html b/manual/html_node/gnutls_005frsa_005fparams_005fgenerate2.html index 6fc33f5112..6a40d76d29 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fgenerate2.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fgenerate2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_generate2</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_generate2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_generate2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_generate2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_generate2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_generate2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fpkcs1.html b/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fpkcs1.html index 5cc8c921ab..df572ed367 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fpkcs1.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fpkcs1.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_import_pkcs1</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_import_pkcs1</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_import_pkcs1"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_import_pkcs1"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_import_pkcs1"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_import_pkcs1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fraw.html b/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fraw.html index 25d7b4316f..8eb371c807 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fraw.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005fimport_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_import_raw</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_import_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_import_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_import_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_import_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_import_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005frsa_005fparams_005finit.html b/manual/html_node/gnutls_005frsa_005fparams_005finit.html index 5510bac0e6..958c63aea6 100644 --- a/manual/html_node/gnutls_005frsa_005fparams_005finit.html +++ b/manual/html_node/gnutls_005frsa_005fparams_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_rsa_params_init</title> +<title>GnuTLS 3.3.12: gnutls_rsa_params_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_rsa_params_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_rsa_params_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_rsa_params_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_rsa_params_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsafe_005frenegotiation_005fstatus.html b/manual/html_node/gnutls_005fsafe_005frenegotiation_005fstatus.html index f84210bac2..dfc1e04c9e 100644 --- a/manual/html_node/gnutls_005fsafe_005frenegotiation_005fstatus.html +++ b/manual/html_node/gnutls_005fsafe_005frenegotiation_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_safe_renegotiation_status</title> +<title>GnuTLS 3.3.12: gnutls_safe_renegotiation_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_safe_renegotiation_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_safe_renegotiation_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_safe_renegotiation_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_safe_renegotiation_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsec_005fparam_005fget_005fname.html b/manual/html_node/gnutls_005fsec_005fparam_005fget_005fname.html index 850e67dd45..0240304ef0 100644 --- a/manual/html_node/gnutls_005fsec_005fparam_005fget_005fname.html +++ b/manual/html_node/gnutls_005fsec_005fparam_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sec_param_get_name</title> +<title>GnuTLS 3.3.12: gnutls_sec_param_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sec_param_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sec_param_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sec_param_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sec_param_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsec_005fparam_005fto_005fpk_005fbits.html b/manual/html_node/gnutls_005fsec_005fparam_005fto_005fpk_005fbits.html index 9bd8f55325..9d02af6715 100644 --- a/manual/html_node/gnutls_005fsec_005fparam_005fto_005fpk_005fbits.html +++ b/manual/html_node/gnutls_005fsec_005fparam_005fto_005fpk_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sec_param_to_pk_bits</title> +<title>GnuTLS 3.3.12: gnutls_sec_param_to_pk_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sec_param_to_pk_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sec_param_to_pk_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sec_param_to_pk_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sec_param_to_pk_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsec_005fparam_005fto_005fsymmetric_005fbits.html b/manual/html_node/gnutls_005fsec_005fparam_005fto_005fsymmetric_005fbits.html index de04092fb6..26d8e3bfc2 100644 --- a/manual/html_node/gnutls_005fsec_005fparam_005fto_005fsymmetric_005fbits.html +++ b/manual/html_node/gnutls_005fsec_005fparam_005fto_005fsymmetric_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sec_param_to_symmetric_bits</title> +<title>GnuTLS 3.3.12: gnutls_sec_param_to_symmetric_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sec_param_to_symmetric_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sec_param_to_symmetric_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sec_param_to_symmetric_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sec_param_to_symmetric_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fserver_005fname_005fget.html b/manual/html_node/gnutls_005fserver_005fname_005fget.html index 972af1acfa..4946b7b2ea 100644 --- a/manual/html_node/gnutls_005fserver_005fname_005fget.html +++ b/manual/html_node/gnutls_005fserver_005fname_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_server_name_get</title> +<title>GnuTLS 3.3.12: gnutls_server_name_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_server_name_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_server_name_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_server_name_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_server_name_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fserver_005fname_005fset.html b/manual/html_node/gnutls_005fserver_005fname_005fset.html index d4dc801827..bd9b814a7a 100644 --- a/manual/html_node/gnutls_005fserver_005fname_005fset.html +++ b/manual/html_node/gnutls_005fserver_005fname_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_server_name_set</title> +<title>GnuTLS 3.3.12: gnutls_server_name_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_server_name_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_server_name_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_server_name_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_server_name_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fchannel_005fbinding.html b/manual/html_node/gnutls_005fsession_005fchannel_005fbinding.html index 9895d44482..4fb190ae54 100644 --- a/manual/html_node/gnutls_005fsession_005fchannel_005fbinding.html +++ b/manual/html_node/gnutls_005fsession_005fchannel_005fbinding.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_channel_binding</title> +<title>GnuTLS 3.3.12: gnutls_session_channel_binding</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_channel_binding"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_channel_binding"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_channel_binding"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_channel_binding"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fenable_005fcompatibility_005fmode.html b/manual/html_node/gnutls_005fsession_005fenable_005fcompatibility_005fmode.html index a7e5e1de3f..21a3e34c2a 100644 --- a/manual/html_node/gnutls_005fsession_005fenable_005fcompatibility_005fmode.html +++ b/manual/html_node/gnutls_005fsession_005fenable_005fcompatibility_005fmode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_enable_compatibility_mode</title> +<title>GnuTLS 3.3.12: gnutls_session_enable_compatibility_mode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_enable_compatibility_mode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_enable_compatibility_mode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_enable_compatibility_mode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_enable_compatibility_mode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fforce_005fvalid.html b/manual/html_node/gnutls_005fsession_005fforce_005fvalid.html index 0b04b41221..e8230a1a64 100644 --- a/manual/html_node/gnutls_005fsession_005fforce_005fvalid.html +++ b/manual/html_node/gnutls_005fsession_005fforce_005fvalid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_force_valid</title> +<title>GnuTLS 3.3.12: gnutls_session_force_valid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_force_valid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_force_valid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_force_valid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_force_valid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005fdata.html b/manual/html_node/gnutls_005fsession_005fget_005fdata.html index 904c05027c..cf1b35f45d 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005fdata.html +++ b/manual/html_node/gnutls_005fsession_005fget_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_data</title> +<title>GnuTLS 3.3.12: gnutls_session_get_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005fdata2.html b/manual/html_node/gnutls_005fsession_005fget_005fdata2.html index a9c427d44c..3dbf810866 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005fdata2.html +++ b/manual/html_node/gnutls_005fsession_005fget_005fdata2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_data2</title> +<title>GnuTLS 3.3.12: gnutls_session_get_data2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_data2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_data2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_data2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_data2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005fdesc.html b/manual/html_node/gnutls_005fsession_005fget_005fdesc.html index b5a680df52..c27adfcc55 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005fdesc.html +++ b/manual/html_node/gnutls_005fsession_005fget_005fdesc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_desc</title> +<title>GnuTLS 3.3.12: gnutls_session_get_desc</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_desc"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_desc"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_desc"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_desc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005fid.html b/manual/html_node/gnutls_005fsession_005fget_005fid.html index 7f2cc2aa1a..358adf49f1 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005fid.html +++ b/manual/html_node/gnutls_005fsession_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_id</title> +<title>GnuTLS 3.3.12: gnutls_session_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005fid2.html b/manual/html_node/gnutls_005fsession_005fget_005fid2.html index 811f06ce55..e68e502249 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005fid2.html +++ b/manual/html_node/gnutls_005fsession_005fget_005fid2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_id2</title> +<title>GnuTLS 3.3.12: gnutls_session_get_id2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_id2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_id2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_id2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_id2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005fptr.html b/manual/html_node/gnutls_005fsession_005fget_005fptr.html index 8fa7d1089a..df38c79f86 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005fptr.html +++ b/manual/html_node/gnutls_005fsession_005fget_005fptr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_ptr</title> +<title>GnuTLS 3.3.12: gnutls_session_get_ptr</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_ptr"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_ptr"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_ptr"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_ptr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fget_005frandom.html b/manual/html_node/gnutls_005fsession_005fget_005frandom.html index a0d0ef7ef1..9a63ab08e2 100644 --- a/manual/html_node/gnutls_005fsession_005fget_005frandom.html +++ b/manual/html_node/gnutls_005fsession_005fget_005frandom.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_get_random</title> +<title>GnuTLS 3.3.12: gnutls_session_get_random</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_get_random"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_get_random"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_get_random"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_get_random"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fis_005fresumed.html b/manual/html_node/gnutls_005fsession_005fis_005fresumed.html index 13b19a4424..5a9dc9db58 100644 --- a/manual/html_node/gnutls_005fsession_005fis_005fresumed.html +++ b/manual/html_node/gnutls_005fsession_005fis_005fresumed.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_is_resumed</title> +<title>GnuTLS 3.3.12: gnutls_session_is_resumed</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_is_resumed"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_is_resumed"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_is_resumed"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_is_resumed"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fresumption_005frequested.html b/manual/html_node/gnutls_005fsession_005fresumption_005frequested.html index cea57d4dda..97d8dd5f06 100644 --- a/manual/html_node/gnutls_005fsession_005fresumption_005frequested.html +++ b/manual/html_node/gnutls_005fsession_005fresumption_005frequested.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_resumption_requested</title> +<title>GnuTLS 3.3.12: gnutls_session_resumption_requested</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_resumption_requested"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_resumption_requested"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_resumption_requested"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_resumption_requested"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fset_005fdata.html b/manual/html_node/gnutls_005fsession_005fset_005fdata.html index c611c759c1..a8b1e5781c 100644 --- a/manual/html_node/gnutls_005fsession_005fset_005fdata.html +++ b/manual/html_node/gnutls_005fsession_005fset_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_set_data</title> +<title>GnuTLS 3.3.12: gnutls_session_set_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_set_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_set_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_set_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_set_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fset_005fid.html b/manual/html_node/gnutls_005fsession_005fset_005fid.html index e3e169cc3e..78d3baf148 100644 --- a/manual/html_node/gnutls_005fsession_005fset_005fid.html +++ b/manual/html_node/gnutls_005fsession_005fset_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_set_id</title> +<title>GnuTLS 3.3.12: gnutls_session_set_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_set_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_set_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_set_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_set_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fset_005fpremaster.html b/manual/html_node/gnutls_005fsession_005fset_005fpremaster.html index 91721c80eb..9ca0148a78 100644 --- a/manual/html_node/gnutls_005fsession_005fset_005fpremaster.html +++ b/manual/html_node/gnutls_005fsession_005fset_005fpremaster.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_set_premaster</title> +<title>GnuTLS 3.3.12: gnutls_session_set_premaster</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_set_premaster"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_set_premaster"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_set_premaster"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_set_premaster"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fset_005fptr.html b/manual/html_node/gnutls_005fsession_005fset_005fptr.html index df11a8aa90..6d283e3f1b 100644 --- a/manual/html_node/gnutls_005fsession_005fset_005fptr.html +++ b/manual/html_node/gnutls_005fsession_005fset_005fptr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_set_ptr</title> +<title>GnuTLS 3.3.12: gnutls_session_set_ptr</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_set_ptr"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_set_ptr"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_set_ptr"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_set_ptr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fclient.html b/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fclient.html index dff8c71a93..5d4759a4bc 100644 --- a/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fclient.html +++ b/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fclient.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_ticket_enable_client</title> +<title>GnuTLS 3.3.12: gnutls_session_ticket_enable_client</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_ticket_enable_client"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_ticket_enable_client"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_ticket_enable_client"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_ticket_enable_client"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fserver.html b/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fserver.html index 1779e8861d..194e918144 100644 --- a/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fserver.html +++ b/manual/html_node/gnutls_005fsession_005fticket_005fenable_005fserver.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_ticket_enable_server</title> +<title>GnuTLS 3.3.12: gnutls_session_ticket_enable_server</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_ticket_enable_server"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_ticket_enable_server"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_ticket_enable_server"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_ticket_enable_server"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsession_005fticket_005fkey_005fgenerate.html b/manual/html_node/gnutls_005fsession_005fticket_005fkey_005fgenerate.html index 963a505c50..ef1dfbc979 100644 --- a/manual/html_node/gnutls_005fsession_005fticket_005fkey_005fgenerate.html +++ b/manual/html_node/gnutls_005fsession_005fticket_005fkey_005fgenerate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_session_ticket_key_generate</title> +<title>GnuTLS 3.3.12: gnutls_session_ticket_key_generate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_session_ticket_key_generate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_session_ticket_key_generate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_session_ticket_key_generate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_session_ticket_key_generate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fset_005fdefault_005fexport_005fpriority.html b/manual/html_node/gnutls_005fset_005fdefault_005fexport_005fpriority.html index f82fef9d83..c8dd8bab35 100644 --- a/manual/html_node/gnutls_005fset_005fdefault_005fexport_005fpriority.html +++ b/manual/html_node/gnutls_005fset_005fdefault_005fexport_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_set_default_export_priority</title> +<title>GnuTLS 3.3.12: gnutls_set_default_export_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_set_default_export_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_set_default_export_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_set_default_export_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_set_default_export_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fset_005fdefault_005fpriority.html b/manual/html_node/gnutls_005fset_005fdefault_005fpriority.html index 150307bce9..ca45a49d52 100644 --- a/manual/html_node/gnutls_005fset_005fdefault_005fpriority.html +++ b/manual/html_node/gnutls_005fset_005fdefault_005fpriority.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_set_default_priority</title> +<title>GnuTLS 3.3.12: gnutls_set_default_priority</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_set_default_priority"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_set_default_priority"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_set_default_priority"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_set_default_priority"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005falgorithm_005fget.html b/manual/html_node/gnutls_005fsign_005falgorithm_005fget.html index c69d21140b..a98dc028a3 100644 --- a/manual/html_node/gnutls_005fsign_005falgorithm_005fget.html +++ b/manual/html_node/gnutls_005fsign_005falgorithm_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_algorithm_get</title> +<title>GnuTLS 3.3.12: gnutls_sign_algorithm_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_algorithm_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_algorithm_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_algorithm_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_algorithm_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005fclient.html b/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005fclient.html index 175e003321..a2366ed6a3 100644 --- a/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005fclient.html +++ b/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005fclient.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_algorithm_get_client</title> +<title>GnuTLS 3.3.12: gnutls_sign_algorithm_get_client</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_algorithm_get_client"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_algorithm_get_client"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_algorithm_get_client"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_algorithm_get_client"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005frequested.html b/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005frequested.html index 3934dffd4d..3cfe435996 100644 --- a/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005frequested.html +++ b/manual/html_node/gnutls_005fsign_005falgorithm_005fget_005frequested.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_algorithm_get_requested</title> +<title>GnuTLS 3.3.12: gnutls_sign_algorithm_get_requested</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_algorithm_get_requested"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_algorithm_get_requested"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_algorithm_get_requested"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_algorithm_get_requested"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fcallback_005fget.html b/manual/html_node/gnutls_005fsign_005fcallback_005fget.html index 43c189ae2d..29ec37087e 100644 --- a/manual/html_node/gnutls_005fsign_005fcallback_005fget.html +++ b/manual/html_node/gnutls_005fsign_005fcallback_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_callback_get</title> +<title>GnuTLS 3.3.12: gnutls_sign_callback_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_callback_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_callback_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_callback_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_callback_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fcallback_005fset.html b/manual/html_node/gnutls_005fsign_005fcallback_005fset.html index e2f1a5ce8d..473ee38fd9 100644 --- a/manual/html_node/gnutls_005fsign_005fcallback_005fset.html +++ b/manual/html_node/gnutls_005fsign_005fcallback_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_callback_set</title> +<title>GnuTLS 3.3.12: gnutls_sign_callback_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_callback_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_callback_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_callback_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_callback_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fget_005fhash_005falgorithm.html b/manual/html_node/gnutls_005fsign_005fget_005fhash_005falgorithm.html index 3d6b2bedb4..9102a1730b 100644 --- a/manual/html_node/gnutls_005fsign_005fget_005fhash_005falgorithm.html +++ b/manual/html_node/gnutls_005fsign_005fget_005fhash_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_get_hash_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_sign_get_hash_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_get_hash_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_get_hash_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_get_hash_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_get_hash_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fget_005fid.html b/manual/html_node/gnutls_005fsign_005fget_005fid.html index 072c123abc..bb61d11079 100644 --- a/manual/html_node/gnutls_005fsign_005fget_005fid.html +++ b/manual/html_node/gnutls_005fsign_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_get_id</title> +<title>GnuTLS 3.3.12: gnutls_sign_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fget_005fname.html b/manual/html_node/gnutls_005fsign_005fget_005fname.html index 0aef45191f..a22b004865 100644 --- a/manual/html_node/gnutls_005fsign_005fget_005fname.html +++ b/manual/html_node/gnutls_005fsign_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_get_name</title> +<title>GnuTLS 3.3.12: gnutls_sign_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fsign_005fget_005fpk_005falgorithm.html index 5d9d233a78..70e03147a7 100644 --- a/manual/html_node/gnutls_005fsign_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fsign_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_sign_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005fis_005fsecure.html b/manual/html_node/gnutls_005fsign_005fis_005fsecure.html index ace6d556bb..764e84b518 100644 --- a/manual/html_node/gnutls_005fsign_005fis_005fsecure.html +++ b/manual/html_node/gnutls_005fsign_005fis_005fsecure.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_is_secure</title> +<title>GnuTLS 3.3.12: gnutls_sign_is_secure</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_is_secure"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_is_secure"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_is_secure"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_is_secure"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsign_005flist.html b/manual/html_node/gnutls_005fsign_005flist.html index 7ade0ca610..697d450b8b 100644 --- a/manual/html_node/gnutls_005fsign_005flist.html +++ b/manual/html_node/gnutls_005fsign_005flist.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_sign_list</title> +<title>GnuTLS 3.3.12: gnutls_sign_list</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_sign_list"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_sign_list"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_sign_list"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_sign_list"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fallocate_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fsrp_005fallocate_005fclient_005fcredentials.html index b24ec32658..c8111402ed 100644 --- a/manual/html_node/gnutls_005fsrp_005fallocate_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fsrp_005fallocate_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_allocate_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_srp_allocate_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_allocate_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_allocate_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_allocate_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_allocate_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fallocate_005fserver_005fcredentials.html b/manual/html_node/gnutls_005fsrp_005fallocate_005fserver_005fcredentials.html index 61ccfb98b4..6f53df6953 100644 --- a/manual/html_node/gnutls_005fsrp_005fallocate_005fserver_005fcredentials.html +++ b/manual/html_node/gnutls_005fsrp_005fallocate_005fserver_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_allocate_server_credentials</title> +<title>GnuTLS 3.3.12: gnutls_srp_allocate_server_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_allocate_server_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_allocate_server_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_allocate_server_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_allocate_server_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode.html b/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode.html index 961980cff1..a327402cb1 100644 --- a/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode.html +++ b/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_base64_decode</title> +<title>GnuTLS 3.3.12: gnutls_srp_base64_decode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_base64_decode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_base64_decode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_base64_decode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_base64_decode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode_005falloc.html b/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode_005falloc.html index 67208a35ba..5e8b0eab31 100644 --- a/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode_005falloc.html +++ b/manual/html_node/gnutls_005fsrp_005fbase64_005fdecode_005falloc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_base64_decode_alloc</title> +<title>GnuTLS 3.3.12: gnutls_srp_base64_decode_alloc</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_base64_decode_alloc"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_base64_decode_alloc"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_base64_decode_alloc"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_base64_decode_alloc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fbase64_005fencode.html b/manual/html_node/gnutls_005fsrp_005fbase64_005fencode.html index 1761ffec34..7f18925dde 100644 --- a/manual/html_node/gnutls_005fsrp_005fbase64_005fencode.html +++ b/manual/html_node/gnutls_005fsrp_005fbase64_005fencode.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_base64_encode</title> +<title>GnuTLS 3.3.12: gnutls_srp_base64_encode</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_base64_encode"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_base64_encode"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_base64_encode"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_base64_encode"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fbase64_005fencode_005falloc.html b/manual/html_node/gnutls_005fsrp_005fbase64_005fencode_005falloc.html index 45537636da..53da57dc62 100644 --- a/manual/html_node/gnutls_005fsrp_005fbase64_005fencode_005falloc.html +++ b/manual/html_node/gnutls_005fsrp_005fbase64_005fencode_005falloc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_base64_encode_alloc</title> +<title>GnuTLS 3.3.12: gnutls_srp_base64_encode_alloc</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_base64_encode_alloc"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_base64_encode_alloc"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_base64_encode_alloc"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_base64_encode_alloc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005ffree_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fsrp_005ffree_005fclient_005fcredentials.html index f24b5e77a7..dc7237c52f 100644 --- a/manual/html_node/gnutls_005fsrp_005ffree_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fsrp_005ffree_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_free_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_srp_free_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_free_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_free_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_free_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_free_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005ffree_005fserver_005fcredentials.html b/manual/html_node/gnutls_005fsrp_005ffree_005fserver_005fcredentials.html index 038ffde5a8..ae2ab5ca2f 100644 --- a/manual/html_node/gnutls_005fsrp_005ffree_005fserver_005fcredentials.html +++ b/manual/html_node/gnutls_005fsrp_005ffree_005fserver_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_free_server_credentials</title> +<title>GnuTLS 3.3.12: gnutls_srp_free_server_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_free_server_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_free_server_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_free_server_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_free_server_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fserver_005fget_005fusername.html b/manual/html_node/gnutls_005fsrp_005fserver_005fget_005fusername.html index 8c470e6b3c..fe1e7a1b31 100644 --- a/manual/html_node/gnutls_005fsrp_005fserver_005fget_005fusername.html +++ b/manual/html_node/gnutls_005fsrp_005fserver_005fget_005fusername.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_server_get_username</title> +<title>GnuTLS 3.3.12: gnutls_srp_server_get_username</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_server_get_username"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_server_get_username"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_server_get_username"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_server_get_username"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials.html b/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials.html index b514fe843a..216f2dc4e8 100644 --- a/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials.html +++ b/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_set_client_credentials</title> +<title>GnuTLS 3.3.12: gnutls_srp_set_client_credentials</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_set_client_credentials"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_set_client_credentials"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_set_client_credentials"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_set_client_credentials"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials_005ffunction.html b/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials_005ffunction.html index cc4b837547..fba0ad6ca9 100644 --- a/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials_005ffunction.html +++ b/manual/html_node/gnutls_005fsrp_005fset_005fclient_005fcredentials_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_set_client_credentials_function</title> +<title>GnuTLS 3.3.12: gnutls_srp_set_client_credentials_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_set_client_credentials_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_set_client_credentials_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_set_client_credentials_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_set_client_credentials_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fset_005fprime_005fbits.html b/manual/html_node/gnutls_005fsrp_005fset_005fprime_005fbits.html index 2f58128439..5205645dbc 100644 --- a/manual/html_node/gnutls_005fsrp_005fset_005fprime_005fbits.html +++ b/manual/html_node/gnutls_005fsrp_005fset_005fprime_005fbits.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_set_prime_bits</title> +<title>GnuTLS 3.3.12: gnutls_srp_set_prime_bits</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_set_prime_bits"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_set_prime_bits"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_set_prime_bits"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_set_prime_bits"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffile.html b/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffile.html index 978b20d648..5a2181ec31 100644 --- a/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffile.html +++ b/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_set_server_credentials_file</title> +<title>GnuTLS 3.3.12: gnutls_srp_set_server_credentials_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_set_server_credentials_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_set_server_credentials_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_set_server_credentials_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_set_server_credentials_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffunction.html b/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffunction.html index f61689e9b1..f8d34fedae 100644 --- a/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffunction.html +++ b/manual/html_node/gnutls_005fsrp_005fset_005fserver_005fcredentials_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_set_server_credentials_function</title> +<title>GnuTLS 3.3.12: gnutls_srp_set_server_credentials_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_set_server_credentials_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_set_server_credentials_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_set_server_credentials_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_set_server_credentials_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fset_005fserver_005ffake_005fsalt_005fseed.html b/manual/html_node/gnutls_005fsrp_005fset_005fserver_005ffake_005fsalt_005fseed.html index 08f7dd07c0..a576226a45 100644 --- a/manual/html_node/gnutls_005fsrp_005fset_005fserver_005ffake_005fsalt_005fseed.html +++ b/manual/html_node/gnutls_005fsrp_005fset_005fserver_005ffake_005fsalt_005fseed.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_set_server_fake_salt_seed</title> +<title>GnuTLS 3.3.12: gnutls_srp_set_server_fake_salt_seed</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_set_server_fake_salt_seed"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_set_server_fake_salt_seed"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_set_server_fake_salt_seed"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_set_server_fake_salt_seed"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrp_005fverifier.html b/manual/html_node/gnutls_005fsrp_005fverifier.html index db2519a88e..23d9eb7d43 100644 --- a/manual/html_node/gnutls_005fsrp_005fverifier.html +++ b/manual/html_node/gnutls_005fsrp_005fverifier.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srp_verifier</title> +<title>GnuTLS 3.3.12: gnutls_srp_verifier</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srp_verifier"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srp_verifier"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srp_verifier"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srp_verifier"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fget_005fkeys.html b/manual/html_node/gnutls_005fsrtp_005fget_005fkeys.html index 3eee4c28b9..e277bca1c9 100644 --- a/manual/html_node/gnutls_005fsrtp_005fget_005fkeys.html +++ b/manual/html_node/gnutls_005fsrtp_005fget_005fkeys.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_get_keys</title> +<title>GnuTLS 3.3.12: gnutls_srtp_get_keys</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_get_keys"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_get_keys"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_get_keys"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_get_keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fget_005fmki.html b/manual/html_node/gnutls_005fsrtp_005fget_005fmki.html index 63965d6561..34a5e00b6a 100644 --- a/manual/html_node/gnutls_005fsrtp_005fget_005fmki.html +++ b/manual/html_node/gnutls_005fsrtp_005fget_005fmki.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_get_mki</title> +<title>GnuTLS 3.3.12: gnutls_srtp_get_mki</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_get_mki"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_get_mki"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_get_mki"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_get_mki"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fid.html b/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fid.html index a8ecea5e50..3ab5497a93 100644 --- a/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fid.html +++ b/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_get_profile_id</title> +<title>GnuTLS 3.3.12: gnutls_srtp_get_profile_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_get_profile_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_get_profile_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_get_profile_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_get_profile_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fname.html b/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fname.html index 96a573f465..3494d8af81 100644 --- a/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fname.html +++ b/manual/html_node/gnutls_005fsrtp_005fget_005fprofile_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_get_profile_name</title> +<title>GnuTLS 3.3.12: gnutls_srtp_get_profile_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_get_profile_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_get_profile_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_get_profile_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_get_profile_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fget_005fselected_005fprofile.html b/manual/html_node/gnutls_005fsrtp_005fget_005fselected_005fprofile.html index 305096d243..db34a41708 100644 --- a/manual/html_node/gnutls_005fsrtp_005fget_005fselected_005fprofile.html +++ b/manual/html_node/gnutls_005fsrtp_005fget_005fselected_005fprofile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_get_selected_profile</title> +<title>GnuTLS 3.3.12: gnutls_srtp_get_selected_profile</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_get_selected_profile"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_get_selected_profile"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_get_selected_profile"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_get_selected_profile"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fprofile_005ft.html b/manual/html_node/gnutls_005fsrtp_005fprofile_005ft.html index 2d34480ade..52ccc09c2f 100644 --- a/manual/html_node/gnutls_005fsrtp_005fprofile_005ft.html +++ b/manual/html_node/gnutls_005fsrtp_005fprofile_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 3.3</title> +<title>GnuTLS 3.3.12: Figure 3.3</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 3.3"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 3.3"> +<meta name="description" content="GnuTLS 3.3.12: Figure 3.3"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 3.3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fset_005fmki.html b/manual/html_node/gnutls_005fsrtp_005fset_005fmki.html index e5b60c3cdb..59e9bf0a76 100644 --- a/manual/html_node/gnutls_005fsrtp_005fset_005fmki.html +++ b/manual/html_node/gnutls_005fsrtp_005fset_005fmki.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_set_mki</title> +<title>GnuTLS 3.3.12: gnutls_srtp_set_mki</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_set_mki"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_set_mki"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_set_mki"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_set_mki"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fset_005fprofile.html b/manual/html_node/gnutls_005fsrtp_005fset_005fprofile.html index 4272d69224..e7755e3131 100644 --- a/manual/html_node/gnutls_005fsrtp_005fset_005fprofile.html +++ b/manual/html_node/gnutls_005fsrtp_005fset_005fprofile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_set_profile</title> +<title>GnuTLS 3.3.12: gnutls_srtp_set_profile</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_set_profile"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_set_profile"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_set_profile"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_set_profile"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsrtp_005fset_005fprofile_005fdirect.html b/manual/html_node/gnutls_005fsrtp_005fset_005fprofile_005fdirect.html index 84063a0b3e..e9809e07f5 100644 --- a/manual/html_node/gnutls_005fsrtp_005fset_005fprofile_005fdirect.html +++ b/manual/html_node/gnutls_005fsrtp_005fset_005fprofile_005fdirect.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_srtp_set_profile_direct</title> +<title>GnuTLS 3.3.12: gnutls_srtp_set_profile_direct</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_srtp_set_profile_direct"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_srtp_set_profile_direct"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_srtp_set_profile_direct"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_srtp_set_profile_direct"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fstore_005fcommitment.html b/manual/html_node/gnutls_005fstore_005fcommitment.html index b4aab4db3b..42f97160ef 100644 --- a/manual/html_node/gnutls_005fstore_005fcommitment.html +++ b/manual/html_node/gnutls_005fstore_005fcommitment.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_store_commitment</title> +<title>GnuTLS 3.3.12: gnutls_store_commitment</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_store_commitment"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_store_commitment"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_store_commitment"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_store_commitment"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fstore_005fpubkey.html b/manual/html_node/gnutls_005fstore_005fpubkey.html index e21b155b55..1d6ade85a4 100644 --- a/manual/html_node/gnutls_005fstore_005fpubkey.html +++ b/manual/html_node/gnutls_005fstore_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_store_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_store_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_store_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_store_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_store_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_store_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fstrerror.html b/manual/html_node/gnutls_005fstrerror.html index e36546286a..4cb7896ba7 100644 --- a/manual/html_node/gnutls_005fstrerror.html +++ b/manual/html_node/gnutls_005fstrerror.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_strerror</title> +<title>GnuTLS 3.3.12: gnutls_strerror</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_strerror"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_strerror"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_strerror"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_strerror"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fstrerror_005fname.html b/manual/html_node/gnutls_005fstrerror_005fname.html index 612f8580bb..3e2c2c7296 100644 --- a/manual/html_node/gnutls_005fstrerror_005fname.html +++ b/manual/html_node/gnutls_005fstrerror_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_strerror_name</title> +<title>GnuTLS 3.3.12: gnutls_strerror_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_strerror_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_strerror_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_strerror_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_strerror_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fdeinit.html b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fdeinit.html index fd227082af..89f2423f6c 100644 --- a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fdeinit.html +++ b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_subject_alt_names_deinit</title> +<title>GnuTLS 3.3.12: gnutls_subject_alt_names_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_subject_alt_names_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_subject_alt_names_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_subject_alt_names_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_subject_alt_names_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fget.html b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fget.html index 4f3441bc95..a2d7ecae18 100644 --- a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fget.html +++ b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_subject_alt_names_get</title> +<title>GnuTLS 3.3.12: gnutls_subject_alt_names_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_subject_alt_names_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_subject_alt_names_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_subject_alt_names_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_subject_alt_names_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005finit.html b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005finit.html index 5b8bf0bb83..a6e253daea 100644 --- a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005finit.html +++ b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_subject_alt_names_init</title> +<title>GnuTLS 3.3.12: gnutls_subject_alt_names_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_subject_alt_names_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_subject_alt_names_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_subject_alt_names_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_subject_alt_names_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fset.html b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fset.html index b2e55d9552..a43de453ac 100644 --- a/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fset.html +++ b/manual/html_node/gnutls_005fsubject_005falt_005fnames_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_subject_alt_names_set</title> +<title>GnuTLS 3.3.12: gnutls_subject_alt_names_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_subject_alt_names_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_subject_alt_names_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_subject_alt_names_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_subject_alt_names_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fsupplemental_005fget_005fname.html b/manual/html_node/gnutls_005fsupplemental_005fget_005fname.html index 8f7a26140d..98b684ae37 100644 --- a/manual/html_node/gnutls_005fsupplemental_005fget_005fname.html +++ b/manual/html_node/gnutls_005fsupplemental_005fget_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_supplemental_get_name</title> +<title>GnuTLS 3.3.12: gnutls_supplemental_get_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_supplemental_get_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_supplemental_get_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_supplemental_get_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_supplemental_get_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftdb_005fdeinit.html b/manual/html_node/gnutls_005ftdb_005fdeinit.html index a47928e899..d4ae7f361f 100644 --- a/manual/html_node/gnutls_005ftdb_005fdeinit.html +++ b/manual/html_node/gnutls_005ftdb_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tdb_deinit</title> +<title>GnuTLS 3.3.12: gnutls_tdb_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tdb_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tdb_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tdb_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tdb_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftdb_005finit.html b/manual/html_node/gnutls_005ftdb_005finit.html index 05e1724abe..f31a01ce0d 100644 --- a/manual/html_node/gnutls_005ftdb_005finit.html +++ b/manual/html_node/gnutls_005ftdb_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tdb_init</title> +<title>GnuTLS 3.3.12: gnutls_tdb_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tdb_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tdb_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tdb_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tdb_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftdb_005fset_005fstore_005fcommitment_005ffunc.html b/manual/html_node/gnutls_005ftdb_005fset_005fstore_005fcommitment_005ffunc.html index b43acbf753..c58b885c27 100644 --- a/manual/html_node/gnutls_005ftdb_005fset_005fstore_005fcommitment_005ffunc.html +++ b/manual/html_node/gnutls_005ftdb_005fset_005fstore_005fcommitment_005ffunc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tdb_set_store_commitment_func</title> +<title>GnuTLS 3.3.12: gnutls_tdb_set_store_commitment_func</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tdb_set_store_commitment_func"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tdb_set_store_commitment_func"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tdb_set_store_commitment_func"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tdb_set_store_commitment_func"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftdb_005fset_005fstore_005ffunc.html b/manual/html_node/gnutls_005ftdb_005fset_005fstore_005ffunc.html index 13584961c3..13b3ae0c01 100644 --- a/manual/html_node/gnutls_005ftdb_005fset_005fstore_005ffunc.html +++ b/manual/html_node/gnutls_005ftdb_005fset_005fstore_005ffunc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tdb_set_store_func</title> +<title>GnuTLS 3.3.12: gnutls_tdb_set_store_func</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tdb_set_store_func"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tdb_set_store_func"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tdb_set_store_func"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tdb_set_store_func"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftdb_005fset_005fverify_005ffunc.html b/manual/html_node/gnutls_005ftdb_005fset_005fverify_005ffunc.html index 18044f0bcd..64e9c0cfcb 100644 --- a/manual/html_node/gnutls_005ftdb_005fset_005fverify_005ffunc.html +++ b/manual/html_node/gnutls_005ftdb_005fset_005fverify_005ffunc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tdb_set_verify_func</title> +<title>GnuTLS 3.3.12: gnutls_tdb_set_verify_func</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tdb_set_verify_func"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tdb_set_verify_func"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tdb_set_verify_func"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tdb_set_verify_func"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftpm_005fget_005fregistered.html b/manual/html_node/gnutls_005ftpm_005fget_005fregistered.html index 9b881481b0..1efea8883c 100644 --- a/manual/html_node/gnutls_005ftpm_005fget_005fregistered.html +++ b/manual/html_node/gnutls_005ftpm_005fget_005fregistered.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tpm_get_registered</title> +<title>GnuTLS 3.3.12: gnutls_tpm_get_registered</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tpm_get_registered"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tpm_get_registered"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tpm_get_registered"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tpm_get_registered"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fdeinit.html b/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fdeinit.html index ba86fcf3ab..35073902d3 100644 --- a/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fdeinit.html +++ b/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tpm_key_list_deinit</title> +<title>GnuTLS 3.3.12: gnutls_tpm_key_list_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tpm_key_list_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tpm_key_list_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tpm_key_list_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tpm_key_list_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fget_005furl.html b/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fget_005furl.html index 49b465b7f0..eecc457031 100644 --- a/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fget_005furl.html +++ b/manual/html_node/gnutls_005ftpm_005fkey_005flist_005fget_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tpm_key_list_get_url</title> +<title>GnuTLS 3.3.12: gnutls_tpm_key_list_get_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tpm_key_list_get_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tpm_key_list_get_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tpm_key_list_get_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tpm_key_list_get_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftpm_005fprivkey_005fdelete.html b/manual/html_node/gnutls_005ftpm_005fprivkey_005fdelete.html index 1da514add3..75be2c0501 100644 --- a/manual/html_node/gnutls_005ftpm_005fprivkey_005fdelete.html +++ b/manual/html_node/gnutls_005ftpm_005fprivkey_005fdelete.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tpm_privkey_delete</title> +<title>GnuTLS 3.3.12: gnutls_tpm_privkey_delete</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tpm_privkey_delete"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tpm_privkey_delete"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tpm_privkey_delete"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tpm_privkey_delete"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftpm_005fprivkey_005fgenerate.html b/manual/html_node/gnutls_005ftpm_005fprivkey_005fgenerate.html index 73e8db93c4..43ae8fc9ad 100644 --- a/manual/html_node/gnutls_005ftpm_005fprivkey_005fgenerate.html +++ b/manual/html_node/gnutls_005ftpm_005fprivkey_005fgenerate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_tpm_privkey_generate</title> +<title>GnuTLS 3.3.12: gnutls_tpm_privkey_generate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_tpm_privkey_generate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_tpm_privkey_generate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_tpm_privkey_generate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_tpm_privkey_generate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fget_005fint.html b/manual/html_node/gnutls_005ftransport_005fget_005fint.html index c7bc43b887..a41a936ac7 100644 --- a/manual/html_node/gnutls_005ftransport_005fget_005fint.html +++ b/manual/html_node/gnutls_005ftransport_005fget_005fint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_get_int</title> +<title>GnuTLS 3.3.12: gnutls_transport_get_int</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_get_int"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_get_int"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_get_int"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_get_int"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fget_005fint2.html b/manual/html_node/gnutls_005ftransport_005fget_005fint2.html index 1f711228f6..a6e1099ef9 100644 --- a/manual/html_node/gnutls_005ftransport_005fget_005fint2.html +++ b/manual/html_node/gnutls_005ftransport_005fget_005fint2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_get_int2</title> +<title>GnuTLS 3.3.12: gnutls_transport_get_int2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_get_int2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_get_int2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_get_int2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_get_int2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fget_005fptr.html b/manual/html_node/gnutls_005ftransport_005fget_005fptr.html index e7cde1687b..21b8460564 100644 --- a/manual/html_node/gnutls_005ftransport_005fget_005fptr.html +++ b/manual/html_node/gnutls_005ftransport_005fget_005fptr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_get_ptr</title> +<title>GnuTLS 3.3.12: gnutls_transport_get_ptr</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_get_ptr"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_get_ptr"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_get_ptr"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_get_ptr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fget_005fptr2.html b/manual/html_node/gnutls_005ftransport_005fget_005fptr2.html index 59e69a3193..2fafde0f69 100644 --- a/manual/html_node/gnutls_005ftransport_005fget_005fptr2.html +++ b/manual/html_node/gnutls_005ftransport_005fget_005fptr2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_get_ptr2</title> +<title>GnuTLS 3.3.12: gnutls_transport_get_ptr2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_get_ptr2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_get_ptr2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_get_ptr2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_get_ptr2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005ferrno.html b/manual/html_node/gnutls_005ftransport_005fset_005ferrno.html index a714d0a63d..82c5547858 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005ferrno.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005ferrno.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_errno</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_errno</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_errno"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_errno"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_errno"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_errno"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005ferrno_005ffunction.html b/manual/html_node/gnutls_005ftransport_005fset_005ferrno_005ffunction.html index 059c482c7a..36c5414c0f 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005ferrno_005ffunction.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005ferrno_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_errno_function</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_errno_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_errno_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_errno_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_errno_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_errno_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fint.html b/manual/html_node/gnutls_005ftransport_005fset_005fint.html index 39428df913..21e1b0d59d 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fint.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_int</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_int</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_int"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_int"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_int"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_int"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fint2.html b/manual/html_node/gnutls_005ftransport_005fset_005fint2.html index 1ce78b3ef0..e71735b272 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fint2.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fint2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_int2</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_int2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_int2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_int2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_int2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_int2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fptr.html b/manual/html_node/gnutls_005ftransport_005fset_005fptr.html index b6e1f0f28b..1601c06c7a 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fptr.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fptr.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_ptr</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_ptr</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_ptr"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_ptr"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_ptr"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_ptr"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fptr2.html b/manual/html_node/gnutls_005ftransport_005fset_005fptr2.html index c81fcb32c8..c17fcad788 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fptr2.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fptr2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_ptr2</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_ptr2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_ptr2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_ptr2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_ptr2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_ptr2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ffunction.html b/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ffunction.html index a952faee11..bc2f081162 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ffunction.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_pull_function</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_pull_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_pull_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_pull_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_pull_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_pull_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ftimeout_005ffunction.html b/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ftimeout_005ffunction.html index f676be8981..6558507660 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ftimeout_005ffunction.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fpull_005ftimeout_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_pull_timeout_function</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_pull_timeout_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_pull_timeout_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_pull_timeout_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_pull_timeout_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_pull_timeout_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fpush_005ffunction.html b/manual/html_node/gnutls_005ftransport_005fset_005fpush_005ffunction.html index 84090565b6..81f34474c5 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fpush_005ffunction.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fpush_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_push_function</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_push_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_push_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_push_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_push_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_push_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005ftransport_005fset_005fvec_005fpush_005ffunction.html b/manual/html_node/gnutls_005ftransport_005fset_005fvec_005fpush_005ffunction.html index 928f4f0660..42468d723b 100644 --- a/manual/html_node/gnutls_005ftransport_005fset_005fvec_005fpush_005ffunction.html +++ b/manual/html_node/gnutls_005ftransport_005fset_005fvec_005fpush_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_transport_set_vec_push_function</title> +<title>GnuTLS 3.3.12: gnutls_transport_set_vec_push_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_transport_set_vec_push_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_transport_set_vec_push_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_transport_set_vec_push_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_transport_set_vec_push_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005furl_005fis_005fsupported.html b/manual/html_node/gnutls_005furl_005fis_005fsupported.html index 6f6a3855d1..7f3619afe5 100644 --- a/manual/html_node/gnutls_005furl_005fis_005fsupported.html +++ b/manual/html_node/gnutls_005furl_005fis_005fsupported.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_url_is_supported</title> +<title>GnuTLS 3.3.12: gnutls_url_is_supported</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_url_is_supported"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_url_is_supported"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_url_is_supported"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_url_is_supported"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fverify_005fstored_005fpubkey.html b/manual/html_node/gnutls_005fverify_005fstored_005fpubkey.html index 60a8274e0d..c2240d38dd 100644 --- a/manual/html_node/gnutls_005fverify_005fstored_005fpubkey.html +++ b/manual/html_node/gnutls_005fverify_005fstored_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_verify_stored_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_verify_stored_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_verify_stored_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_verify_stored_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_verify_stored_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_verify_stored_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faia_005fdeinit.html b/manual/html_node/gnutls_005fx509_005faia_005fdeinit.html index faeac3558a..d92cd480f7 100644 --- a/manual/html_node/gnutls_005fx509_005faia_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005faia_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aia_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_aia_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aia_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aia_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aia_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aia_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faia_005fget.html b/manual/html_node/gnutls_005fx509_005faia_005fget.html index ff60df9088..1a2796928e 100644 --- a/manual/html_node/gnutls_005fx509_005faia_005fget.html +++ b/manual/html_node/gnutls_005fx509_005faia_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aia_get</title> +<title>GnuTLS 3.3.12: gnutls_x509_aia_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aia_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aia_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aia_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aia_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faia_005finit.html b/manual/html_node/gnutls_005fx509_005faia_005finit.html index a769c93198..8fa2c1db38 100644 --- a/manual/html_node/gnutls_005fx509_005faia_005finit.html +++ b/manual/html_node/gnutls_005fx509_005faia_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aia_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_aia_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aia_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aia_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aia_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aia_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faia_005fset.html b/manual/html_node/gnutls_005fx509_005faia_005fset.html index a9b4923c34..3779dcf6c3 100644 --- a/manual/html_node/gnutls_005fx509_005faia_005fset.html +++ b/manual/html_node/gnutls_005fx509_005faia_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aia_set</title> +<title>GnuTLS 3.3.12: gnutls_x509_aia_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aia_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aia_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aia_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aia_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faki_005fdeinit.html b/manual/html_node/gnutls_005fx509_005faki_005fdeinit.html index 7d2d9acbb2..f09f421ed4 100644 --- a/manual/html_node/gnutls_005fx509_005faki_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005faki_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aki_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_aki_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aki_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aki_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aki_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aki_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faki_005fget_005fcert_005fissuer.html b/manual/html_node/gnutls_005fx509_005faki_005fget_005fcert_005fissuer.html index 3bd4da1827..3bdae3505d 100644 --- a/manual/html_node/gnutls_005fx509_005faki_005fget_005fcert_005fissuer.html +++ b/manual/html_node/gnutls_005fx509_005faki_005fget_005fcert_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aki_get_cert_issuer</title> +<title>GnuTLS 3.3.12: gnutls_x509_aki_get_cert_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aki_get_cert_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aki_get_cert_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aki_get_cert_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aki_get_cert_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faki_005fget_005fid.html b/manual/html_node/gnutls_005fx509_005faki_005fget_005fid.html index 79cb33a504..4af0f51d3d 100644 --- a/manual/html_node/gnutls_005fx509_005faki_005fget_005fid.html +++ b/manual/html_node/gnutls_005fx509_005faki_005fget_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aki_get_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_aki_get_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aki_get_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aki_get_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aki_get_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aki_get_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faki_005finit.html b/manual/html_node/gnutls_005fx509_005faki_005finit.html index a4214bdfd0..81f9df5f7a 100644 --- a/manual/html_node/gnutls_005fx509_005faki_005finit.html +++ b/manual/html_node/gnutls_005fx509_005faki_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aki_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_aki_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aki_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aki_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aki_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aki_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faki_005fset_005fcert_005fissuer.html b/manual/html_node/gnutls_005fx509_005faki_005fset_005fcert_005fissuer.html index bec24f5f02..b29edcf9d1 100644 --- a/manual/html_node/gnutls_005fx509_005faki_005fset_005fcert_005fissuer.html +++ b/manual/html_node/gnutls_005fx509_005faki_005fset_005fcert_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aki_set_cert_issuer</title> +<title>GnuTLS 3.3.12: gnutls_x509_aki_set_cert_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aki_set_cert_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aki_set_cert_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aki_set_cert_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aki_set_cert_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005faki_005fset_005fid.html b/manual/html_node/gnutls_005fx509_005faki_005fset_005fid.html index 19d6a96911..8859c12d23 100644 --- a/manual/html_node/gnutls_005fx509_005faki_005fset_005fid.html +++ b/manual/html_node/gnutls_005fx509_005faki_005fset_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_aki_set_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_aki_set_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_aki_set_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_aki_set_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_aki_set_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_aki_set_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fcheck_005fissuer.html b/manual/html_node/gnutls_005fx509_005fcrl_005fcheck_005fissuer.html index 31d3cba6e0..4d63a82567 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fcheck_005fissuer.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fcheck_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_check_issuer</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_check_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_check_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_check_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_check_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_check_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fcrl_005fdeinit.html index 6c4905e925..ffe7e8fbcf 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fdeinit.html index 397ae92093..b87a29d6df 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_dist_points_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_dist_points_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fget.html b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fget.html index 72a9574705..15e1d22ae4 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fget.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_dist_points_get</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_dist_points_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005finit.html b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005finit.html index 9eb0c836c2..1e123b126a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_dist_points_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_dist_points_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fset.html b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fset.html index 40bc78c65c..ca75a05a9a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fset.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fdist_005fpoints_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_dist_points_set</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_dist_points_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_dist_points_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_dist_points_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fexport.html b/manual/html_node/gnutls_005fx509_005fcrl_005fexport.html index 4ca563882b..40e292c9d8 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fexport.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_export</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fexport2.html b/manual/html_node/gnutls_005fx509_005fcrl_005fexport2.html index 6ceeac56db..d27da86dc4 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fexport2.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_export2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fgn_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fgn_005fserial.html index d552102c27..33d94e33b7 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fgn_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fgn_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_authority_key_gn_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_authority_key_gn_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_authority_key_gn_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_authority_key_gn_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_authority_key_gn_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_authority_key_gn_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fid.html index 069defb23a..aa56215344 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fauthority_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_authority_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_authority_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_authority_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_authority_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_authority_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_authority_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fcount.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fcount.html index 1991fb3227..8982ac93de 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fcount.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fcount.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_crt_count</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_crt_count</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_crt_count"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_crt_count"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_crt_count"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_crt_count"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fserial.html index c5e8ec2fb3..25959c6ef5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fcrt_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_crt_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_crt_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_crt_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_crt_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_crt_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_crt_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fdn_005foid.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fdn_005foid.html index 92db6b13d8..ead6d052fe 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fdn_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fdn_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_dn_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_dn_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_dn_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_dn_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_dn_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_dn_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata.html index c6a3b2c1c1..766ec55d85 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_extension_data</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_extension_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata2.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata2.html index 00e55fcb42..4b64deebdb 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata2.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005fdata2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_extension_data2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_extension_data2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_data2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_data2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_data2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_data2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005finfo.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005finfo.html index 1d59a09fa6..b0c6ed6529 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005finfo.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_extension_info</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_extension_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005foid.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005foid.html index da12084859..3983c1da9e 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fextension_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_extension_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_extension_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_extension_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_extension_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn.html index 6458bbeb56..b67bf9e7a0 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn2.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn2.html index d1bb8ac953..7be5b1af95 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn2.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn_005fby_005foid.html index 453fe3e388..e42187100a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fissuer_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_issuer_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_issuer_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnext_005fupdate.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnext_005fupdate.html index 01462356fc..2af7c3f9cd 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnext_005fupdate.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnext_005fupdate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_next_update</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_next_update</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_next_update"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_next_update"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_next_update"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_next_update"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnumber.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnumber.html index ef8bf63e4b..4e94abad6b 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnumber.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fnumber.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_number</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_number</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_number"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_number"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_number"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_number"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fraw_005fissuer_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fraw_005fissuer_005fdn.html index d6ef830f83..4b74d90c7d 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fraw_005fissuer_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fraw_005fissuer_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_raw_issuer_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_raw_issuer_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_raw_issuer_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_raw_issuer_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_raw_issuer_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_raw_issuer_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature.html index 926a9decac..928b43b071 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_signature</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_signature</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_signature"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_signature"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_signature"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_signature"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature_005falgorithm.html index 3eb950073e..59b8c8e5b8 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fsignature_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_signature_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_signature_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_signature_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_signature_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_signature_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_signature_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fthis_005fupdate.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fthis_005fupdate.html index 6ba2552016..5730483a0a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fthis_005fupdate.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fthis_005fupdate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_this_update</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_this_update</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_this_update"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_this_update"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_this_update"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_this_update"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fversion.html b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fversion.html index c485b262c8..535b8d0e16 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fversion.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_get_version</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fimport.html b/manual/html_node/gnutls_005fx509_005fcrl_005fimport.html index fb2e4395c2..172c2c638a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005finit.html b/manual/html_node/gnutls_005fx509_005fcrl_005finit.html index 98dfa02eb5..f3bee0198f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fcrt_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fcrt_005fserial.html index e58a4fb928..8d79b0231f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fcrt_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fcrt_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_iter_crt_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_iter_crt_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_iter_crt_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_iter_crt_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_iter_crt_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_iter_crt_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fdeinit.html index 407bac1ae4..03474dab23 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fiter_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_iter_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_iter_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_iter_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_iter_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_iter_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_iter_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport.html b/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport.html index 758bb02bdb..cd5d5ffcba 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_list_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_list_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_list_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_list_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_list_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_list_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport2.html b/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport2.html index 652f8a9d5e..b7e3a9608b 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport2.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005flist_005fimport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_list_import2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_list_import2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_list_import2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_list_import2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_list_import2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_list_import2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fprint.html b/manual/html_node/gnutls_005fx509_005fcrl_005fprint.html index 08d10a3f17..785ff97ce7 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fprint.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_print</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fprivkey_005fsign.html b/manual/html_node/gnutls_005fx509_005fcrl_005fprivkey_005fsign.html index 284bd3755c..572ae714e6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fprivkey_005fsign.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fprivkey_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_privkey_sign</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_privkey_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_privkey_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_privkey_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_privkey_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_privkey_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005freason_005ft.html b/manual/html_node/gnutls_005fx509_005fcrl_005freason_005ft.html index b21dce6118..2e6434a0f5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005freason_005ft.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005freason_005ft.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Figure 4.5</title> +<title>GnuTLS 3.3.12: Figure 4.5</title> -<meta name="description" content="GnuTLS 3.3.11: Figure 4.5"> -<meta name="keywords" content="GnuTLS 3.3.11: Figure 4.5"> +<meta name="description" content="GnuTLS 3.3.12: Figure 4.5"> +<meta name="keywords" content="GnuTLS 3.3.12: Figure 4.5"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fauthority_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fauthority_005fkey_005fid.html index 966b6f3ef3..88481fffdf 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fauthority_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fauthority_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_authority_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_authority_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_authority_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_authority_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_authority_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_authority_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt.html index b1469dac1f..547652b0e6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_crt</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt_005fserial.html index 59170cd975..0b2c128e95 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fcrt_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_crt_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_crt_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_crt_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_crt_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_crt_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_crt_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnext_005fupdate.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnext_005fupdate.html index bf7e724245..94ec4a3ad6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnext_005fupdate.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnext_005fupdate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_next_update</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_next_update</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_next_update"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_next_update"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_next_update"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_next_update"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnumber.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnumber.html index 7f52e38906..6020f50fb0 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnumber.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fnumber.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_number</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_number</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_number"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_number"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_number"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_number"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fthis_005fupdate.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fthis_005fupdate.html index 6966979a35..e42fa7b4c6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fthis_005fupdate.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fthis_005fupdate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_this_update</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_this_update</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_this_update"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_this_update"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_this_update"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_this_update"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fversion.html b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fversion.html index 169c7374e5..ce0aba7f86 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fversion.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fset_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_set_version</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_set_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_set_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_set_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_set_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_set_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fsign.html b/manual/html_node/gnutls_005fx509_005fcrl_005fsign.html index f9412871af..473f00c9b9 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fsign.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_sign</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fsign2.html b/manual/html_node/gnutls_005fx509_005fcrl_005fsign2.html index acdc87b478..768f777738 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fsign2.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fsign2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_sign2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_sign2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_sign2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_sign2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_sign2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_sign2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrl_005fverify.html b/manual/html_node/gnutls_005fx509_005fcrl_005fverify.html index 66f3083f5c..99e7f19ce9 100644 --- a/manual/html_node/gnutls_005fx509_005fcrl_005fverify.html +++ b/manual/html_node/gnutls_005fx509_005fcrl_005fverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crl_verify</title> +<title>GnuTLS 3.3.12: gnutls_x509_crl_verify</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crl_verify"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crl_verify"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crl_verify"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crl_verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fcrq_005fdeinit.html index 7f12155e53..cd35174aa2 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fexport.html b/manual/html_node/gnutls_005fx509_005fcrq_005fexport.html index 91a93a38ae..4d964dfbd0 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fexport.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_export</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fexport2.html b/manual/html_node/gnutls_005fx509_005fcrq_005fexport2.html index ef70bfb6d5..dac8abb1c5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fexport2.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_export2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fby_005foid.html index dce513ae39..e831c09768 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fdata.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fdata.html index 4b9a783d39..76bbdc618f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fdata.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_data</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005finfo.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005finfo.html index 182e878716..9b82361dfb 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005finfo.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fattribute_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_info</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_attribute_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_attribute_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fbasic_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fbasic_005fconstraints.html index 0301094a34..36cb8f4743 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fbasic_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fbasic_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_basic_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_basic_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_basic_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_basic_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_basic_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_basic_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fchallenge_005fpassword.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fchallenge_005fpassword.html index 5d686f3c5b..717ddeb83a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fchallenge_005fpassword.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fchallenge_005fpassword.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_challenge_password</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_challenge_password</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_challenge_password"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_challenge_password"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_challenge_password"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_challenge_password"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn.html index 9fec7e9a0b..8d74689ad9 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn2.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn2.html index c5a13f038c..e966e6b165 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn2.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_dn2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_dn2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005fby_005foid.html index 076c182fec..9321a02ae4 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005foid.html index 4154222f26..8a86aa37da 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fdn_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_dn_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_dn_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_dn_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_dn_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid.html index bd20b94f93..3c61ab0862 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_extension_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_extension_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid2.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid2.html index 568b40c0fb..91d13da698 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid2.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fby_005foid2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_extension_by_oid2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_extension_by_oid2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_by_oid2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_by_oid2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_by_oid2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_by_oid2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata.html index 43ec68ca55..b29c3a278d 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_extension_data</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_extension_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata2.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata2.html index 507497aaed..24252341f5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata2.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005fdata2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_extension_data2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_extension_data2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_data2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_data2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_data2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_data2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005finfo.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005finfo.html index c53aa2fb58..73da27dd56 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005finfo.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fextension_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_extension_info</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_extension_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_extension_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_extension_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fid.html index 3b2c8da92f..67f044d4bb 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fpurpose_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fpurpose_005foid.html index 93c00deba7..66e6101c0c 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fpurpose_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fpurpose_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_key_purpose_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_key_purpose_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_purpose_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_purpose_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_purpose_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_purpose_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005frsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005frsa_005fraw.html index a1a8c6ad8b..95a0408322 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_key_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_key_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fusage.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fusage.html index 91d3cf7398..785ce344a6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fpk_005falgorithm.html index f91c5a8eab..14907006f6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fprivate_005fkey_005fusage_005fperiod.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fprivate_005fkey_005fusage_005fperiod.html index 7e76e321ed..87a1af6680 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fprivate_005fkey_005fusage_005fperiod.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fprivate_005fkey_005fusage_005fperiod.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_private_key_usage_period</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_private_key_usage_period</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_private_key_usage_period"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_private_key_usage_period"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_private_key_usage_period"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_private_key_usage_period"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fname.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fname.html index a64994c56e..db8adac26a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_subject_alt_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_subject_alt_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_subject_alt_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_subject_alt_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_subject_alt_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_subject_alt_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fothername_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fothername_005foid.html index b803789061..4ce646e093 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fothername_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fsubject_005falt_005fothername_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_subject_alt_othername_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_subject_alt_othername_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_subject_alt_othername_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_subject_alt_othername_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_subject_alt_othername_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_subject_alt_othername_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fversion.html b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fversion.html index be333c5ee1..983870bc9f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fversion.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_get_version</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fimport.html b/manual/html_node/gnutls_005fx509_005fcrq_005fimport.html index 65975b93c7..77486bcb22 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005finit.html b/manual/html_node/gnutls_005fx509_005fcrq_005finit.html index a32de11a25..043d0160ab 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fprint.html b/manual/html_node/gnutls_005fx509_005fcrq_005fprint.html index 4d0ff0bb33..0bbc832d51 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fprint.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_print</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fprivkey_005fsign.html b/manual/html_node/gnutls_005fx509_005fcrq_005fprivkey_005fsign.html index c19dc2b3e7..f9e842e97c 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fprivkey_005fsign.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fprivkey_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_privkey_sign</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_privkey_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_privkey_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_privkey_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_privkey_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_privkey_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fattribute_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fattribute_005fby_005foid.html index da8fe73ce5..78d9817347 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fattribute_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fattribute_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_attribute_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_attribute_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_attribute_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_attribute_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_attribute_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_attribute_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fbasic_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fbasic_005fconstraints.html index aad2020cbe..ba5d58c513 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fbasic_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fbasic_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_basic_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_basic_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_basic_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_basic_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_basic_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_basic_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fchallenge_005fpassword.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fchallenge_005fpassword.html index 48b846c181..ea19d7f4cf 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fchallenge_005fpassword.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fchallenge_005fpassword.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_challenge_password</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_challenge_password</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_challenge_password"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_challenge_password"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_challenge_password"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_challenge_password"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn.html index 7f3a49e5e2..54d363bac3 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn_005fby_005foid.html index 542766eefd..4f3ac932c1 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey.html index 20cb0e7c15..0a76d8dfde 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_key</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_key</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fpurpose_005foid.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fpurpose_005foid.html index 52033387a0..9233196446 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fpurpose_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fpurpose_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_key_purpose_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_key_purpose_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key_purpose_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key_purpose_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key_purpose_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key_purpose_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005frsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005frsa_005fraw.html index a79f0f6825..7de7b8a2ab 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_key_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_key_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fusage.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fusage.html index 94c27db697..cefe1e6565 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fprivate_005fkey_005fusage_005fperiod.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fprivate_005fkey_005fusage_005fperiod.html index 8baadc5743..54c91648ef 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fprivate_005fkey_005fusage_005fperiod.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fprivate_005fkey_005fusage_005fperiod.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_private_key_usage_period</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_private_key_usage_period</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_private_key_usage_period"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_private_key_usage_period"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_private_key_usage_period"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_private_key_usage_period"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fpubkey.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fpubkey.html index 96a771b291..357c1200dc 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fpubkey.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fsubject_005falt_005fname.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fsubject_005falt_005fname.html index 3d37feecec..ee447f6feb 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fsubject_005falt_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fsubject_005falt_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_subject_alt_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_subject_alt_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_subject_alt_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_subject_alt_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_subject_alt_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_subject_alt_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fversion.html b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fversion.html index abcd0dc70a..59004801c3 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fversion.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fset_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_set_version</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_set_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_set_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_set_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_set_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_set_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fsign.html b/manual/html_node/gnutls_005fx509_005fcrq_005fsign.html index 26952be42d..7f12f573a9 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fsign.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_sign</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fsign2.html b/manual/html_node/gnutls_005fx509_005fcrq_005fsign2.html index 78e5b084db..52788687e5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fsign2.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fsign2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_sign2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_sign2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_sign2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_sign2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_sign2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_sign2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrq_005fverify.html b/manual/html_node/gnutls_005fx509_005fcrq_005fverify.html index d752aa1ce7..b2f1c119eb 100644 --- a/manual/html_node/gnutls_005fx509_005fcrq_005fverify.html +++ b/manual/html_node/gnutls_005fx509_005fcrq_005fverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crq_verify</title> +<title>GnuTLS 3.3.12: gnutls_x509_crq_verify</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crq_verify"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crq_verify"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crq_verify"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crq_verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname.html b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname.html index 9e60b6e082..23aa028a0e 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_check_hostname</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_check_hostname</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_check_hostname"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_check_hostname"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_check_hostname"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_check_hostname"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname2.html index e584764b7d..a8b28b28da 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fhostname2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_check_hostname2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_check_hostname2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_check_hostname2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_check_hostname2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_check_hostname2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_check_hostname2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fissuer.html b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fissuer.html index ea8b47a495..6aaba7e62b 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fissuer.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_check_issuer</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_check_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_check_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_check_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_check_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_check_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005frevocation.html b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005frevocation.html index 1c5cda2bac..ec39108add 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005frevocation.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fcheck_005frevocation.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_check_revocation</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_check_revocation</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_check_revocation"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_check_revocation"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_check_revocation"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_check_revocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fcpy_005fcrl_005fdist_005fpoints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fcpy_005fcrl_005fdist_005fpoints.html index 35408cec0a..a7a0c036d5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fcpy_005fcrl_005fdist_005fpoints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fcpy_005fcrl_005fdist_005fpoints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_cpy_crl_dist_points</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_cpy_crl_dist_points</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_cpy_crl_dist_points"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_cpy_crl_dist_points"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_cpy_crl_dist_points"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_cpy_crl_dist_points"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fcrt_005fdeinit.html index 289f2083d0..ce8c0c8c9d 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fexport.html b/manual/html_node/gnutls_005fx509_005fcrt_005fexport.html index 5e81fb7f04..d0a2ac0ffc 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fexport.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_export</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fexport2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fexport2.html index e209bfcf90..b2a039dde4 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fexport2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_export2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005factivation_005ftime.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005factivation_005ftime.html index aa19feb431..8859a25619 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005factivation_005ftime.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005factivation_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_activation_time</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_activation_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_activation_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_activation_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_activation_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_activation_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005finfo_005faccess.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005finfo_005faccess.html index d8c58406c2..2cb0d0b709 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005finfo_005faccess.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005finfo_005faccess.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_authority_info_access</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_authority_info_access</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_authority_info_access"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_authority_info_access"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_authority_info_access"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_authority_info_access"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fgn_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fgn_005fserial.html index 49214c12d0..ac36509065 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fgn_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fgn_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_authority_key_gn_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_authority_key_gn_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_authority_key_gn_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_authority_key_gn_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_authority_key_gn_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_authority_key_gn_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fid.html index 05d8ea0b25..cb4476ab2f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fauthority_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_authority_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_authority_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_authority_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_authority_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_authority_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_authority_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fbasic_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fbasic_005fconstraints.html index b587a9fe9b..f2e69d2ec1 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fbasic_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fbasic_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_basic_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_basic_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_basic_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_basic_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_basic_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_basic_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fca_005fstatus.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fca_005fstatus.html index 0c2d89777d..23d5c9e26d 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fca_005fstatus.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fca_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_ca_status</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_ca_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_ca_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_ca_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_ca_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_ca_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fcrl_005fdist_005fpoints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fcrl_005fdist_005fpoints.html index 8efb5cfe0c..118962a375 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fcrl_005fdist_005fpoints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fcrl_005fdist_005fpoints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_crl_dist_points</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_crl_dist_points</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_crl_dist_points"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_crl_dist_points"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_crl_dist_points"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_crl_dist_points"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn.html index d4dc23de5a..f4d1b1462d 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn2.html index e35c3cf096..d8673683c5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_dn2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_dn2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005fby_005foid.html index 5214de4b00..539ab6b42e 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005foid.html index 5c2a54bb48..31f21104dd 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fdn_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_dn_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_dn_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_dn_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_dn_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fexpiration_005ftime.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fexpiration_005ftime.html index ce5f7405dd..79a1f5b7b0 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fexpiration_005ftime.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fexpiration_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_expiration_time</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_expiration_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_expiration_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_expiration_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_expiration_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_expiration_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid.html index d1d8e746a6..80f2582811 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_extension_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_extension_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid2.html index 7dc2571965..80cb6d5ef2 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fby_005foid2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_extension_by_oid2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_extension_by_oid2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_by_oid2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_by_oid2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_by_oid2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_by_oid2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata.html index e9db89dcca..61810d6b66 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_extension_data</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_extension_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata2.html index 8efe6c5709..106c198f58 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005fdata2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_extension_data2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_extension_data2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_data2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_data2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_data2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_data2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005finfo.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005finfo.html index 1214a317b3..e7090fb642 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005finfo.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005finfo.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_extension_info</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_extension_info</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_info"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_info"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_info"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_info"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005foid.html index b903f34686..923a4e3076 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fextension_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_extension_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_extension_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_extension_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_extension_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005ffingerprint.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005ffingerprint.html index faaf75e66d..f5e188a712 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005ffingerprint.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005ffingerprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_fingerprint</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_fingerprint</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_fingerprint"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_fingerprint"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_fingerprint"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_fingerprint"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer.html index 7c751b2bd2..d702530c58 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname.html index 85a42a7748..510f55e5cc 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname2.html index 995b83473d..a1835ae960 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fname2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_name2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_name2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_name2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_name2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_name2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_name2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fothername_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fothername_005foid.html index ba39ced296..9b0ed45296 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fothername_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005falt_005fothername_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_othername_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_othername_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_othername_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_alt_othername_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_othername_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_alt_othername_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn.html index 1f92ee1a6d..24ce5676e7 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn2.html index b16d2297ac..21bb40217f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005fby_005foid.html index a55d6c89cb..9fd2c459db 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005foid.html index 89ed6475bc..80a6d4a78f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005fdn_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_dn_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_dn_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005funique_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005funique_005fid.html index 22376b0134..ef98316e91 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005funique_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fissuer_005funique_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_unique_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_unique_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_unique_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_issuer_unique_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_unique_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_issuer_unique_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fid.html index 24c62c8311..b5cfd68994 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fpurpose_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fpurpose_005foid.html index c5e740fef7..49ce0ff053 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fpurpose_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fpurpose_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_key_purpose_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_key_purpose_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_key_purpose_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_key_purpose_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_key_purpose_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_key_purpose_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fusage.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fusage.html index be6920ca4d..6deff29288 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fname_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fname_005fconstraints.html index a0b616f335..a71c216af9 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fname_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fname_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_name_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_name_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_name_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_name_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_name_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_name_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005falgorithm.html index 96341ca4ef..b21791aa19 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005fdsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005fdsa_005fraw.html index 5567ed19df..ff1fe7b347 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_pk_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_pk_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_pk_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_pk_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_pk_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_pk_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005frsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005frsa_005fraw.html index 39623b66d1..4f0fdd2dac 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpk_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_pk_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_pk_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_pk_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_pk_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_pk_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_pk_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpolicy.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpolicy.html index fa4065146d..54ba250219 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpolicy.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpolicy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_policy</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_policy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_policy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_policy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_policy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_policy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpreferred_005fhash_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpreferred_005fhash_005falgorithm.html index 81b7e3a488..804e64eaeb 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpreferred_005fhash_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fpreferred_005fhash_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_preferred_hash_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_preferred_hash_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_preferred_hash_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_preferred_hash_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_preferred_hash_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_preferred_hash_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fprivate_005fkey_005fusage_005fperiod.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fprivate_005fkey_005fusage_005fperiod.html index bf4ca727cb..25e252c7e8 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fprivate_005fkey_005fusage_005fperiod.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fprivate_005fkey_005fusage_005fperiod.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_private_key_usage_period</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_private_key_usage_period</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_private_key_usage_period"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_private_key_usage_period"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_private_key_usage_period"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_private_key_usage_period"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fproxy.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fproxy.html index 9f3976a5cf..3410658917 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fproxy.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fproxy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_proxy</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_proxy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_proxy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_proxy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_proxy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_proxy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fdn.html index 0323f5c6fa..be6febb6be 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_raw_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_raw_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_raw_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_raw_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_raw_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_raw_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fissuer_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fissuer_005fdn.html index 34dd5e8508..a8cd364113 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fissuer_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fraw_005fissuer_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_raw_issuer_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_raw_issuer_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_raw_issuer_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_raw_issuer_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_raw_issuer_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_raw_issuer_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fserial.html index 32a9cfecac..4e19534ab5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature.html index ecd042e51a..34a02b38c5 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_signature</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_signature</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_signature"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_signature"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_signature"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_signature"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature_005falgorithm.html index 01bcaf081e..1325eb5e38 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsignature_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_signature_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_signature_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_signature_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_signature_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_signature_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_signature_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject.html index 9539855fad..ada555ed04 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_subject</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_subject</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname.html index 88f810b2cf..fb88038009 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname2.html index e72df50d45..527769da81 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fname2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_name2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_name2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_name2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_name2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_name2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_name2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fothername_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fothername_005foid.html index cafc4829d9..d697fc5cda 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fothername_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005falt_005fothername_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_othername_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_othername_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_othername_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_alt_othername_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_othername_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_alt_othername_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005fkey_005fid.html index 543ee740ae..f11c497ed0 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_subject_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_subject_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005funique_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005funique_005fid.html index 5e1fff9990..c9898fde4e 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005funique_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fsubject_005funique_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_subject_unique_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_subject_unique_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_unique_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_subject_unique_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_unique_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_subject_unique_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fverify_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fverify_005falgorithm.html index 964eb9ac17..253020ea84 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fverify_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fverify_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_verify_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_verify_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_verify_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_verify_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_verify_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_verify_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fversion.html b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fversion.html index a983cb98ab..196892ea53 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fversion.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fget_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_get_version</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_get_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_get_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_get_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_get_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_get_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fimport.html b/manual/html_node/gnutls_005fx509_005fcrt_005fimport.html index db5a198134..f1dc9a64b6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11.html b/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11.html index 7df076f756..b1b6577ad6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_import_pkcs11</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_import_pkcs11</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_import_pkcs11"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_import_pkcs11"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_import_pkcs11"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_import_pkcs11"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11_005furl.html b/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11_005furl.html index 38138e75a2..1c6572fb88 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11_005furl.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fimport_005fpkcs11_005furl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_import_pkcs11_url</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_import_pkcs11_url</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_import_pkcs11_url"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_import_pkcs11_url"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_import_pkcs11_url"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_import_pkcs11_url"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005finit.html b/manual/html_node/gnutls_005fx509_005fcrt_005finit.html index 062e138c40..6501386ed6 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport.html b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport.html index 49f8a7fe19..3641e8ebdf 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_list_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_list_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_list_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_list_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_list_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_list_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport2.html b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport2.html index 52c34a9a9c..b0f5bfa25f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_list_import2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_list_import2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_list_import2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_list_import2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_list_import2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_list_import2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport_005fpkcs11.html b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport_005fpkcs11.html index f198744c36..9acbfa4dcc 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport_005fpkcs11.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fimport_005fpkcs11.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_list_import_pkcs11</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_list_import_pkcs11</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_list_import_pkcs11"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_list_import_pkcs11"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_list_import_pkcs11"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_list_import_pkcs11"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fverify.html b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fverify.html index e9ab5a2f8f..94cd7912c8 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fverify.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005flist_005fverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_list_verify</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_list_verify</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_list_verify"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_list_verify"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_list_verify"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_list_verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fprint.html b/manual/html_node/gnutls_005fx509_005fcrt_005fprint.html index 7647dbbed6..1aebd88175 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fprint.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_print</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fprivkey_005fsign.html b/manual/html_node/gnutls_005fx509_005fcrt_005fprivkey_005fsign.html index 39cf297d2e..5d5d9ce951 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fprivkey_005fsign.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fprivkey_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_privkey_sign</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_privkey_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_privkey_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_privkey_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_privkey_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_privkey_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005factivation_005ftime.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005factivation_005ftime.html index 8d14d6c09c..b084567146 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005factivation_005ftime.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005factivation_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_activation_time</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_activation_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_activation_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_activation_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_activation_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_activation_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005finfo_005faccess.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005finfo_005faccess.html index 9fd3230f92..352bfdb748 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005finfo_005faccess.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005finfo_005faccess.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_authority_info_access</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_authority_info_access</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_authority_info_access"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_authority_info_access"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_authority_info_access"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_authority_info_access"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005fkey_005fid.html index aa69c75474..65f2786120 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fauthority_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_authority_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_authority_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_authority_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_authority_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_authority_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_authority_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fbasic_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fbasic_005fconstraints.html index d536e71602..8b5c4cf164 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fbasic_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fbasic_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_basic_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_basic_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_basic_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_basic_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_basic_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_basic_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fca_005fstatus.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fca_005fstatus.html index 4366f11b51..9f2f9f23e1 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fca_005fstatus.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fca_005fstatus.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_ca_status</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_ca_status</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_ca_status"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_ca_status"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_ca_status"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_ca_status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints.html index 47f673f0ed..a40a061531 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_crl_dist_points</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_crl_dist_points</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crl_dist_points"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crl_dist_points"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crl_dist_points"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crl_dist_points"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints2.html index 2ff244c75c..08bb1a2f9d 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrl_005fdist_005fpoints2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_crl_dist_points2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_crl_dist_points2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crl_dist_points2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crl_dist_points2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crl_dist_points2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crl_dist_points2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq.html index 4aaaaa0476..e54e71320a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_crq</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_crq</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crq"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crq"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crq"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crq"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq_005fextensions.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq_005fextensions.html index 4af76754d5..484c781958 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq_005fextensions.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fcrq_005fextensions.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_crq_extensions</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_crq_extensions</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crq_extensions"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_crq_extensions"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crq_extensions"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_crq_extensions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn.html index f4c6ede8f6..2a9dc39be8 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn_005fby_005foid.html index d11ebbbe0a..55ba8096fc 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fexpiration_005ftime.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fexpiration_005ftime.html index 8cba1ed963..5305149887 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fexpiration_005ftime.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fexpiration_005ftime.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_expiration_time</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_expiration_time</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_expiration_time"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_expiration_time"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_expiration_time"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_expiration_time"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fextension_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fextension_005fby_005foid.html index 2cadc01feb..236f556adf 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fextension_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fextension_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_extension_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_extension_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_extension_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_extension_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_extension_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_extension_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005falt_005fname.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005falt_005fname.html index 2a99810b6b..234b4c4a49 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005falt_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005falt_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_alt_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_alt_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_alt_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_alt_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_alt_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_alt_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn.html index ca4d6deb87..665294af5f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn_005fby_005foid.html index cdb8cac2b5..76b3a9c116 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fissuer_005fdn_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_dn_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_dn_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_dn_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_issuer_dn_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_dn_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_issuer_dn_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey.html index 05e29d8aa5..be8c366830 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_key</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_key</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_key"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_key"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_key"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_key"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fpurpose_005foid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fpurpose_005foid.html index 67e864be56..069e19ad58 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fpurpose_005foid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fpurpose_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_key_purpose_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_key_purpose_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_key_purpose_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_key_purpose_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_key_purpose_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_key_purpose_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fusage.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fusage.html index 28bb98292f..bba7fae8a0 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fname_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fname_005fconstraints.html index 56f01d33c5..2bce903b75 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fname_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fname_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_name_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_name_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_name_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_name_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_name_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_name_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpin_005ffunction.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpin_005ffunction.html index 195f2474c8..0678f1d807 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpin_005ffunction.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpin_005ffunction.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_pin_function</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_pin_function</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_pin_function"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_pin_function"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_pin_function"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_pin_function"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpolicy.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpolicy.html index 98ad58c925..fe404c7180 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpolicy.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpolicy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_policy</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_policy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_policy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_policy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_policy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_policy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fprivate_005fkey_005fusage_005fperiod.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fprivate_005fkey_005fusage_005fperiod.html index 7c42e39745..fdb706420b 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fprivate_005fkey_005fusage_005fperiod.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fprivate_005fkey_005fusage_005fperiod.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_private_key_usage_period</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_private_key_usage_period</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_private_key_usage_period"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_private_key_usage_period"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_private_key_usage_period"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_private_key_usage_period"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy.html index 5966e13ab3..abd832407a 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_proxy</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_proxy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_proxy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_proxy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_proxy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_proxy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy_005fdn.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy_005fdn.html index 68fce52be9..6221d3fc07 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy_005fdn.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fproxy_005fdn.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_proxy_dn</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_proxy_dn</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_proxy_dn"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_proxy_dn"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_proxy_dn"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_proxy_dn"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpubkey.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpubkey.html index 683faf8cd6..a82b45d26c 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpubkey.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_pubkey</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_pubkey"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fserial.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fserial.html index 3d48089c90..ee556ade17 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fserial.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fserial.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_serial</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_serial</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_serial"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_serial"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_serial"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_serial"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falt_005fname.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falt_005fname.html index b48259af81..7ce92f92f2 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falt_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falt_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_subject_alt_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_subject_alt_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_subject_alt_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_subject_alt_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_subject_alt_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_subject_alt_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falternative_005fname.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falternative_005fname.html index 31ad49239f..e92fb71a8b 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falternative_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005falternative_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_subject_alternative_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_subject_alternative_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_subject_alternative_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_subject_alternative_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_subject_alternative_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_subject_alternative_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005fkey_005fid.html index d68dafdb1e..745c96512c 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fsubject_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_subject_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_subject_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_subject_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_subject_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_subject_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_subject_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fversion.html b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fversion.html index 6538bfa3b7..973fc2f18f 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fversion.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fset_005fversion.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_set_version</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_set_version</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_set_version"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_set_version"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_set_version"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_set_version"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fsign.html b/manual/html_node/gnutls_005fx509_005fcrt_005fsign.html index c9ff666826..25d7519422 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fsign.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fsign.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_sign</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_sign</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_sign"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_sign"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_sign"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_sign"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fsign2.html b/manual/html_node/gnutls_005fx509_005fcrt_005fsign2.html index 99a357dad3..9d5e2db869 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fsign2.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fsign2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_sign2</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_sign2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_sign2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_sign2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_sign2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_sign2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fverify.html b/manual/html_node/gnutls_005fx509_005fcrt_005fverify.html index f8b602b4c2..c7b60dce4b 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fverify.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fverify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_verify</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_verify</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_verify"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_verify"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_verify"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fdata.html b/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fdata.html index 813673a216..f97eb05526 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fdata.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_verify_data</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_verify_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_verify_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_verify_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_verify_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_verify_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fhash.html b/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fhash.html index 743e96d8ec..19a8cb7404 100644 --- a/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fhash.html +++ b/manual/html_node/gnutls_005fx509_005fcrt_005fverify_005fhash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_crt_verify_hash</title> +<title>GnuTLS 3.3.12: gnutls_x509_crt_verify_hash</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_crt_verify_hash"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_crt_verify_hash"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_crt_verify_hash"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_crt_verify_hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fdn_005fdeinit.html index 70343d4351..41b5ffe025 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005fexport.html b/manual/html_node/gnutls_005fx509_005fdn_005fexport.html index f864054ecb..b6888de7fd 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005fexport.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_export</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005fexport2.html b/manual/html_node/gnutls_005fx509_005fdn_005fexport2.html index 5d1d3eeddc..5b315310b6 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005fexport2.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_export2</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005fget_005frdn_005fava.html b/manual/html_node/gnutls_005fx509_005fdn_005fget_005frdn_005fava.html index 428bae18d3..6f02c5d35b 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005fget_005frdn_005fava.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005fget_005frdn_005fava.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_get_rdn_ava</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_get_rdn_ava</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_get_rdn_ava"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_get_rdn_ava"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_get_rdn_ava"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_get_rdn_ava"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005fimport.html b/manual/html_node/gnutls_005fx509_005fdn_005fimport.html index af5148002a..d6952ec186 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005finit.html b/manual/html_node/gnutls_005fx509_005fdn_005finit.html index ca1da8a4aa..c83d41b4f3 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005foid_005fknown.html b/manual/html_node/gnutls_005fx509_005fdn_005foid_005fknown.html index 6952a65bd9..a02ac81db7 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005foid_005fknown.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005foid_005fknown.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_oid_known</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_oid_known</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_oid_known"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_oid_known"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_oid_known"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_oid_known"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fdn_005foid_005fname.html b/manual/html_node/gnutls_005fx509_005fdn_005foid_005fname.html index 096ecb08ea..a78329bddb 100644 --- a/manual/html_node/gnutls_005fx509_005fdn_005foid_005fname.html +++ b/manual/html_node/gnutls_005fx509_005fdn_005foid_005fname.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_dn_oid_name</title> +<title>GnuTLS 3.3.12: gnutls_x509_dn_oid_name</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_dn_oid_name"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_dn_oid_name"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_dn_oid_name"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_dn_oid_name"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fext_005fdeinit.html index d81825ca8a..51fc1d8f21 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005faia.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005faia.html index c33e616b8d..e0dddf345b 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005faia.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005faia.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_aia</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_aia</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_aia"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_aia"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_aia"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_aia"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fauthority_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fauthority_005fkey_005fid.html index dd49baa6c8..78149cffdf 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fauthority_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fauthority_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_authority_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_authority_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_authority_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_authority_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_authority_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_authority_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fbasic_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fbasic_005fconstraints.html index af8414aaec..959124941b 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fbasic_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fbasic_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_basic_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_basic_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_basic_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_basic_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_basic_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_basic_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fcrl_005fdist_005fpoints.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fcrl_005fdist_005fpoints.html index 87ee7489d4..8229ace4a2 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fcrl_005fdist_005fpoints.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fcrl_005fdist_005fpoints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_crl_dist_points</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_crl_dist_points</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_crl_dist_points"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_crl_dist_points"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_crl_dist_points"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_crl_dist_points"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fpurposes.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fpurposes.html index d81f31feb3..0627db5864 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fpurposes.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fpurposes.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_key_purposes</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_key_purposes</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_key_purposes"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_key_purposes"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_key_purposes"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_key_purposes"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fusage.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fusage.html index 41f00b0cea..3eff983e3a 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fname_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fname_005fconstraints.html index c8738bea1e..d5b93c6f2b 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fname_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fname_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_name_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_name_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_name_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_name_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_name_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_name_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fpolicies.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fpolicies.html index c6825e3a39..c5c8941116 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fpolicies.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fpolicies.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_policies</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_policies</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_policies"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_policies"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_policies"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_policies"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fprivate_005fkey_005fusage_005fperiod.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fprivate_005fkey_005fusage_005fperiod.html index 361b40870e..0580d1fd3c 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fprivate_005fkey_005fusage_005fperiod.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fprivate_005fkey_005fusage_005fperiod.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_private_key_usage_period</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_private_key_usage_period</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_private_key_usage_period"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_private_key_usage_period"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_private_key_usage_period"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_private_key_usage_period"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fproxy.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fproxy.html index d389369e61..aa9f135d12 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fproxy.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fproxy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_proxy</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_proxy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_proxy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_proxy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_proxy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_proxy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005falt_005fnames.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005falt_005fnames.html index 85025c8fe2..b510511c22 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005falt_005fnames.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005falt_005fnames.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_subject_alt_names</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_subject_alt_names</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_subject_alt_names"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_subject_alt_names"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_subject_alt_names"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_subject_alt_names"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005fkey_005fid.html index 1a867f449f..4fb3fa6af5 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fexport_005fsubject_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_export_subject_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_export_subject_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_export_subject_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_export_subject_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_export_subject_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_export_subject_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005faia.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005faia.html index 22b9ad0e95..078cdef84d 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005faia.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005faia.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_aia</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_aia</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_aia"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_aia"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_aia"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_aia"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fauthority_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fauthority_005fkey_005fid.html index 1b643747e9..54de8baf43 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fauthority_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fauthority_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_authority_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_authority_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_authority_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_authority_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_authority_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_authority_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fbasic_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fbasic_005fconstraints.html index d63d36eb92..678de64c42 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fbasic_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fbasic_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_basic_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_basic_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_basic_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_basic_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_basic_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_basic_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fcrl_005fdist_005fpoints.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fcrl_005fdist_005fpoints.html index 7fd1fcbd1c..a66e387161 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fcrl_005fdist_005fpoints.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fcrl_005fdist_005fpoints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_crl_dist_points</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_crl_dist_points</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_crl_dist_points"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_crl_dist_points"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_crl_dist_points"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_crl_dist_points"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fpurposes.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fpurposes.html index 5df07c11d7..6fe55ddc3f 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fpurposes.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fpurposes.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_key_purposes</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_key_purposes</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_key_purposes"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_key_purposes"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_key_purposes"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_key_purposes"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fusage.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fusage.html index 5bf59578ad..f16ddd5355 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fusage.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fkey_005fusage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_key_usage</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_key_usage</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_key_usage"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_key_usage"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_key_usage"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_key_usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fname_005fconstraints.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fname_005fconstraints.html index 28b131583a..385266b724 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fname_005fconstraints.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fname_005fconstraints.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_name_constraints</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_name_constraints</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_name_constraints"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_name_constraints"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_name_constraints"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_name_constraints"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fpolicies.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fpolicies.html index 821848822c..0de7ddc816 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fpolicies.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fpolicies.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_policies</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_policies</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_policies"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_policies"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_policies"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_policies"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fprivate_005fkey_005fusage_005fperiod.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fprivate_005fkey_005fusage_005fperiod.html index 5ac4d24435..7b443faf75 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fprivate_005fkey_005fusage_005fperiod.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fprivate_005fkey_005fusage_005fperiod.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_private_key_usage_period</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_private_key_usage_period</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_private_key_usage_period"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_private_key_usage_period"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_private_key_usage_period"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_private_key_usage_period"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fproxy.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fproxy.html index ce844958c1..d4ffe2afe8 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fproxy.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fproxy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_proxy</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_proxy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_proxy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_proxy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_proxy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_proxy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005falt_005fnames.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005falt_005fnames.html index 84d3653fd4..1706584107 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005falt_005fnames.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005falt_005fnames.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_subject_alt_names</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_subject_alt_names</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_subject_alt_names"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_subject_alt_names"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_subject_alt_names"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_subject_alt_names"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005fkey_005fid.html index 7dfef629f3..ed97823fa2 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fimport_005fsubject_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_import_subject_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_import_subject_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_import_subject_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_import_subject_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_import_subject_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_import_subject_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fext_005fprint.html b/manual/html_node/gnutls_005fx509_005fext_005fprint.html index 34e3e8ce86..9e79876516 100644 --- a/manual/html_node/gnutls_005fx509_005fext_005fprint.html +++ b/manual/html_node/gnutls_005fx509_005fext_005fprint.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_ext_print</title> +<title>GnuTLS 3.3.12: gnutls_x509_ext_print</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_ext_print"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_ext_print"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_ext_print"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_ext_print"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fdeinit.html index a074798fef..213ce650d9 100644 --- a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_key_purpose_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_key_purpose_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fget.html b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fget.html index fc6e68cf02..81ecc5b7a9 100644 --- a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fget.html +++ b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_key_purpose_get</title> +<title>GnuTLS 3.3.12: gnutls_x509_key_purpose_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005finit.html b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005finit.html index 52a5b2e66d..e8431936d3 100644 --- a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_key_purpose_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_key_purpose_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fset.html b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fset.html index 0c8d2cb7ce..cd12fe23f5 100644 --- a/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fset.html +++ b/manual/html_node/gnutls_005fx509_005fkey_005fpurpose_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_key_purpose_set</title> +<title>GnuTLS 3.3.12: gnutls_x509_key_purpose_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_key_purpose_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_key_purpose_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fexcluded.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fexcluded.html index 216ea8c950..c6d021abe3 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fexcluded.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fexcluded.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_add_excluded</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_add_excluded</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_add_excluded"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_add_excluded"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_add_excluded"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_add_excluded"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fpermitted.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fpermitted.html index b21e904bfe..0d00d40408 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fpermitted.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fadd_005fpermitted.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_add_permitted</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_add_permitted</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_add_permitted"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_add_permitted"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_add_permitted"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_add_permitted"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck.html index 746c3110ff..871aba3c25 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_check</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_check</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_check"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_check"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_check"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_check"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck_005fcrt.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck_005fcrt.html index b2b20240a2..02120050ec 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck_005fcrt.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fcheck_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_check_crt</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_check_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_check_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_check_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_check_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_check_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fdeinit.html index 2118054a9a..63ea35fd2e 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fexcluded.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fexcluded.html index b4f7531aad..ca4a11d739 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fexcluded.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fexcluded.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_get_excluded</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_get_excluded</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_get_excluded"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_get_excluded"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_get_excluded"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_get_excluded"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fpermitted.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fpermitted.html index 1e6192fa71..d1e3c8668a 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fpermitted.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005fget_005fpermitted.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_get_permitted</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_get_permitted</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_get_permitted"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_get_permitted"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_get_permitted"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_get_permitted"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005finit.html b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005finit.html index 3d1bc05b04..67749e6924 100644 --- a/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fname_005fconstraints_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_name_constraints_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_name_constraints_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_name_constraints_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_name_constraints_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fothername_005fto_005fvirtual.html b/manual/html_node/gnutls_005fx509_005fothername_005fto_005fvirtual.html index 2fabcf8d8a..8c13f6cced 100644 --- a/manual/html_node/gnutls_005fx509_005fothername_005fto_005fvirtual.html +++ b/manual/html_node/gnutls_005fx509_005fothername_005fto_005fvirtual.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_othername_to_virtual</title> +<title>GnuTLS 3.3.12: gnutls_x509_othername_to_virtual</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_othername_to_virtual"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_othername_to_virtual"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_othername_to_virtual"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_othername_to_virtual"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fpolicies_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fpolicies_005fdeinit.html index 39ee345abd..87ddceedbe 100644 --- a/manual/html_node/gnutls_005fx509_005fpolicies_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fpolicies_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_policies_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_policies_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_policies_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_policies_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_policies_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_policies_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fpolicies_005fget.html b/manual/html_node/gnutls_005fx509_005fpolicies_005fget.html index fa5652f6f2..7ca099b7d5 100644 --- a/manual/html_node/gnutls_005fx509_005fpolicies_005fget.html +++ b/manual/html_node/gnutls_005fx509_005fpolicies_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_policies_get</title> +<title>GnuTLS 3.3.12: gnutls_x509_policies_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_policies_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_policies_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_policies_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_policies_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fpolicies_005finit.html b/manual/html_node/gnutls_005fx509_005fpolicies_005finit.html index 863ace86bd..7410f52722 100644 --- a/manual/html_node/gnutls_005fx509_005fpolicies_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fpolicies_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_policies_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_policies_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_policies_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_policies_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_policies_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_policies_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fpolicies_005fset.html b/manual/html_node/gnutls_005fx509_005fpolicies_005fset.html index 57c77482a3..b45893300a 100644 --- a/manual/html_node/gnutls_005fx509_005fpolicies_005fset.html +++ b/manual/html_node/gnutls_005fx509_005fpolicies_005fset.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_policies_set</title> +<title>GnuTLS 3.3.12: gnutls_x509_policies_set</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_policies_set"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_policies_set"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_policies_set"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_policies_set"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fpolicy_005frelease.html b/manual/html_node/gnutls_005fx509_005fpolicy_005frelease.html index cbc4a4a5e6..d6ef452ebe 100644 --- a/manual/html_node/gnutls_005fx509_005fpolicy_005frelease.html +++ b/manual/html_node/gnutls_005fx509_005fpolicy_005frelease.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_policy_release</title> +<title>GnuTLS 3.3.12: gnutls_x509_policy_release</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_policy_release"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_policy_release"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_policy_release"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_policy_release"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fcpy.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fcpy.html index f6130a118c..fae464b330 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fcpy.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fcpy.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_cpy</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_cpy</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_cpy"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_cpy"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_cpy"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_cpy"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fdeinit.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fdeinit.html index dbd11fe610..7c966f6b90 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport.html index 88960fbc16..cba69a6f3e 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2.html index d351f575e6..f26be2ed89 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export2</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2_005fpkcs8.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2_005fpkcs8.html index 7d06d4357f..e7437ad5ac 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2_005fpkcs8.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport2_005fpkcs8.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export2_pkcs8</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export2_pkcs8</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export2_pkcs8"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export2_pkcs8"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export2_pkcs8"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export2_pkcs8"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fdsa_005fraw.html index ad47c1ae99..ea1b1d0848 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fecc_005fraw.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fecc_005fraw.html index 2597ea04da..dda5bc86c2 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fecc_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fecc_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export_ecc_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export_ecc_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_ecc_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_ecc_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_ecc_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_ecc_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fpkcs8.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fpkcs8.html index 211749e8f6..dfe1aa6f88 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fpkcs8.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005fpkcs8.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export_pkcs8</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export_pkcs8</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_pkcs8"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_pkcs8"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_pkcs8"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_pkcs8"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw.html index 731dad035f..a014260058 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw2.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw2.html index 94c3971274..8509b18e28 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw2.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fexport_005frsa_005fraw2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_export_rsa_raw2</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_export_rsa_raw2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_rsa_raw2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_export_rsa_raw2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_rsa_raw2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_export_rsa_raw2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005ffix.html b/manual/html_node/gnutls_005fx509_005fprivkey_005ffix.html index 861b2f2d69..b7f197c5c7 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005ffix.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005ffix.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_fix</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_fix</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_fix"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_fix"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_fix"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_fix"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fgenerate.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fgenerate.html index f0a2caebe8..f104fcb26e 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fgenerate.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fgenerate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_generate</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_generate</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_generate"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_generate"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_generate"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_generate"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fkey_005fid.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fkey_005fid.html index b11a41fed6..cc87141bfe 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fkey_005fid.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fkey_005fid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_get_key_id</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_get_key_id</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_get_key_id"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_get_key_id"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_get_key_id"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_get_key_id"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm.html index 45026d2feb..6ef8b569fa 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_get_pk_algorithm</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_get_pk_algorithm</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_get_pk_algorithm"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_get_pk_algorithm"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_get_pk_algorithm"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_get_pk_algorithm"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm2.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm2.html index e8a2829f55..70c1e391db 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm2.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fget_005fpk_005falgorithm2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_get_pk_algorithm2</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_get_pk_algorithm2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_get_pk_algorithm2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_get_pk_algorithm2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_get_pk_algorithm2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_get_pk_algorithm2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport.html index d94063ab58..d7c7209ac9 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport2.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport2.html index 56b48c7c9b..ad0dbd2fb1 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport2.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import2</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fdsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fdsa_005fraw.html index 0e342ba3f4..a0068ebd3d 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fdsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fdsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import_dsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import_dsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_dsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_dsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_dsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_dsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fecc_005fraw.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fecc_005fraw.html index 0a1a92eb21..2f4e702b3f 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fecc_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fecc_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import_ecc_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import_ecc_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_ecc_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_ecc_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_ecc_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_ecc_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fopenssl.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fopenssl.html index a7c0bac1a3..bbe10c7e7f 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fopenssl.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fopenssl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import_openssl</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import_openssl</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_openssl"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_openssl"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_openssl"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_openssl"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fpkcs8.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fpkcs8.html index 1039938552..5d7892aa0d 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fpkcs8.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005fpkcs8.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import_pkcs8</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import_pkcs8</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_pkcs8"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_pkcs8"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_pkcs8"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_pkcs8"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw.html index 0405b1c1cb..18465e1020 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import_rsa_raw</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import_rsa_raw</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_rsa_raw"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_rsa_raw"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_rsa_raw"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_rsa_raw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw2.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw2.html index 90cd0d9d69..8756ab4136 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw2.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fimport_005frsa_005fraw2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_import_rsa_raw2</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_import_rsa_raw2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_rsa_raw2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_import_rsa_raw2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_rsa_raw2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_import_rsa_raw2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005finit.html b/manual/html_node/gnutls_005fx509_005fprivkey_005finit.html index c79b1cf43d..c6b9e2bbef 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005finit.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fsec_005fparam.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fsec_005fparam.html index 6b60c3cc13..af67a6f418 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fsec_005fparam.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fsec_005fparam.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_sec_param</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_sec_param</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_sec_param"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_sec_param"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_sec_param"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_sec_param"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fdata.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fdata.html index 15d93a66fd..3bdb572948 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fdata.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fdata.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_sign_data</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_sign_data</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_sign_data"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_sign_data"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_sign_data"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_sign_data"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fhash.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fhash.html index a23ce0d9fa..8420e2897d 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fhash.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fsign_005fhash.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_sign_hash</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_sign_hash</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_sign_hash"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_sign_hash"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_sign_hash"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_sign_hash"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005fprivkey_005fverify_005fparams.html b/manual/html_node/gnutls_005fx509_005fprivkey_005fverify_005fparams.html index 78b89c5a3f..3e82149d85 100644 --- a/manual/html_node/gnutls_005fx509_005fprivkey_005fverify_005fparams.html +++ b/manual/html_node/gnutls_005fx509_005fprivkey_005fverify_005fparams.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_privkey_verify_params</title> +<title>GnuTLS 3.3.12: gnutls_x509_privkey_verify_params</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_privkey_verify_params"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_privkey_verify_params"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_privkey_verify_params"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_privkey_verify_params"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005frdn_005fget.html b/manual/html_node/gnutls_005fx509_005frdn_005fget.html index a94f4c5d86..5ad8b762eb 100644 --- a/manual/html_node/gnutls_005fx509_005frdn_005fget.html +++ b/manual/html_node/gnutls_005fx509_005frdn_005fget.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_rdn_get</title> +<title>GnuTLS 3.3.12: gnutls_x509_rdn_get</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_rdn_get"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_rdn_get"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_rdn_get"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_rdn_get"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005frdn_005fget_005fby_005foid.html b/manual/html_node/gnutls_005fx509_005frdn_005fget_005fby_005foid.html index 920b70e737..22302dacd9 100644 --- a/manual/html_node/gnutls_005fx509_005frdn_005fget_005fby_005foid.html +++ b/manual/html_node/gnutls_005fx509_005frdn_005fget_005fby_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_rdn_get_by_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_rdn_get_by_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_rdn_get_by_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_rdn_get_by_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_rdn_get_by_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_rdn_get_by_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005frdn_005fget_005foid.html b/manual/html_node/gnutls_005fx509_005frdn_005fget_005foid.html index a554daa2cd..93ff1c0af0 100644 --- a/manual/html_node/gnutls_005fx509_005frdn_005fget_005foid.html +++ b/manual/html_node/gnutls_005fx509_005frdn_005fget_005foid.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_rdn_get_oid</title> +<title>GnuTLS 3.3.12: gnutls_x509_rdn_get_oid</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_rdn_get_oid"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_rdn_get_oid"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_rdn_get_oid"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_rdn_get_oid"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcas.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcas.html index 3990ea1665..cc29dc5cbe 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcas.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcas.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_cas</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_cas</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_cas"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_cas"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_cas"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_cas"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcrls.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcrls.html index 90b1226085..9128850402 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcrls.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fcrls.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_crls</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_crls</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_crls"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_crls"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_crls"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_crls"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fnamed_005fcrt.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fnamed_005fcrt.html index e25d09e6f1..9851917c4d 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fnamed_005fcrt.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fnamed_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_named_crt</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_named_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_named_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_named_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_named_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_named_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fsystem_005ftrust.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fsystem_005ftrust.html index 4426df4e71..daa884dbe2 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fsystem_005ftrust.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005fsystem_005ftrust.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_system_trust</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_system_trust</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_system_trust"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_system_trust"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_system_trust"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_system_trust"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fdir.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fdir.html index cdbb3c85a6..34160656a9 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fdir.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fdir.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_dir</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_dir</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_dir"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_dir"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_dir"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_dir"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005ffile.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005ffile.html index ea114406f3..ff82ca7fd9 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005ffile.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_file</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fmem.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fmem.html index 20a121fdb2..bfd2fcc825 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fmem.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fadd_005ftrust_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_mem</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_add_trust_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_add_trust_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fdeinit.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fdeinit.html index ea3b837aa9..45787a8736 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fdeinit.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fdeinit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_deinit</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_deinit</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_deinit"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_deinit"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_deinit"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_deinit"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fget_005fissuer.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fget_005fissuer.html index 0515df056a..2b2209bd7b 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fget_005fissuer.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fget_005fissuer.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_get_issuer</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_get_issuer</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_get_issuer"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_get_issuer"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_get_issuer"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_get_issuer"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005finit.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005finit.html index fdba837883..54e73e6bb9 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005finit.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005finit.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_init</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_init</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_init"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_init"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_init"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_init"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005fcas.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005fcas.html index 7eb6bc8d30..f6f984dabd 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005fcas.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005fcas.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_remove_cas</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_remove_cas</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_remove_cas"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_remove_cas"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_remove_cas"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_remove_cas"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005ffile.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005ffile.html index 7994607f40..66c4e3ba3e 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005ffile.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005ffile.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_remove_trust_file</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_remove_trust_file</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_remove_trust_file"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_remove_trust_file"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_remove_trust_file"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_remove_trust_file"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005fmem.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005fmem.html index 4f4a165581..7c8c107f44 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005fmem.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fremove_005ftrust_005fmem.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_remove_trust_mem</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_remove_trust_mem</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_remove_trust_mem"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_remove_trust_mem"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_remove_trust_mem"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_remove_trust_mem"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt.html index 1738acedbf..9097aa1e6d 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_verify_crt</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_verify_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_verify_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_verify_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_verify_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_verify_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt2.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt2.html index faf06db0b6..088d35698d 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt2.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fcrt2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_verify_crt2</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_verify_crt2</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_verify_crt2"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_verify_crt2"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_verify_crt2"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_verify_crt2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fnamed_005fcrt.html b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fnamed_005fcrt.html index 49272f7217..ba125e4a0b 100644 --- a/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fnamed_005fcrt.html +++ b/manual/html_node/gnutls_005fx509_005ftrust_005flist_005fverify_005fnamed_005fcrt.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: gnutls_x509_trust_list_verify_named_crt</title> +<title>GnuTLS 3.3.12: gnutls_x509_trust_list_verify_named_crt</title> -<meta name="description" content="GnuTLS 3.3.11: gnutls_x509_trust_list_verify_named_crt"> -<meta name="keywords" content="GnuTLS 3.3.11: gnutls_x509_trust_list_verify_named_crt"> +<meta name="description" content="GnuTLS 3.3.12: gnutls_x509_trust_list_verify_named_crt"> +<meta name="keywords" content="GnuTLS 3.3.12: gnutls_x509_trust_list_verify_named_crt"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/index.html b/manual/html_node/index.html index 80c8875a17..b8e565778b 100644 --- a/manual/html_node/index.html +++ b/manual/html_node/index.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.11 of GnuTLS. +3.3.12 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.11: Top</title> +<title>GnuTLS 3.3.12: Top</title> -<meta name="description" content="GnuTLS 3.3.11: Top"> -<meta name="keywords" content="GnuTLS 3.3.11: Top"> +<meta name="description" content="GnuTLS 3.3.12: Top"> +<meta name="keywords" content="GnuTLS 3.3.12: Top"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -154,7 +154,7 @@ dl { </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> -<h1 class="settitle" align="center">GnuTLS 3.3.11</h1> +<h1 class="settitle" align="center">GnuTLS 3.3.12</h1> @@ -321,17 +321,18 @@ dl { <li><a name="toc-private-option" href="p11tool-Invocation.html#private-option">5.2.25 private option</a></li> <li><a name="toc-so_002dlogin-option" href="p11tool-Invocation.html#so_002dlogin-option">5.2.26 so-login option</a></li> <li><a name="toc-admin_002dlogin-option" href="p11tool-Invocation.html#admin_002dlogin-option">5.2.27 admin-login option</a></li> - <li><a name="toc-sec_002dparam-option" href="p11tool-Invocation.html#sec_002dparam-option">5.2.28 sec-param option</a></li> - <li><a name="toc-inder-option" href="p11tool-Invocation.html#inder-option">5.2.29 inder option</a></li> - <li><a name="toc-inraw-option" href="p11tool-Invocation.html#inraw-option">5.2.30 inraw option</a></li> - <li><a name="toc-outder-option" href="p11tool-Invocation.html#outder-option">5.2.31 outder option</a></li> - <li><a name="toc-outraw-option" href="p11tool-Invocation.html#outraw-option">5.2.32 outraw option</a></li> - <li><a name="toc-set_002dpin-option" href="p11tool-Invocation.html#set_002dpin-option">5.2.33 set-pin option</a></li> - <li><a name="toc-set_002dso_002dpin-option" href="p11tool-Invocation.html#set_002dso_002dpin-option">5.2.34 set-so-pin option</a></li> - <li><a name="toc-provider-option" href="p11tool-Invocation.html#provider-option">5.2.35 provider option</a></li> - <li><a name="toc-p11tool-exit-status-1" href="p11tool-Invocation.html#p11tool-exit-status-1">5.2.36 p11tool exit status</a></li> - <li><a name="toc-p11tool-See-Also-1" href="p11tool-Invocation.html#p11tool-See-Also-1">5.2.37 p11tool See Also</a></li> - <li><a name="toc-p11tool-Examples-1" href="p11tool-Invocation.html#p11tool-Examples-1">5.2.38 p11tool Examples</a></li> + <li><a name="toc-curve-option" href="p11tool-Invocation.html#curve-option">5.2.28 curve option</a></li> + <li><a name="toc-sec_002dparam-option" href="p11tool-Invocation.html#sec_002dparam-option">5.2.29 sec-param option</a></li> + <li><a name="toc-inder-option" href="p11tool-Invocation.html#inder-option">5.2.30 inder option</a></li> + <li><a name="toc-inraw-option" href="p11tool-Invocation.html#inraw-option">5.2.31 inraw option</a></li> + <li><a name="toc-outder-option" href="p11tool-Invocation.html#outder-option">5.2.32 outder option</a></li> + <li><a name="toc-outraw-option" href="p11tool-Invocation.html#outraw-option">5.2.33 outraw option</a></li> + <li><a name="toc-set_002dpin-option" href="p11tool-Invocation.html#set_002dpin-option">5.2.34 set-pin option</a></li> + <li><a name="toc-set_002dso_002dpin-option" href="p11tool-Invocation.html#set_002dso_002dpin-option">5.2.35 set-so-pin option</a></li> + <li><a name="toc-provider-option" href="p11tool-Invocation.html#provider-option">5.2.36 provider option</a></li> + <li><a name="toc-p11tool-exit-status-1" href="p11tool-Invocation.html#p11tool-exit-status-1">5.2.37 p11tool exit status</a></li> + <li><a name="toc-p11tool-See-Also-1" href="p11tool-Invocation.html#p11tool-See-Also-1">5.2.38 p11tool See Also</a></li> + <li><a name="toc-p11tool-Examples-1" href="p11tool-Invocation.html#p11tool-Examples-1">5.2.39 p11tool Examples</a></li> </ul></li> <li><a name="toc-Trusted-Platform-Module-_0028TPM_0029" href="Trusted-Platform-Module.html#Trusted-Platform-Module">5.3 Trusted Platform Module (TPM)</a> <ul class="no-bullet"> @@ -504,7 +505,7 @@ Next: <a href="Preface.html#Preface" accesskey="n" rel="next">Preface</a>, Up: < <h1 class="top">GnuTLS</h1> <p>This manual is last updated 29 July 2014 for version -3.3.11 of GnuTLS. +3.3.12 of GnuTLS. </p> <p>Copyright © 2001-2013 Free Software Foundation, Inc.\\ Copyright © 2001-2013 Nikos Mavrogiannopoulos diff --git a/manual/html_node/ocsptool-Examples.html b/manual/html_node/ocsptool-Examples.html index 1b186e4d7c..ece6608632 100644 --- a/manual/html_node/ocsptool-Examples.html +++ b/manual/html_node/ocsptool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ocsptool Examples</title> +<title>GnuTLS 3.3.12: ocsptool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool Examples"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ocsptool-Invocation.html b/manual/html_node/ocsptool-Invocation.html index 351c5c4b78..7054f76e0d 100644 --- a/manual/html_node/ocsptool-Invocation.html +++ b/manual/html_node/ocsptool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: ocsptool Invocation</title> +<title>GnuTLS 3.3.12: ocsptool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ocsptool-See-Also.html b/manual/html_node/ocsptool-See-Also.html index 0ae8da2725..b14a444cc8 100644 --- a/manual/html_node/ocsptool-See-Also.html +++ b/manual/html_node/ocsptool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ocsptool See Also</title> +<title>GnuTLS 3.3.12: ocsptool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool See Also"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ocsptool-ask.html b/manual/html_node/ocsptool-ask.html index adbe12c811..f722a6926c 100644 --- a/manual/html_node/ocsptool-ask.html +++ b/manual/html_node/ocsptool-ask.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ocsptool ask</title> +<title>GnuTLS 3.3.12: ocsptool ask</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool ask"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool ask"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool ask"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool ask"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ocsptool-debug.html b/manual/html_node/ocsptool-debug.html index c7c4d8fca8..3bb075245f 100644 --- a/manual/html_node/ocsptool-debug.html +++ b/manual/html_node/ocsptool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ocsptool debug</title> +<title>GnuTLS 3.3.12: ocsptool debug</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool debug"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ocsptool-exit-status.html b/manual/html_node/ocsptool-exit-status.html index 2f05cc2110..12de0b1faa 100644 --- a/manual/html_node/ocsptool-exit-status.html +++ b/manual/html_node/ocsptool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ocsptool exit status</title> +<title>GnuTLS 3.3.12: ocsptool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool exit status"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/ocsptool-usage.html b/manual/html_node/ocsptool-usage.html index 20f08c25e3..a4cd2a2baf 100644 --- a/manual/html_node/ocsptool-usage.html +++ b/manual/html_node/ocsptool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: ocsptool usage</title> +<title>GnuTLS 3.3.12: ocsptool usage</title> -<meta name="description" content="GnuTLS 3.3.11: ocsptool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: ocsptool usage"> +<meta name="description" content="GnuTLS 3.3.12: ocsptool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: ocsptool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-Examples.html b/manual/html_node/p11tool-Examples.html index 49816bbfbd..d893bf39c9 100644 --- a/manual/html_node/p11tool-Examples.html +++ b/manual/html_node/p11tool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool Examples</title> +<title>GnuTLS 3.3.12: p11tool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool Examples"> +<meta name="description" content="GnuTLS 3.3.12: p11tool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-Invocation.html b/manual/html_node/p11tool-Invocation.html index 1d6420a24b..e377a5df57 100644 --- a/manual/html_node/p11tool-Invocation.html +++ b/manual/html_node/p11tool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: p11tool Invocation</title> +<title>GnuTLS 3.3.12: p11tool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: p11tool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -430,14 +430,20 @@ see <a href="#p11tool-mark_002dprivate">the mark-private option documentation</a <p>This is an alias for the <code>so-login</code> option, see <a href="#p11tool-so_002dlogin">the so-login option documentation</a>. </p> -<a name="p11tool-sec_002dparam"></a><a name="sec_002dparam-option"></a> -<h4 class="subsection">5.2.28 sec-param option</h4> +<a name="p11tool-curve"></a><a name="curve-option"></a> +<h4 class="subsection">5.2.28 curve option</h4> + +<p>This is the “specify the curve used for ec key generation” option. +This option takes a string argument. +Supported values are secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1. +<a name="p11tool-sec_002dparam"></a></p><a name="sec_002dparam-option"></a> +<h4 class="subsection">5.2.29 sec-param option</h4> <p>This is the “specify the security level” option. This option takes a string argument <samp>Security parameter</samp>. This is alternative to the bits option. Available options are [low, legacy, medium, high, ultra]. <a name="p11tool-inder"></a></p><a name="inder-option"></a> -<h4 class="subsection">5.2.29 inder option</h4> +<h4 class="subsection">5.2.30 inder option</h4> <p>This is the “use der/raw format for input” option. </p> @@ -448,13 +454,13 @@ This is alternative to the bits option. Available options are [low, legacy, medi <p>Use DER/RAW format for input certificates and private keys. <a name="p11tool-inraw"></a></p><a name="inraw-option"></a> -<h4 class="subsection">5.2.30 inraw option</h4> +<h4 class="subsection">5.2.31 inraw option</h4> <p>This is an alias for the <code>inder</code> option, see <a href="#p11tool-inder">the inder option documentation</a>. </p> <a name="p11tool-outder"></a><a name="outder-option"></a> -<h4 class="subsection">5.2.31 outder option</h4> +<h4 class="subsection">5.2.32 outder option</h4> <p>This is the “use der format for output certificates, private keys, and dh parameters” option. </p> @@ -465,31 +471,31 @@ see <a href="#p11tool-inder">the inder option documentation</a>. <p>The output will be in DER or RAW format. <a name="p11tool-outraw"></a></p><a name="outraw-option"></a> -<h4 class="subsection">5.2.32 outraw option</h4> +<h4 class="subsection">5.2.33 outraw option</h4> <p>This is an alias for the <code>outder</code> option, see <a href="#p11tool-outder">the outder option documentation</a>. </p> <a name="p11tool-set_002dpin"></a><a name="set_002dpin-option"></a> -<h4 class="subsection">5.2.33 set-pin option</h4> +<h4 class="subsection">5.2.34 set-pin option</h4> <p>This is the “specify the pin to use on token initialization” option. This option takes a string argument. Alternatively the GNUTLS_PIN environment variable may be used. <a name="p11tool-set_002dso_002dpin"></a></p><a name="set_002dso_002dpin-option"></a> -<h4 class="subsection">5.2.34 set-so-pin option</h4> +<h4 class="subsection">5.2.35 set-so-pin option</h4> <p>This is the “specify the security officer’s pin to use on token initialization” option. This option takes a string argument. Alternatively the GNUTLS_SO_PIN environment variable may be used. <a name="p11tool-provider"></a></p><a name="provider-option"></a> -<h4 class="subsection">5.2.35 provider option</h4> +<h4 class="subsection">5.2.36 provider option</h4> <p>This is the “specify the pkcs #11 provider library” option. This option takes a file argument. This will override the default options in /etc/gnutls/pkcs11.conf <a name="p11tool-exit-status"></a></p><a name="p11tool-exit-status-1"></a> -<h4 class="subsection">5.2.36 p11tool exit status</h4> +<h4 class="subsection">5.2.37 p11tool exit status</h4> <p>One of the following exit values will be returned: </p><dl compact="compact"> @@ -501,10 +507,10 @@ This will override the default options in /etc/gnutls/pkcs11.conf </p></dd> </dl> <a name="p11tool-See-Also"></a><a name="p11tool-See-Also-1"></a> -<h4 class="subsection">5.2.37 p11tool See Also</h4> +<h4 class="subsection">5.2.38 p11tool See Also</h4> <p>certtool (1) <a name="p11tool-Examples"></a></p><a name="p11tool-Examples-1"></a> -<h4 class="subsection">5.2.38 p11tool Examples</h4> +<h4 class="subsection">5.2.39 p11tool Examples</h4> <p>To view all tokens in your system use: </p><div class="example"> <pre class="example">$ p11tool --list-tokens diff --git a/manual/html_node/p11tool-See-Also.html b/manual/html_node/p11tool-See-Also.html index 738c0db396..bae4af84e4 100644 --- a/manual/html_node/p11tool-See-Also.html +++ b/manual/html_node/p11tool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool See Also</title> +<title>GnuTLS 3.3.12: p11tool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool See Also"> +<meta name="description" content="GnuTLS 3.3.12: p11tool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-admin_002dlogin.html b/manual/html_node/p11tool-admin_002dlogin.html index 1ba7bce71f..c9885f50c0 100644 --- a/manual/html_node/p11tool-admin_002dlogin.html +++ b/manual/html_node/p11tool-admin_002dlogin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool admin-login</title> +<title>GnuTLS 3.3.12: p11tool admin-login</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool admin-login"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool admin-login"> +<meta name="description" content="GnuTLS 3.3.12: p11tool admin-login"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool admin-login"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-ca.html b/manual/html_node/p11tool-ca.html index 40c72d4bfe..1416983179 100644 --- a/manual/html_node/p11tool-ca.html +++ b/manual/html_node/p11tool-ca.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool ca</title> +<title>GnuTLS 3.3.12: p11tool ca</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool ca"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool ca"> +<meta name="description" content="GnuTLS 3.3.12: p11tool ca"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool ca"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-curve.html b/manual/html_node/p11tool-curve.html new file mode 100644 index 0000000000..04eebed348 --- /dev/null +++ b/manual/html_node/p11tool-curve.html @@ -0,0 +1,156 @@ +<!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.12 of GnuTLS. + +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 +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.2, http://www.gnu.org/software/texinfo/ --> +<!-- This file redirects to the location of a node or anchor --> +<head> +<title>GnuTLS 3.3.12: p11tool curve</title> + +<meta name="description" content="GnuTLS 3.3.12: p11tool curve"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool curve"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.smallquotation {font-size: smaller} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.indentedblock {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +div.smalldisplay {margin-left: 3.2em} +div.smallexample {margin-left: 3.2em} +div.smallindentedblock {margin-left: 3.2em; font-size: smaller} +div.smalllisp {margin-left: 3.2em} +kbd {font-style:oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +pre.smalldisplay {font-family: inherit; font-size: smaller} +pre.smallexample {font-size: smaller} +pre.smallformat {font-family: inherit; font-size: smaller} +pre.smalllisp {font-size: smaller} +span.nocodebreak {white-space:nowrap} +span.nolinebreak {white-space:nowrap} +span.roman {font-family:serif; font-weight:normal} +span.sansserif {font-family:sans-serif; font-weight:normal} +ul.no-bullet {list-style: none} +body { + margin: 2%; + padding: 0 5%; + background: #ffffff; +} +h1,h2,h3,h4,h5 { + font-weight: bold; + padding: 5px 5px 5px 5px; + background-color: #c2e0ff; + color: #336699; +} +h1 { + padding: 2em 2em 2em 5%; + color: white; + background: #336699; + text-align: center; + letter-spacing: 3px; +} +h2 { text-decoration: underline; } +pre { + margin: 0 5%; + padding: 0.5em; +} +pre.example,pre.verbatim { + padding-bottom: 1em; + + border: solid #c2e0ff; + background: #f0faff; + border-width: 1px 1px 1px 5px; + margin: 1em auto; + width: 90%; +} + +div.node { + margin: 0 -5% 0 -2%; + padding: 0.5em 0.5em; + margin-top: 0.5em; + margin-bottom: 0.5em; + font-weight: bold; +} +dd, li { + padding-top: 0.1em; + padding-bottom: 0.1em; +} +div.float { + + margin-bottom: 0.5em; + text-align: center; +} + +table { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; +} + +th { + padding: 0; + color: #336699; + background-color: #c2e0ff; + border: solid #000000; + border-width: 0px; + margin: 1em auto; + text-align: center; + margin-left:auto; + margin-right:auto; +} + +td { + padding: 0; + border: solid #000000; + background-color: #f0faff; + border-width: 0px; + margin: 1em auto; + text-align: left; + margin-left:auto; + margin-right:auto; + padding-left: 1em; +} + +dl { + text-align: left; + margin-left:auto; + margin-right:auto; + width: 50%; + + padding-left: 1em; + border: solid #c2e0ff; + background: #f0faff; + border-width: 5px 1px 1px 1px; + margin: 1em auto; +} + +--> +</style> + +<meta http-equiv="Refresh" content="0; url=p11tool-Invocation.html#p11tool-curve"> + +</head> + +<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> + +<p>The node you are looking for is at <a href="p11tool-Invocation.html#p11tool-curve">p11tool curve</a>.</p> +</body> diff --git a/manual/html_node/p11tool-debug.html b/manual/html_node/p11tool-debug.html index d1bdaeeffd..5085b6e05f 100644 --- a/manual/html_node/p11tool-debug.html +++ b/manual/html_node/p11tool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool debug</title> +<title>GnuTLS 3.3.12: p11tool debug</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool debug"> +<meta name="description" content="GnuTLS 3.3.12: p11tool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-exit-status.html b/manual/html_node/p11tool-exit-status.html index 234f696b87..625447f509 100644 --- a/manual/html_node/p11tool-exit-status.html +++ b/manual/html_node/p11tool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool exit status</title> +<title>GnuTLS 3.3.12: p11tool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool exit status"> +<meta name="description" content="GnuTLS 3.3.12: p11tool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-export_002dchain.html b/manual/html_node/p11tool-export_002dchain.html index 1b09e9c653..7b00c49fda 100644 --- a/manual/html_node/p11tool-export_002dchain.html +++ b/manual/html_node/p11tool-export_002dchain.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool export-chain</title> +<title>GnuTLS 3.3.12: p11tool export-chain</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool export-chain"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool export-chain"> +<meta name="description" content="GnuTLS 3.3.12: p11tool export-chain"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool export-chain"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-export_002dpubkey.html b/manual/html_node/p11tool-export_002dpubkey.html index 48e925a09d..3c160dd1fb 100644 --- a/manual/html_node/p11tool-export_002dpubkey.html +++ b/manual/html_node/p11tool-export_002dpubkey.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool export-pubkey</title> +<title>GnuTLS 3.3.12: p11tool export-pubkey</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool export-pubkey"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool export-pubkey"> +<meta name="description" content="GnuTLS 3.3.12: p11tool export-pubkey"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool export-pubkey"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-generate_002ddsa.html b/manual/html_node/p11tool-generate_002ddsa.html index e1ad8bafbc..4fae6b7146 100644 --- a/manual/html_node/p11tool-generate_002ddsa.html +++ b/manual/html_node/p11tool-generate_002ddsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool generate-dsa</title> +<title>GnuTLS 3.3.12: p11tool generate-dsa</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool generate-dsa"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool generate-dsa"> +<meta name="description" content="GnuTLS 3.3.12: p11tool generate-dsa"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool generate-dsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-generate_002decc.html b/manual/html_node/p11tool-generate_002decc.html index c4db8a39a4..1011e408b1 100644 --- a/manual/html_node/p11tool-generate_002decc.html +++ b/manual/html_node/p11tool-generate_002decc.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool generate-ecc</title> +<title>GnuTLS 3.3.12: p11tool generate-ecc</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool generate-ecc"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool generate-ecc"> +<meta name="description" content="GnuTLS 3.3.12: p11tool generate-ecc"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool generate-ecc"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-generate_002drandom.html b/manual/html_node/p11tool-generate_002drandom.html index 4ddd18a033..03dbe17852 100644 --- a/manual/html_node/p11tool-generate_002drandom.html +++ b/manual/html_node/p11tool-generate_002drandom.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool generate-random</title> +<title>GnuTLS 3.3.12: p11tool generate-random</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool generate-random"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool generate-random"> +<meta name="description" content="GnuTLS 3.3.12: p11tool generate-random"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool generate-random"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-generate_002drsa.html b/manual/html_node/p11tool-generate_002drsa.html index 638953fa3c..367bfd9ae5 100644 --- a/manual/html_node/p11tool-generate_002drsa.html +++ b/manual/html_node/p11tool-generate_002drsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool generate-rsa</title> +<title>GnuTLS 3.3.12: p11tool generate-rsa</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool generate-rsa"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool generate-rsa"> +<meta name="description" content="GnuTLS 3.3.12: p11tool generate-rsa"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool generate-rsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-inder.html b/manual/html_node/p11tool-inder.html index d40537bf55..2613ec7309 100644 --- a/manual/html_node/p11tool-inder.html +++ b/manual/html_node/p11tool-inder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool inder</title> +<title>GnuTLS 3.3.12: p11tool inder</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool inder"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool inder"> +<meta name="description" content="GnuTLS 3.3.12: p11tool inder"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool inder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-inraw.html b/manual/html_node/p11tool-inraw.html index d50c711e1c..9f2f25712f 100644 --- a/manual/html_node/p11tool-inraw.html +++ b/manual/html_node/p11tool-inraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool inraw</title> +<title>GnuTLS 3.3.12: p11tool inraw</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool inraw"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool inraw"> +<meta name="description" content="GnuTLS 3.3.12: p11tool inraw"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool inraw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-list_002dall_002dprivkeys.html b/manual/html_node/p11tool-list_002dall_002dprivkeys.html index 73c0df3e7b..054d391eab 100644 --- a/manual/html_node/p11tool-list_002dall_002dprivkeys.html +++ b/manual/html_node/p11tool-list_002dall_002dprivkeys.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool list-all-privkeys</title> +<title>GnuTLS 3.3.12: p11tool list-all-privkeys</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool list-all-privkeys"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool list-all-privkeys"> +<meta name="description" content="GnuTLS 3.3.12: p11tool list-all-privkeys"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool list-all-privkeys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-list_002dkeys.html b/manual/html_node/p11tool-list_002dkeys.html index ccf855445e..9a2dca6437 100644 --- a/manual/html_node/p11tool-list_002dkeys.html +++ b/manual/html_node/p11tool-list_002dkeys.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool list-keys</title> +<title>GnuTLS 3.3.12: p11tool list-keys</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool list-keys"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool list-keys"> +<meta name="description" content="GnuTLS 3.3.12: p11tool list-keys"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool list-keys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-list_002dprivkeys.html b/manual/html_node/p11tool-list_002dprivkeys.html index ad892caf70..2c821f4947 100644 --- a/manual/html_node/p11tool-list_002dprivkeys.html +++ b/manual/html_node/p11tool-list_002dprivkeys.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool list-privkeys</title> +<title>GnuTLS 3.3.12: p11tool list-privkeys</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool list-privkeys"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool list-privkeys"> +<meta name="description" content="GnuTLS 3.3.12: p11tool list-privkeys"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool list-privkeys"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-mark_002dca.html b/manual/html_node/p11tool-mark_002dca.html index 55a1252047..29e58f9549 100644 --- a/manual/html_node/p11tool-mark_002dca.html +++ b/manual/html_node/p11tool-mark_002dca.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool mark-ca</title> +<title>GnuTLS 3.3.12: p11tool mark-ca</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool mark-ca"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool mark-ca"> +<meta name="description" content="GnuTLS 3.3.12: p11tool mark-ca"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool mark-ca"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-mark_002dprivate.html b/manual/html_node/p11tool-mark_002dprivate.html index b95f8935a2..b0a6bceb7d 100644 --- a/manual/html_node/p11tool-mark_002dprivate.html +++ b/manual/html_node/p11tool-mark_002dprivate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool mark-private</title> +<title>GnuTLS 3.3.12: p11tool mark-private</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool mark-private"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool mark-private"> +<meta name="description" content="GnuTLS 3.3.12: p11tool mark-private"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool mark-private"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-mark_002dtrusted.html b/manual/html_node/p11tool-mark_002dtrusted.html index 9c766172b9..4962c470d2 100644 --- a/manual/html_node/p11tool-mark_002dtrusted.html +++ b/manual/html_node/p11tool-mark_002dtrusted.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool mark-trusted</title> +<title>GnuTLS 3.3.12: p11tool mark-trusted</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool mark-trusted"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool mark-trusted"> +<meta name="description" content="GnuTLS 3.3.12: p11tool mark-trusted"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool mark-trusted"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-mark_002dwrap.html b/manual/html_node/p11tool-mark_002dwrap.html index 81f4c29175..22d6cef51b 100644 --- a/manual/html_node/p11tool-mark_002dwrap.html +++ b/manual/html_node/p11tool-mark_002dwrap.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool mark-wrap</title> +<title>GnuTLS 3.3.12: p11tool mark-wrap</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool mark-wrap"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool mark-wrap"> +<meta name="description" content="GnuTLS 3.3.12: p11tool mark-wrap"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool mark-wrap"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-outder.html b/manual/html_node/p11tool-outder.html index b8bdcc56f9..14ab54a085 100644 --- a/manual/html_node/p11tool-outder.html +++ b/manual/html_node/p11tool-outder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool outder</title> +<title>GnuTLS 3.3.12: p11tool outder</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool outder"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool outder"> +<meta name="description" content="GnuTLS 3.3.12: p11tool outder"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool outder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-outraw.html b/manual/html_node/p11tool-outraw.html index 0118a23545..9e5cb41386 100644 --- a/manual/html_node/p11tool-outraw.html +++ b/manual/html_node/p11tool-outraw.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool outraw</title> +<title>GnuTLS 3.3.12: p11tool outraw</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool outraw"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool outraw"> +<meta name="description" content="GnuTLS 3.3.12: p11tool outraw"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool outraw"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-private.html b/manual/html_node/p11tool-private.html index 8840a5b431..876312c2ca 100644 --- a/manual/html_node/p11tool-private.html +++ b/manual/html_node/p11tool-private.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool private</title> +<title>GnuTLS 3.3.12: p11tool private</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool private"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool private"> +<meta name="description" content="GnuTLS 3.3.12: p11tool private"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool private"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-provider.html b/manual/html_node/p11tool-provider.html index f62ce4b86c..c56ee44515 100644 --- a/manual/html_node/p11tool-provider.html +++ b/manual/html_node/p11tool-provider.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool provider</title> +<title>GnuTLS 3.3.12: p11tool provider</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool provider"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool provider"> +<meta name="description" content="GnuTLS 3.3.12: p11tool provider"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool provider"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-sec_002dparam.html b/manual/html_node/p11tool-sec_002dparam.html index b9631c6588..4617772815 100644 --- a/manual/html_node/p11tool-sec_002dparam.html +++ b/manual/html_node/p11tool-sec_002dparam.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool sec-param</title> +<title>GnuTLS 3.3.12: p11tool sec-param</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool sec-param"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool sec-param"> +<meta name="description" content="GnuTLS 3.3.12: p11tool sec-param"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool sec-param"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-set_002dpin.html b/manual/html_node/p11tool-set_002dpin.html index a89e915428..403c1d6798 100644 --- a/manual/html_node/p11tool-set_002dpin.html +++ b/manual/html_node/p11tool-set_002dpin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool set-pin</title> +<title>GnuTLS 3.3.12: p11tool set-pin</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool set-pin"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool set-pin"> +<meta name="description" content="GnuTLS 3.3.12: p11tool set-pin"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool set-pin"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-set_002dso_002dpin.html b/manual/html_node/p11tool-set_002dso_002dpin.html index 0730639179..e8c33c6876 100644 --- a/manual/html_node/p11tool-set_002dso_002dpin.html +++ b/manual/html_node/p11tool-set_002dso_002dpin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool set-so-pin</title> +<title>GnuTLS 3.3.12: p11tool set-so-pin</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool set-so-pin"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool set-so-pin"> +<meta name="description" content="GnuTLS 3.3.12: p11tool set-so-pin"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool set-so-pin"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-so_002dlogin.html b/manual/html_node/p11tool-so_002dlogin.html index 7643f74a1e..4911528522 100644 --- a/manual/html_node/p11tool-so_002dlogin.html +++ b/manual/html_node/p11tool-so_002dlogin.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool so-login</title> +<title>GnuTLS 3.3.12: p11tool so-login</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool so-login"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool so-login"> +<meta name="description" content="GnuTLS 3.3.12: p11tool so-login"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool so-login"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-trusted.html b/manual/html_node/p11tool-trusted.html index bd4843a1ae..2aeaf7cd46 100644 --- a/manual/html_node/p11tool-trusted.html +++ b/manual/html_node/p11tool-trusted.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool trusted</title> +<title>GnuTLS 3.3.12: p11tool trusted</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool trusted"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool trusted"> +<meta name="description" content="GnuTLS 3.3.12: p11tool trusted"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool trusted"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-usage.html b/manual/html_node/p11tool-usage.html index a5d0b187de..f6433b06ce 100644 --- a/manual/html_node/p11tool-usage.html +++ b/manual/html_node/p11tool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool usage</title> +<title>GnuTLS 3.3.12: p11tool usage</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool usage"> +<meta name="description" content="GnuTLS 3.3.12: p11tool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/p11tool-write.html b/manual/html_node/p11tool-write.html index 3f0d8ec20c..c5b800f393 100644 --- a/manual/html_node/p11tool-write.html +++ b/manual/html_node/p11tool-write.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: p11tool write</title> +<title>GnuTLS 3.3.12: p11tool write</title> -<meta name="description" content="GnuTLS 3.3.11: p11tool write"> -<meta name="keywords" content="GnuTLS 3.3.11: p11tool write"> +<meta name="description" content="GnuTLS 3.3.12: p11tool write"> +<meta name="keywords" content="GnuTLS 3.3.12: p11tool write"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/psktool-Examples.html b/manual/html_node/psktool-Examples.html index 14b5d81d5e..1050a3466e 100644 --- a/manual/html_node/psktool-Examples.html +++ b/manual/html_node/psktool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: psktool Examples</title> +<title>GnuTLS 3.3.12: psktool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: psktool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: psktool Examples"> +<meta name="description" content="GnuTLS 3.3.12: psktool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: psktool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/psktool-Invocation.html b/manual/html_node/psktool-Invocation.html index 936d7624ca..74ed116101 100644 --- a/manual/html_node/psktool-Invocation.html +++ b/manual/html_node/psktool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: psktool Invocation</title> +<title>GnuTLS 3.3.12: psktool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: psktool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: psktool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: psktool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: psktool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/psktool-See-Also.html b/manual/html_node/psktool-See-Also.html index 2ee43d9dd0..8c60396480 100644 --- a/manual/html_node/psktool-See-Also.html +++ b/manual/html_node/psktool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: psktool See Also</title> +<title>GnuTLS 3.3.12: psktool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: psktool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: psktool See Also"> +<meta name="description" content="GnuTLS 3.3.12: psktool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: psktool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/psktool-debug.html b/manual/html_node/psktool-debug.html index 4b11f98ede..6aa7dddd8e 100644 --- a/manual/html_node/psktool-debug.html +++ b/manual/html_node/psktool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: psktool debug</title> +<title>GnuTLS 3.3.12: psktool debug</title> -<meta name="description" content="GnuTLS 3.3.11: psktool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: psktool debug"> +<meta name="description" content="GnuTLS 3.3.12: psktool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: psktool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/psktool-exit-status.html b/manual/html_node/psktool-exit-status.html index 33ea3aed05..0715776a8b 100644 --- a/manual/html_node/psktool-exit-status.html +++ b/manual/html_node/psktool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: psktool exit status</title> +<title>GnuTLS 3.3.12: psktool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: psktool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: psktool exit status"> +<meta name="description" content="GnuTLS 3.3.12: psktool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: psktool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/psktool-usage.html b/manual/html_node/psktool-usage.html index 26c5390994..612172dba5 100644 --- a/manual/html_node/psktool-usage.html +++ b/manual/html_node/psktool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: psktool usage</title> +<title>GnuTLS 3.3.12: psktool usage</title> -<meta name="description" content="GnuTLS 3.3.11: psktool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: psktool usage"> +<meta name="description" content="GnuTLS 3.3.12: psktool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: psktool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/resume.html b/manual/html_node/resume.html index c774a7caba..b13bcfd523 100644 --- a/manual/html_node/resume.html +++ b/manual/html_node/resume.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: resume</title> +<title>GnuTLS 3.3.12: resume</title> -<meta name="description" content="GnuTLS 3.3.11: resume"> -<meta name="keywords" content="GnuTLS 3.3.11: resume"> +<meta name="description" content="GnuTLS 3.3.12: resume"> +<meta name="keywords" content="GnuTLS 3.3.12: resume"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/serverind.html b/manual/html_node/serverind.html index 589fedda14..5a056dcf35 100644 --- a/manual/html_node/serverind.html +++ b/manual/html_node/serverind.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: serverind</title> +<title>GnuTLS 3.3.12: serverind</title> -<meta name="description" content="GnuTLS 3.3.11: serverind"> -<meta name="keywords" content="GnuTLS 3.3.11: serverind"> +<meta name="description" content="GnuTLS 3.3.12: serverind"> +<meta name="keywords" content="GnuTLS 3.3.12: serverind"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-Examples.html b/manual/html_node/srptool-Examples.html index 216c8878c6..11ada76acc 100644 --- a/manual/html_node/srptool-Examples.html +++ b/manual/html_node/srptool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool Examples</title> +<title>GnuTLS 3.3.12: srptool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: srptool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool Examples"> +<meta name="description" content="GnuTLS 3.3.12: srptool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-Invocation.html b/manual/html_node/srptool-Invocation.html index 5753890fe1..a651b0634b 100644 --- a/manual/html_node/srptool-Invocation.html +++ b/manual/html_node/srptool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: srptool Invocation</title> +<title>GnuTLS 3.3.12: srptool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: srptool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: srptool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-See-Also.html b/manual/html_node/srptool-See-Also.html index 8d805c39df..06bbeb3ce0 100644 --- a/manual/html_node/srptool-See-Also.html +++ b/manual/html_node/srptool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool See Also</title> +<title>GnuTLS 3.3.12: srptool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: srptool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool See Also"> +<meta name="description" content="GnuTLS 3.3.12: srptool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-create_002dconf.html b/manual/html_node/srptool-create_002dconf.html index e0de7f9b7d..3854d72339 100644 --- a/manual/html_node/srptool-create_002dconf.html +++ b/manual/html_node/srptool-create_002dconf.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool create-conf</title> +<title>GnuTLS 3.3.12: srptool create-conf</title> -<meta name="description" content="GnuTLS 3.3.11: srptool create-conf"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool create-conf"> +<meta name="description" content="GnuTLS 3.3.12: srptool create-conf"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool create-conf"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-debug.html b/manual/html_node/srptool-debug.html index 1a4ce842e4..5f72aa6785 100644 --- a/manual/html_node/srptool-debug.html +++ b/manual/html_node/srptool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool debug</title> +<title>GnuTLS 3.3.12: srptool debug</title> -<meta name="description" content="GnuTLS 3.3.11: srptool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool debug"> +<meta name="description" content="GnuTLS 3.3.12: srptool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-exit-status.html b/manual/html_node/srptool-exit-status.html index 7c92e02044..63a65b4e71 100644 --- a/manual/html_node/srptool-exit-status.html +++ b/manual/html_node/srptool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool exit status</title> +<title>GnuTLS 3.3.12: srptool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: srptool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool exit status"> +<meta name="description" content="GnuTLS 3.3.12: srptool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-passwd_002dconf.html b/manual/html_node/srptool-passwd_002dconf.html index 2734ec134e..3310359b73 100644 --- a/manual/html_node/srptool-passwd_002dconf.html +++ b/manual/html_node/srptool-passwd_002dconf.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool passwd-conf</title> +<title>GnuTLS 3.3.12: srptool passwd-conf</title> -<meta name="description" content="GnuTLS 3.3.11: srptool passwd-conf"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool passwd-conf"> +<meta name="description" content="GnuTLS 3.3.12: srptool passwd-conf"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool passwd-conf"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-usage.html b/manual/html_node/srptool-usage.html index 4180bea03c..58b33146f3 100644 --- a/manual/html_node/srptool-usage.html +++ b/manual/html_node/srptool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool usage</title> +<title>GnuTLS 3.3.12: srptool usage</title> -<meta name="description" content="GnuTLS 3.3.11: srptool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool usage"> +<meta name="description" content="GnuTLS 3.3.12: srptool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/srptool-verify.html b/manual/html_node/srptool-verify.html index f3caa82572..ce2050fa27 100644 --- a/manual/html_node/srptool-verify.html +++ b/manual/html_node/srptool-verify.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: srptool verify</title> +<title>GnuTLS 3.3.12: srptool verify</title> -<meta name="description" content="GnuTLS 3.3.11: srptool verify"> -<meta name="keywords" content="GnuTLS 3.3.11: srptool verify"> +<meta name="description" content="GnuTLS 3.3.12: srptool verify"> +<meta name="keywords" content="GnuTLS 3.3.12: srptool verify"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aalerts.html b/manual/html_node/tab_003aalerts.html index faebdb7ceb..a94c09f20d 100644 --- a/manual/html_node/tab_003aalerts.html +++ b/manual/html_node/tab_003aalerts.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tab:alerts</title> +<title>GnuTLS 3.3.12: tab:alerts</title> -<meta name="description" content="GnuTLS 3.3.11: tab:alerts"> -<meta name="keywords" content="GnuTLS 3.3.11: tab:alerts"> +<meta name="description" content="GnuTLS 3.3.12: tab:alerts"> +<meta name="keywords" content="GnuTLS 3.3.12: tab:alerts"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aciphers.html b/manual/html_node/tab_003aciphers.html index e57173de26..3f849d3a10 100644 --- a/manual/html_node/tab_003aciphers.html +++ b/manual/html_node/tab_003aciphers.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 3.1</title> +<title>GnuTLS 3.3.12: Table 3.1</title> -<meta name="description" content="GnuTLS 3.3.11: Table 3.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 3.1"> +<meta name="description" content="GnuTLS 3.3.12: Table 3.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 3.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003acrl.html b/manual/html_node/tab_003acrl.html index 91702f6bb7..91100c6100 100644 --- a/manual/html_node/tab_003acrl.html +++ b/manual/html_node/tab_003acrl.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.7</title> +<title>GnuTLS 3.3.12: Table 4.7</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.7"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.7"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.7"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.7"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aenvironment.html b/manual/html_node/tab_003aenvironment.html index f525d464cf..8188bd68d9 100644 --- a/manual/html_node/tab_003aenvironment.html +++ b/manual/html_node/tab_003aenvironment.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.1</title> +<title>GnuTLS 3.3.12: Table 6.1</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.1"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003akey_002dexchange.html b/manual/html_node/tab_003akey_002dexchange.html index c601da9734..a4901150d2 100644 --- a/manual/html_node/tab_003akey_002dexchange.html +++ b/manual/html_node/tab_003akey_002dexchange.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.1</title> +<title>GnuTLS 3.3.12: Table 4.1</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.1"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.1"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.1"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.1"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003akey_002dexchange_002dcred.html b/manual/html_node/tab_003akey_002dexchange_002dcred.html index 74b6183e04..4d1f719cf8 100644 --- a/manual/html_node/tab_003akey_002dexchange_002dcred.html +++ b/manual/html_node/tab_003akey_002dexchange_002dcred.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.2</title> +<title>GnuTLS 3.3.12: Table 6.2</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.2"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003akey_002dsizes.html b/manual/html_node/tab_003akey_002dsizes.html index 009f779787..b31cb97721 100644 --- a/manual/html_node/tab_003akey_002dsizes.html +++ b/manual/html_node/tab_003akey_002dsizes.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.7</title> +<title>GnuTLS 3.3.12: Table 6.7</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.7"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.7"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.7"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.7"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003amacs.html b/manual/html_node/tab_003amacs.html index dd95bfa42b..1f2e57b3fd 100644 --- a/manual/html_node/tab_003amacs.html +++ b/manual/html_node/tab_003amacs.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 3.2</title> +<title>GnuTLS 3.3.12: Table 3.2</title> -<meta name="description" content="GnuTLS 3.3.11: Table 3.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 3.2"> +<meta name="description" content="GnuTLS 3.3.12: Table 3.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 3.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aocsp_002dresponse.html b/manual/html_node/tab_003aocsp_002dresponse.html index 4851a0a431..979e549f59 100644 --- a/manual/html_node/tab_003aocsp_002dresponse.html +++ b/manual/html_node/tab_003aocsp_002dresponse.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.8</title> +<title>GnuTLS 3.3.12: Table 4.8</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.8"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.8"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.8"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.8"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aopenpgp_002dcertificate.html b/manual/html_node/tab_003aopenpgp_002dcertificate.html index d792067c90..40a02c1c45 100644 --- a/manual/html_node/tab_003aopenpgp_002dcertificate.html +++ b/manual/html_node/tab_003aopenpgp_002dcertificate.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.5</title> +<title>GnuTLS 3.3.12: Table 4.5</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.5"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.5"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.5"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.5"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aopenpgp_002dkey_002dexchange.html b/manual/html_node/tab_003aopenpgp_002dkey_002dexchange.html index 5ba7d0c50a..1258fdda83 100644 --- a/manual/html_node/tab_003aopenpgp_002dkey_002dexchange.html +++ b/manual/html_node/tab_003aopenpgp_002dkey_002dexchange.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.6</title> +<title>GnuTLS 3.3.12: Table 4.6</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.6"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.6"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.6"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.6"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aprio_002dalgorithms.html b/manual/html_node/tab_003aprio_002dalgorithms.html index 80d5b955ef..6cfe403e9c 100644 --- a/manual/html_node/tab_003aprio_002dalgorithms.html +++ b/manual/html_node/tab_003aprio_002dalgorithms.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.4</title> +<title>GnuTLS 3.3.12: Table 6.4</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.4"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.4"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.4"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.4"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aprio_002dkeywords.html b/manual/html_node/tab_003aprio_002dkeywords.html index 4ce581a981..f8587601c1 100644 --- a/manual/html_node/tab_003aprio_002dkeywords.html +++ b/manual/html_node/tab_003aprio_002dkeywords.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.3</title> +<title>GnuTLS 3.3.12: Table 6.3</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.3"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.3"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.3"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aprio_002dspecial1.html b/manual/html_node/tab_003aprio_002dspecial1.html index 9b59121aa5..2f3fdcc976 100644 --- a/manual/html_node/tab_003aprio_002dspecial1.html +++ b/manual/html_node/tab_003aprio_002dspecial1.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.5</title> +<title>GnuTLS 3.3.12: Table 6.5</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.5"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.5"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.5"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.5"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003aprio_002dspecial2.html b/manual/html_node/tab_003aprio_002dspecial2.html index 13f923751a..4388047cf5 100644 --- a/manual/html_node/tab_003aprio_002dspecial2.html +++ b/manual/html_node/tab_003aprio_002dspecial2.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 6.6</title> +<title>GnuTLS 3.3.12: Table 6.6</title> -<meta name="description" content="GnuTLS 3.3.11: Table 6.6"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 6.6"> +<meta name="description" content="GnuTLS 3.3.12: Table 6.6"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 6.6"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003apurposes.html b/manual/html_node/tab_003apurposes.html index d0a7ad52bb..e3d872ef8a 100644 --- a/manual/html_node/tab_003apurposes.html +++ b/manual/html_node/tab_003apurposes.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.4</title> +<title>GnuTLS 3.3.12: Table 4.4</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.4"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.4"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.4"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.4"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003ax509.html b/manual/html_node/tab_003ax509.html index 802467dd96..f463fc674d 100644 --- a/manual/html_node/tab_003ax509.html +++ b/manual/html_node/tab_003ax509.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.2</title> +<title>GnuTLS 3.3.12: Table 4.2</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.2"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.2"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.2"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.2"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tab_003ax509_002dext.html b/manual/html_node/tab_003ax509_002dext.html index 866290cf1d..08d72923f5 100644 --- a/manual/html_node/tab_003ax509_002dext.html +++ b/manual/html_node/tab_003ax509_002dext.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: Table 4.3</title> +<title>GnuTLS 3.3.12: Table 4.3</title> -<meta name="description" content="GnuTLS 3.3.11: Table 4.3"> -<meta name="keywords" content="GnuTLS 3.3.11: Table 4.3"> +<meta name="description" content="GnuTLS 3.3.12: Table 4.3"> +<meta name="keywords" content="GnuTLS 3.3.12: Table 4.3"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-Examples.html b/manual/html_node/tpmtool-Examples.html index 517404b31e..4d244aa7d5 100644 --- a/manual/html_node/tpmtool-Examples.html +++ b/manual/html_node/tpmtool-Examples.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool Examples</title> +<title>GnuTLS 3.3.12: tpmtool Examples</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool Examples"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool Examples"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool Examples"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool Examples"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-Invocation.html b/manual/html_node/tpmtool-Invocation.html index d84049cc02..85c42be9c5 100644 --- a/manual/html_node/tpmtool-Invocation.html +++ b/manual/html_node/tpmtool-Invocation.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.11 of GnuTLS. +3.3.12 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.11: tpmtool Invocation</title> +<title>GnuTLS 3.3.12: tpmtool Invocation</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool Invocation"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool Invocation"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool Invocation"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool Invocation"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-See-Also.html b/manual/html_node/tpmtool-See-Also.html index eed14f1a31..8e087f5937 100644 --- a/manual/html_node/tpmtool-See-Also.html +++ b/manual/html_node/tpmtool-See-Also.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool See Also</title> +<title>GnuTLS 3.3.12: tpmtool See Also</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool See Also"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool See Also"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool See Also"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool See Also"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-debug.html b/manual/html_node/tpmtool-debug.html index 36796116cf..3f3c56c790 100644 --- a/manual/html_node/tpmtool-debug.html +++ b/manual/html_node/tpmtool-debug.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool debug</title> +<title>GnuTLS 3.3.12: tpmtool debug</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool debug"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool debug"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool debug"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool debug"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-exit-status.html b/manual/html_node/tpmtool-exit-status.html index e040fc9f50..5dbc1f16c8 100644 --- a/manual/html_node/tpmtool-exit-status.html +++ b/manual/html_node/tpmtool-exit-status.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool exit status</title> +<title>GnuTLS 3.3.12: tpmtool exit status</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool exit status"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool exit status"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool exit status"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool exit status"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-generate_002drsa.html b/manual/html_node/tpmtool-generate_002drsa.html index 016222efa0..fbe92237f0 100644 --- a/manual/html_node/tpmtool-generate_002drsa.html +++ b/manual/html_node/tpmtool-generate_002drsa.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool generate-rsa</title> +<title>GnuTLS 3.3.12: tpmtool generate-rsa</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool generate-rsa"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool generate-rsa"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool generate-rsa"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool generate-rsa"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-inder.html b/manual/html_node/tpmtool-inder.html index 59ad7db730..a7af644a38 100644 --- a/manual/html_node/tpmtool-inder.html +++ b/manual/html_node/tpmtool-inder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool inder</title> +<title>GnuTLS 3.3.12: tpmtool inder</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool inder"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool inder"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool inder"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool inder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-outder.html b/manual/html_node/tpmtool-outder.html index 09d801ee80..883bc862a2 100644 --- a/manual/html_node/tpmtool-outder.html +++ b/manual/html_node/tpmtool-outder.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool outder</title> +<title>GnuTLS 3.3.12: tpmtool outder</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool outder"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool outder"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool outder"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool outder"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-sec_002dparam.html b/manual/html_node/tpmtool-sec_002dparam.html index b55e0d69b4..361a9c4f84 100644 --- a/manual/html_node/tpmtool-sec_002dparam.html +++ b/manual/html_node/tpmtool-sec_002dparam.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool sec-param</title> +<title>GnuTLS 3.3.12: tpmtool sec-param</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool sec-param"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool sec-param"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool sec-param"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool sec-param"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-system.html b/manual/html_node/tpmtool-system.html index d5dd56f171..d000ca11bb 100644 --- a/manual/html_node/tpmtool-system.html +++ b/manual/html_node/tpmtool-system.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool system</title> +<title>GnuTLS 3.3.12: tpmtool system</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool system"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool system"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool system"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool system"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-usage.html b/manual/html_node/tpmtool-usage.html index 2383238279..38a2a2620c 100644 --- a/manual/html_node/tpmtool-usage.html +++ b/manual/html_node/tpmtool-usage.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool usage</title> +<title>GnuTLS 3.3.12: tpmtool usage</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool usage"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool usage"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool usage"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool usage"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/manual/html_node/tpmtool-user.html b/manual/html_node/tpmtool-user.html index 888d11884c..44bef195b3 100644 --- a/manual/html_node/tpmtool-user.html +++ b/manual/html_node/tpmtool-user.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.11 of GnuTLS. +3.3.12 of GnuTLS. Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C) 2001-2013 Nikos Mavrogiannopoulos @@ -15,10 +15,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> -<title>GnuTLS 3.3.11: tpmtool user</title> +<title>GnuTLS 3.3.12: tpmtool user</title> -<meta name="description" content="GnuTLS 3.3.11: tpmtool user"> -<meta name="keywords" content="GnuTLS 3.3.11: tpmtool user"> +<meta name="description" content="GnuTLS 3.3.12: tpmtool user"> +<meta name="keywords" content="GnuTLS 3.3.12: tpmtool user"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> diff --git a/news-entries/2015-01-17.xml b/news-entries/2015-01-17.xml new file mode 100644 index 0000000000..1acbd84123 --- /dev/null +++ b/news-entries/2015-01-17.xml @@ -0,0 +1,6 @@ +<title>GnuTLS 3.3.12</title> +<p> +Released <a +href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7967">GnuTLS +3.3.12</a>, a bug-fix release on the stable branch. +</p> @@ -3,7 +3,28 @@ <id>http://www.gnutls.org/news.atom</id> <link href="http://www.gnutls.org/news.atom" rel="self"/> <title>GnuTLS - News</title> -<updated>2014-12-11T09:14:39+00:00</updated> +<updated>2015-01-17T09:21:39+00:00</updated> + + <entry> + <id>http://www.gnutls.org/news.html#2015-01-17</id> + <link rel='alternate' href='http://www.gnutls.org/news.html#2015-01-17'/> + <title>GnuTLS 3.3.12</title> + <updated>2015-01-17T00:00:00+00:00</updated> + <author> + <name>Nikos Mavrogiannopoulos</name> + <email>nmav@gnutls.org</email> + </author> + <content type='xhtml' xml:base='http://www.gnutls.org/news-entries/2015-01-17.xml'><div xmlns='http://www.w3.org/1999/xhtml'> + +<p> +Released <a +href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7967">GnuTLS +3.3.12</a>, a bug-fix release on the stable branch. +</p> + + </div> + </content> + </entry> <entry> <id>http://www.gnutls.org/news.html#2014-12-11</id> @@ -460,24 +481,4 @@ competition</a>. Pick a task and join us. </div> </content> </entry> - - <entry> - <id>http://www.gnutls.org/news.html#2014-03-04</id> - <link rel='alternate' href='http://www.gnutls.org/news.html#2014-03-04'/> - <title>GnuTLS 3.2.12.1</title> - <updated>2014-03-04T00:00:00+00:00</updated> - <author> - <name>Nikos Mavrogiannopoulos</name> - <email>nmav@gnutls.org</email> - </author> - <content type='xhtml' xml:base='http://www.gnutls.org/news-entries/2014-03-04.xml'><div xmlns='http://www.w3.org/1999/xhtml'> - -<p> -Released <a href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7343">GnuTLS -3.2.12.1</a> which reverts an ABI change in the previous release. -</p> - - </div> - </content> - </entry> </feed> @@ -69,6 +69,16 @@ The project news are also available via an <a href="http://www.gnutls.org/news.a <table class="news" width="90%" summary=""> <tr><th>Date</th><th>Comment</th></tr> <tr> +<td><div class="emph-box" id="2015-01-17">2015-01-17</div></td> +<td> +<p> +Released <a +href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7967">GnuTLS +3.3.12</a>, a bug-fix release on the stable branch. +</p> +</td> +</tr> +<tr> <td><div class="emph-box" id="2014-12-11">2014-12-11</div></td> <td> <p> @@ -263,16 +273,6 @@ branches respectively. </p> </td> </tr> -<tr> -<td><div class="emph-box" id="2014-04-19">2014-04-19</div></td> -<td> -<p> -Released <a -href="http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7443">GnuTLS -3.3.1</a> which is a bug fix release on the next stable branch of GnuTLS. -</p> -</td> -</tr> </table> <p>See also the the <a href="http://gitorious.org/gnutls/gnutls/blobs/master/NEWS">live NEWS file</a> diff --git a/reference/gnutls-abstract.html b/reference/gnutls-abstract.html index 051c849130..4e4a6cdbf9 100644 --- a/reference/gnutls-abstract.html +++ b/reference/gnutls-abstract.html @@ -731,7 +731,9 @@ The certificate returned should support the server's given algorithms.</p> <p><em class="parameter"><code>pkey</code></em> is the private key.</p> <p>If the callback function is provided then gnutls will call it, in the -handshake, after the certificate request message has been received.</p> +handshake, after the certificate request message has been received. +All the provided by the callback values will not be released or +modified by gnutls.</p> <p>In server side pk_algos and req_ca_dn are NULL.</p> <p>The callback function should set the certificate list to be sent, and return 0 on success. If no certificate was selected then the diff --git a/reference/gnutls-crypto.html b/reference/gnutls-crypto.html index 0e60903d6c..a35948daee 100644 --- a/reference/gnutls-crypto.html +++ b/reference/gnutls-crypto.html @@ -1171,8 +1171,9 @@ gnutls_rnd (<em class="parameter"><code><a class="link" href="gnutls-crypto.html <em class="parameter"><code><span class="type">size_t</span> len</code></em>);</pre> <p>This function will generate random data and store it to output buffer.</p> +<p>This function is thread-safe and also fork-safe.</p> <div class="refsect3"> -<a name="id-1.2.8.6.24.5"></a><h4>Parameters</h4> +<a name="id-1.2.8.6.24.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -1199,8 +1200,8 @@ buffer.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.8.6.24.6"></a><h4>Returns</h4> -<p> Zero or a negative error code on error.</p> +<a name="id-1.2.8.6.24.7"></a><h4>Returns</h4> +<p> Zero on success, or a negative error code on error.</p> <p></p> </div> <p class="since">Since 2.12.0</p> diff --git a/reference/gnutls-gnutls.html b/reference/gnutls-gnutls.html index ee504f5203..3d138d5703 100644 --- a/reference/gnutls-gnutls.html +++ b/reference/gnutls-gnutls.html @@ -17145,7 +17145,7 @@ to be used by callbacks.</p> unsigned int max_empty_records; unsigned int dumbfw; safe_renegotiation_t sr; - bool ssl3_record_version; + bool min_record_version; bool server_precedence; bool allow_wrong_pms; /* Whether stateless compression will be used */ diff --git a/reference/gnutls-x509.html b/reference/gnutls-x509.html index bcfe92eefe..a2d73cc1f1 100644 --- a/reference/gnutls-x509.html +++ b/reference/gnutls-x509.html @@ -6265,8 +6265,12 @@ gnutls_x509_crt_check_issuer (<em class="parameter"><code><a class="link" href=" <p>This function will check if the given certificate was issued by the given issuer. It checks the DN fields and the authority key identifier and subject key identifier fields match.</p> +<p>If the same certificate is provided at the <em class="parameter"><code>cert</code></em> + and <em class="parameter"><code>issuer</code></em> + fields, +it will check whether the certificate is self-signed.</p> <div class="refsect3"> -<a name="id-1.2.6.6.92.5"></a><h4>Parameters</h4> +<a name="id-1.2.6.6.92.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -6288,7 +6292,7 @@ key identifier and subject key identifier fields match.</p> </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.6.92.6"></a><h4>Returns</h4> +<a name="id-1.2.6.6.92.7"></a><h4>Returns</h4> <p> It will return true (1) if the given certificate is issued by the given issuer, and false (0) if not. </p> <p></p> @@ -6564,21 +6568,25 @@ hold the accessLocation GeneralName type (e.g., will hold the accessLocation URI data. Requesting this <em class="parameter"><code>what</code></em> value leads to an error if the -accessLocation is not of the "uniformResourceIdentifier" type.</p> +accessLocation is not of the "uniformResourceIdentifier" type. </p> <p>If <em class="parameter"><code>what</code></em> is <a class="link" href="gnutls-x509.html#GNUTLS-IA-OCSP-URI:CAPS"><code class="literal">GNUTLS_IA_OCSP_URI</code></a>, <em class="parameter"><code>data</code></em> will hold the OCSP URI. Requesting this <em class="parameter"><code>what</code></em> value leads to an error if the accessMethod is not 1.3.6.1.5.5.7.48.1 aka OSCP, or if accessLocation is not of -the "uniformResourceIdentifier" type.</p> +the "uniformResourceIdentifier" type. In that case <a class="link" href="gnutls-gnutls.html#GNUTLS-E-UNKNOWN-ALGORITHM:CAPS" title="GNUTLS_E_UNKNOWN_ALGORITHM"><code class="literal">GNUTLS_E_UNKNOWN_ALGORITHM</code></a> +will be returned, and <em class="parameter"><code>seq</code></em> + should be increased and this function +called again.</p> <p>If <em class="parameter"><code>what</code></em> is <a class="link" href="gnutls-x509.html#GNUTLS-IA-CAISSUERS-URI:CAPS"><code class="literal">GNUTLS_IA_CAISSUERS_URI</code></a>, <em class="parameter"><code>data</code></em> will hold the caIssuers URI. Requesting this <em class="parameter"><code>what</code></em> value leads to an error if the accessMethod is not 1.3.6.1.5.5.7.48.2 aka caIssuers, or if -accessLocation is not of the "uniformResourceIdentifier" type.</p> +accessLocation is not of the "uniformResourceIdentifier" type. +In that case handle as in <a class="link" href="gnutls-x509.html#GNUTLS-IA-OCSP-URI:CAPS"><code class="literal">GNUTLS_IA_OCSP_URI</code></a>.</p> <p>More <em class="parameter"><code>what</code></em> values may be allocated in the future as needed.</p> <p>If <em class="parameter"><code>data</code></em> diff --git a/reference/index.html b/reference/index.html index ff1d91fe9a..42d56a23e8 100644 --- a/reference/index.html +++ b/reference/index.html @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GnuTLS API Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for GnuTLS 3.3.11 + for GnuTLS 3.3.12 . The latest version of this documentation can be found on-line at <a class="ulink" href="http://www.gnutls.org/reference/" target="_top">http://www.gnutls.org/reference/</a>. |