summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-sections.txt
Commit message (Collapse)AuthorAgeFilesLines
* rpc: New p11_kit_remote_serve_tokens functionDaiki Ueno2017-05-251-0/+1
|
* uri: Support vendor query attributesDaiki Ueno2017-02-211-0/+2
| | | | | | | | If an unknown attribute is present in the query part of the PKCS#11 URI, the parser treated it as unrecognized and subsequent matches failed. Instead, keep track of such attributes and provide a set of API to deal with them.
* remote: Add API to serve a tokenDaiki Ueno2017-02-171-0/+1
|
* iter: Enable iteration over slots/tokens/modulesDaiki Ueno2017-02-081-0/+2
| | | | | | | | | While PKCS#11 URI can identify slots/tokens/modules, P11KitIter is only capable of iterating over objects. This patch adds new behaviors to P11KitIter to support iterations over slots/tokens/modules, using the C coroutine trick as described in: http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
* uri: Support query attributes to specify moduleDaiki Ueno2017-01-191-0/+4
| | | | | Accept and produce 'module-name' and 'module-path' query attributes defined in RFC 7512.
* doc: More tweaks for gtk-docDaiki Ueno2016-12-191-0/+7
|
* doc: Mention new API functionsDaiki Ueno2016-12-191-0/+6
|
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-081-0/+1
| | | | | This adds a new tool to the p11-kit command called 'remote'. This is the server side of remoting a PKCS#11 module.
* p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stableStef Walter2014-07-041-2/+2
| | | | | These are useful functions for callers who want to supress all output from p11-kit library.
* Documentation tweaksStef Walter2013-09-041-0/+2
|
* iter: Add a p11_kit_iter_destroy_object() functionStef Walter2013-08-281-0/+1
| | | | Handy function since this is a common need.
* iter: Add p11_kit_iter_set_uri() functionStef Walter2013-08-281-1/+2
| | | | This is so we can set a filtering uri on the iterator after construction
* iter: Add p11_kit_iter_get_token() callStef Walter2013-08-281-0/+1
| | | | | To get the already loaded CK_TOKEN_INFO during iteration for the token that the current object is on.
* iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behaviorStef Walter2013-08-281-1/+0
| | | | | This allows us to try to get a RW session, but if not fallback to a read-only session.
* Various documentation tweaks and fixes for warningsStef Walter2013-07-101-0/+4
|
* Mark p11_kit_message() as a stable functionStef Walter2013-05-211-1/+1
|
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-9/+30
| | | | | | | | | 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.
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-0/+106