summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-14 09:55:10 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-14 09:55:10 +0100
commitf76c914e10873b7bd74311a88e6f76f4a4c5ee82 (patch)
tree1bdd297e89f5682d2008027df66596b651897505
parent12010d79115a397dd257b258c35956567610b825 (diff)
downloadgnutls-f76c914e10873b7bd74311a88e6f76f4a4c5ee82.tar.gz
Added pkcs12_simple function.
-rw-r--r--doc/cha-cert-auth2.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi
index 7bbd311d1e..01ac7b5936 100644
--- a/doc/cha-cert-auth2.texi
+++ b/doc/cha-cert-auth2.texi
@@ -678,7 +678,7 @@ session, as shown in @ref{ex:pkcs11-client}. In addition
the following functions can be used to load PKCS #11 key and
certificates by specifying a PKCS #11 URL instead of a filename.
-@showfuncB{gnutls_certificate_set_x509_trust_file,gnutls_certificate_set_x509_key_file}
+@showfuncC{gnutls_certificate_set_x509_trust_file,gnutls_certificate_set_x509_key_file,gnutls_certificate_set_x509_simple_pkcs12_file}
@node The p11tool application
@subsection The p11tool application