summaryrefslogtreecommitdiff
path: root/manual/html_node/Abstract-private-keys.html
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-22 23:04:57 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-22 23:04:57 +0100
commit725ac1885ef0662fc95fad43b9611f6b2febc1cd (patch)
tree6e153db921c5b36a4742a88677904d54b35d8d7d /manual/html_node/Abstract-private-keys.html
parentb3d687973d64a00ea2949236d03a6797b27afa06 (diff)
downloadgnutls-725ac1885ef0662fc95fad43b9611f6b2febc1cd.tar.gz
updated manual
Diffstat (limited to 'manual/html_node/Abstract-private-keys.html')
-rw-r--r--manual/html_node/Abstract-private-keys.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/manual/html_node/Abstract-private-keys.html b/manual/html_node/Abstract-private-keys.html
index a59490f5a6..b30ac02b3e 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 10 February 2013 for version
-3.1.9 of GnuTLS.
+<!-- This manual is last updated 21 March 2013 for version
+3.1.10 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 4.13.90, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>GnuTLS 3.1.9: Abstract private keys</title>
+<title>GnuTLS 3.1.10: Abstract private keys</title>
-<meta name="description" content="GnuTLS 3.1.9: Abstract private keys">
-<meta name="keywords" content="GnuTLS 3.1.9: Abstract private keys">
+<meta name="description" content="GnuTLS 3.1.10: Abstract private keys">
+<meta name="keywords" content="GnuTLS 3.1.10: Abstract private keys">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
@@ -210,6 +210,7 @@ negative error value.
<dl compact="compact">
<dt><code><var>int</var> <a href="Abstract-key-API.html#gnutls_005fprivkey_005fget_005fpk_005falgorithm">gnutls_privkey_get_pk_algorithm</a> (gnutls_privkey_t <var>key</var>, unsigned int * <var>bits</var>)</code></dt>
<dt><code><var>gnutls_privkey_type_t</var> <a href="Abstract-key-API.html#gnutls_005fprivkey_005fget_005ftype">gnutls_privkey_get_type</a> (gnutls_privkey_t <var>key</var>)</code></dt>
+<dt><code><var>int</var> <a href="Abstract-key-API.html#gnutls_005fprivkey_005fstatus">gnutls_privkey_status</a> (gnutls_privkey_t <var>key</var>)</code></dt>
</dl>
<p>In order to support cryptographic operations using
@@ -242,6 +243,9 @@ resorting to <acronym>PKCS</acronym> #11.
must be non-null. If a deinitialization function is provided
then flags is assumed to contain <code>GNUTLS_PRIVKEY_IMPORT_AUTO_RELEASE</code> .
</p>
+<p>Note that the signing function is supposed to &quot;raw&quot; sign data, i.e.,
+without any hashing or preprocessing.
+</p>
<p><strong>Returns:</strong> On success, <code>GNUTLS_E_SUCCESS</code> (0) is returned, otherwise a
negative error value.
</p>