summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-sharing.xml
Commit message (Collapse)AuthorAgeFilesLines
* p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter2014-07-081-0/+4
| | | | | | | This sets 'remote' appropriately to run the module in a separate process. https://bugs.freedesktop.org/show_bug.cgi?id=80472
* Add the log-calls module config optionStef Walter2013-05-211-0/+5
| | | | | If 'log-calls = yes' is set then all the PKCS#11 modules are logged to stderr.
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-211-0/+6
| | | | | | Make C_CloseAllSessions work for different callers. Track the sessions that each caller opens and close just those when C_CloseAllSessiosn is called.
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-47/+47
| | | | | | | | | 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/+3
|
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-0/+92