From: Nikos Mavrogiannopoulos Date: Sat, 21 Jul 2012 16:07:51 +0000 (+0200) Subject: discussed the generic and openssl privkey import functions. X-Git-Tag: gnutls_3_1_0pre0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b092a018d2e979d51faef49784afb1164c89621;p=thirdparty%2Fgnutls.git discussed the generic and openssl privkey import functions. --- diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi index 09d79a155b..9e4baba12d 100644 --- a/doc/cha-cert-auth2.texi +++ b/doc/cha-cert-auth2.texi @@ -353,6 +353,18 @@ of their usage is also shown. @verbatiminclude examples/ex-pkcs12.c +@subheading Other structures +@cindex OpenSSL encrypted keys +Unfortunately the structures discussed in the previous sections are +not the only structures that may hold an encrypted private key. For example +the OpenSSL library offers a custom key encryption method. Those structures +are also supported in GnuTLS with @funcref{gnutls_x509_privkey_import_openssl}. + +@showfuncdesc{gnutls_x509_privkey_import_openssl} + +Generic and higher level private key import functions are also available. +@showfuncB{gnutls_x509_privkey_import2,gnutls_privkey_import_x509_raw} + @include invoke-certtool.texi @include invoke-ocsptool.texi