Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Add a bit of debugging to the PEM extract handler | Stef Walter | 2013-03-08 | 1 | -0/+1 |
| | |||||
* | Fix various clang analyzer warnings | Stef Walter | 2013-02-06 | 1 | -1/+2 |
| | | | | | * Add annotations to our precondition functions so that they don't make the analyzer complain | ||||
* | Add basic trust module | Stef Walter | 2013-02-05 | 1 | -0/+11 |
| | | | | | | This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. | ||||
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 1 | -7/+7 |
| | | | | | | It was getting really wild knowing whether a function returning an int would return -1 on failure or 0 or whether the int return value was actually a number etc.. | ||||
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 1 | -0/+129 |
Start using p11_ as our internal prefix rather than _p11_. We explicitly export p11_kit_ so this is fine as far as visibility. Move the threading, mutex, and module compat, dict, and array code into the common directory too. Take this opportunity to clean up a bit of internal API as well, since so many lines are being touched internally. |