Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uri: Support query attributes to specify module | Daiki Ueno | 2017-01-19 | 1 | -0/+4 |
| | | | | | Accept and produce 'module-name' and 'module-path' query attributes defined in RFC 7512. | ||||
* | doc: More tweaks for gtk-doc | Daiki Ueno | 2016-12-19 | 1 | -0/+7 |
| | |||||
* | doc: Mention new API functions | Daiki Ueno | 2016-12-19 | 1 | -0/+6 |
| | |||||
* | p11-kit: Add 'p11-kit remote' command for isolating modules | Stef Walter | 2014-07-08 | 1 | -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() stable | Stef Walter | 2014-07-04 | 1 | -2/+2 |
| | | | | | These are useful functions for callers who want to supress all output from p11-kit library. | ||||
* | Documentation tweaks | Stef Walter | 2013-09-04 | 1 | -0/+2 |
| | |||||
* | iter: Add a p11_kit_iter_destroy_object() function | Stef Walter | 2013-08-28 | 1 | -0/+1 |
| | | | | Handy function since this is a common need. | ||||
* | iter: Add p11_kit_iter_set_uri() function | Stef Walter | 2013-08-28 | 1 | -1/+2 |
| | | | | This is so we can set a filtering uri on the iterator after construction | ||||
* | iter: Add p11_kit_iter_get_token() call | Stef Walter | 2013-08-28 | 1 | -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 behavior | Stef Walter | 2013-08-28 | 1 | -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 warnings | Stef Walter | 2013-07-10 | 1 | -0/+4 |
| | |||||
* | Mark p11_kit_message() as a stable function | Stef Walter | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | p11-kit: Managed PKCS#11 module loading | Stef Walter | 2013-05-21 | 1 | -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 subdirectory | Stef Walter | 2013-03-12 | 1 | -0/+106 |