From: Nikos Mavrogiannopoulos Date: Thu, 21 Feb 2013 21:03:40 +0000 (+0100) Subject: mention enable-in in p11-kit config. X-Git-Tag: gnutls_3_1_9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e96756cef4c3e2a720c8981f6b2efb8252a1226;p=thirdparty%2Fgnutls.git mention enable-in in p11-kit config. --- diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi index eead0001d5..444927f952 100644 --- a/doc/cha-tokens.texi +++ b/doc/cha-tokens.texi @@ -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}