]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
describe gnutls_privkey_import_ext in more detail.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 9 Jan 2012 23:04:35 +0000 (00:04 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 9 Jan 2012 23:04:35 +0000 (00:04 +0100)
doc/cha-cert-auth2.texi

index acf88c24d0b07cce9deb8eb350d939dbafcca3f2..7bbd311d1e30d18920c5f8f4a6772ee06f1e08e8 100644 (file)
@@ -848,9 +848,17 @@ but unlike public keys it cannot be exported. That is
 to allow abstraction over @acronym{PKCS} #11 keys that
 are not extractable.
 
-@showfuncD{gnutls_privkey_import_x509,gnutls_privkey_import_openpgp,gnutls_privkey_import_pkcs11,gnutls_privkey_import_ext}
+@showfuncC{gnutls_privkey_import_x509,gnutls_privkey_import_openpgp,gnutls_privkey_import_pkcs11}
+
 @showfuncB{gnutls_privkey_get_pk_algorithm,gnutls_privkey_get_type}
 
+In order to support cryptographic operations using 
+an external API, the following function is provided.
+This allows for a simple extensibility API without
+resorting to @acronym{PKCS} #11.
+
+@showfuncdesc{gnutls_privkey_import_ext}
+
 @node Operations
 @subsection Operations
 The abstract key types can be used to access signing and