summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-sections.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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