From: Nikos Mavrogiannopoulos Date: Mon, 9 Jan 2012 23:04:35 +0000 (+0100) Subject: describe gnutls_privkey_import_ext in more detail. X-Git-Tag: gnutls-3_0_12~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aea85eb5bf997f03c896b01b3839f6eb33ae41e6;p=thirdparty%2Fgnutls.git describe gnutls_privkey_import_ext in more detail. --- diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi index acf88c24d0..7bbd311d1e 100644 --- a/doc/cha-cert-auth2.texi +++ b/doc/cha-cert-auth2.texi @@ -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