]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
mention the context specific PIN functions.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 18 Jul 2012 18:56:49 +0000 (20:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 18 Jul 2012 18:56:49 +0000 (20:56 +0200)
doc/cha-tokens.texi

index b9c25dbf441b1d050f5a392bff24c842b87c1917..9ec516460ee84d0e67ee80d936f9bc43eada63a6 100644 (file)
@@ -208,7 +208,10 @@ multiple users.
 
 To avoid conflicts with multiple registered callbacks for PIN functions,
 @funcref{gnutls_pkcs11_get_pin_function} may be used to check for any previously
-set functions.
+set functions. In addition context specific PIN functions are allowed, e.g., by
+using functions below.
+
+@showfuncC{gnutls_certificate_set_pin_function,gnutls_pubkey_set_pin_function,gnutls_privkey_set_pin_function}
 
 Moreover PKCS #11 modules must be reinitialized on the child processes
 after a @funcintref{fork}. @acronym{GnuTLS} provides @funcref{gnutls_pkcs11_reinit}