summaryrefslogtreecommitdiff
path: root/doc/manual/pkcs11.conf.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add the log-calls module config optionStef Walter2013-05-211-0/+19
| | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr.
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-0/+24
| | | | | | | | | Support a new managed style module loading for PKCS#11 modules. This allows us to better coordinate between multiple callers of the same PKCS#11 modules and provide hooks into their behavior. This meant redoing the public facing API. The old methods are now deprecated, marked and documented as such.
* manual: Use a consistent docbook versionStef Walter2013-04-041-2/+2
|
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-151-5/+15
| | | | | | | | | | | | | | * Sort loaded modules appropriately using the 'priority' option. This allows us to have a predictable order for callers, when callers iterate through modules. * Modules default to having an 'priority' option of '0'. * If modules have the same order value, then sort by name. * The above assumes the role of ordering trust-policy sources. * Change the trust-policy option to a boolean * Some of this code will be rearranged when the managed branch is merged. https://bugs.freedesktop.org/show_bug.cgi?id=61978
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-0/+207