Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pin: Fix uninitialized variable | Stef Walter | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | More fine tuning of the pin APIs. | Stef Walter | 2011-07-06 | 1 | -2/+16 |
| | |||||
* | Add documentation for PIN callbacks. | Stef Walter | 2011-07-06 | 1 | -65/+263 |
| | |||||
* | Add P11KitPin structure, which encapsulates a returned pin. | Stef Walter | 2011-07-06 | 1 | -12/+159 |
| | | | | | * Lets us use variable size buffers. * Helps minimize copying. | ||||
* | Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieve | Stef Walter | 2011-07-06 | 1 | -6/+7 |
| | | | | * Fix up duplicate register logic as well. | ||||
* | Implement support for registering and calling pinfile callbacks | Stef Walter | 2011-07-06 | 1 | -0/+332 |
* These are callbacks that hanlde the pinfile part of a PKCS#11 URI. * One library can register a callback that another can then call in a thread-safe and simple fashion. |