]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
mention enable-in in p11-kit config.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 21 Feb 2013 21:03:40 +0000 (22:03 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 21 Feb 2013 21:03:40 +0000 (22:03 +0100)
doc/cha-tokens.texi

index eead0001d5975c6454ab9ac2bcac9643bb6b73cd..444927f95283d1fcdaaec1c4a5d515b57cff7f56 100644 (file)
@@ -206,8 +206,13 @@ module: /usr/lib/opensc-pkcs11.so
 
 If you use this file, then there is no need for other initialization in
 @acronym{GnuTLS}, except for the PIN and token functions (see next section).  
-However, you may manually initialize the PKCS #11 subsystem if the default
-settings are not desirable.
+In several cases, however, it is desirable to limit badly behaving modules 
+(e.g., modules that add an unacceptable delay on initialization)
+to single applications. That can be done using the ``enable-in:'' option
+followed by the base name of applications that this module should be used.
+
+In all cases, you may also manually initialize the PKCS #11 subsystem if the 
+default settings are not desirable.
 
 @showfuncdesc{gnutls_pkcs11_init}