Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for exporting OpenSSL's TRUSTED CERTIFICATE format | Stef Walter | 2013-02-05 | 1 | -0/+9 |
| | |||||
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 1 | -0/+2 |
| | |||||
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 1 | -0/+2 |
| | | | | | | * Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way | ||||
* | Test a TRUSTED CERTIFICATE without any trust OIDs | Stef Walter | 2013-02-05 | 2 | -0/+2 |
| | |||||
* | Add support for openssl TRUSTED CERTIFICATE PEM files | Stef Walter | 2013-02-05 | 1 | -0/+3 |
| | |||||
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 1 | -0/+1 |
| | |||||
* | Add basic trust module | Stef Walter | 2013-02-05 | 11 | -0/+67 |
| | | | | | | This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects. | ||||
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 7 | -0/+709 |
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. |