From: Nikos Mavrogiannopoulos Date: Wed, 1 Dec 2010 19:45:57 +0000 (+0100) Subject: PKCS #11 fixes X-Git-Tag: gnutls_2_11_5~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ae8710df4156ed727f93f6199b9dc20dbbf5a0c;p=thirdparty%2Fgnutls.git PKCS #11 fixes --- diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi index 1c661169f8..9c1955c778 100644 --- a/doc/cha-cert-auth.texi +++ b/doc/cha-cert-auth.texi @@ -372,7 +372,7 @@ the user to insert the token. All the initialization functions are below. @subsection Reading Objects All @acronym{PKCS #11} objects are referenced by @acronym{GnuTLS} functions by -URLs as described in @code{draft-pechanec-pkcs11uri-01}. For example a public +URLs as described in @code{draft-pechanec-pkcs11uri-03}. For example a public key on a smart card may be referenced as: @example @@ -416,6 +416,10 @@ Objects can be accessed with the following functions Functions that relate to token handling are shown below @itemize +@item @ref{gnutls_pkcs11_token_init}: Initializes a token + +@item @ref{gnutls_pkcs11_token_set_pin}: Sets the token user's PIN + @item @ref{gnutls_pkcs11_token_get_url}: Returns the URL of a token @item @ref{gnutls_pkcs11_token_get_info}: Obtain information about a token