From b73f4ef126bdead47262e29e47d159a89984d65f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 19 Feb 2013 14:05:34 +0100 Subject: Add the log-calls module config option If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr. --- doc/manual/pkcs11.conf.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/manual/pkcs11.conf.xml') diff --git a/doc/manual/pkcs11.conf.xml b/doc/manual/pkcs11.conf.xml index 1051ee1..1ff2562 100644 --- a/doc/manual/pkcs11.conf.xml +++ b/doc/manual/pkcs11.conf.xml @@ -157,6 +157,15 @@ x-custom : text of trust policy information such as certificate anchors and black lists. + + log-calls: + + Set to yes to write a log to stderr of all the + calls into the module. This is only supported for managed modules. + + This argument is optonal and defaults to no. + + Do not specify both enable-in and disable-in @@ -196,6 +205,16 @@ x-custom : text This argument is optonal. + + log-calls: + + Set to yes to write a log to stderr of all the + calls into all configured modules. This is only supported for managed + modules. + + This argument is optional. + + Other fields may be present, but it is recommended that field names -- cgit v1.1