Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add public iterator API to p11-kit | Stef Walter | 2013-02-05 | 1 | -0/+17 |
| | |||||
* | Add p11_kit_be_loud() function for use in tests and tools | Stef Walter | 2013-02-05 | 1 | -0/+1 |
| | | | | This does the opposite of p11_kit_be_quiet(). | ||||
* | Fix documentation warnings. | Stef Walter | 2013-01-07 | 1 | -1/+2 |
| | | | | | | * P11_KIT_URI_NO_MEMORY is an unexpected state, that will probably never actually be returned. But kept for API compatibility. * make distcheck doc fix | ||||
* | Add enable-in and disable-in options to module config | Stef Walter | 2012-04-01 | 1 | -0/+1 |
| | | | | | | | | * These can be used to load certain modules in certain programs, or prevent loading in others. * Useful for a key manager like seahorse, so we can load extra modules (think NSS) that other modules shouldn't load. | ||||
* | Update PKCS#11 URI code for new draft of spec | Stef Walter | 2011-08-05 | 1 | -0/+2 |
| | | | | | | | | | * pinfile attribute was renamed to pin-source * objecttype attribute was renamed to object-type * secretkey value was renamed to secret-key We continue to support parsing the old attribute names and values but generate URIs with the new ones. | ||||
* | More fine tuning of the pin APIs. | Stef Walter | 2011-07-06 | 1 | -0/+1 |
| | |||||
* | Add documentation for PIN callbacks. | Stef Walter | 2011-07-06 | 1 | -0/+19 |
| | |||||
* | Complete documentation for message functionality. | Stef Walter | 2011-06-09 | 1 | -0/+6 |
| | |||||
* | Fix up documentation | Stef Walter | 2011-06-07 | 1 | -1/+4 |
| | |||||
* | Add function p11_kit_uri_space_strlen() for figuring out the length | Stef Walter | 2011-05-30 | 1 | -0/+1 |
| | | | | of space terminated strings. | ||||
* | Allow use with CRYPTOKI_GNU style use of PKCS#11 | Stef Walter | 2011-05-30 | 1 | -1/+9 |
| | |||||
* | Add p11_kit_load_initialize_module() function. | Stef Walter | 2011-05-27 | 1 | -0/+1 |
| | | | | | * This function will load a module from a file path, and then initialize it. | ||||
* | Fix up documentation | Stef Walter | 2011-05-27 | 1 | -2/+7 |
| | |||||
* | Documentation and API cleanup. | Stef Walter | 2011-03-31 | 1 | -0/+40 |
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type. |