diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-01 20:45:57 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-01 20:45:57 +0100 |
commit | 1ae8710df4156ed727f93f6199b9dc20dbbf5a0c (patch) | |
tree | 14145f07c1fadfc625d120f2faae18ea65317d5c /doc/cha-cert-auth.texi | |
parent | ed160f7a18caf555edb07bc36c6f67fabcd308bb (diff) | |
download | gnutls-1ae8710df4156ed727f93f6199b9dc20dbbf5a0c.tar.gz |
PKCS #11 fixes
Diffstat (limited to 'doc/cha-cert-auth.texi')
-rw-r--r-- | doc/cha-cert-auth.texi | 6 |
1 files changed, 5 insertions, 1 deletions
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 |