Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | Put library init/uninit code its into their own statically linked library so that they don't get linked into the p11-kit executable. Refactor the message code so that the library initialization can plug in its per thread message buffer. https://bugs.freedesktop.org/show_bug.cgi?id=63046 | ||||
* | extract: --comment option adds comments to PEM bundles | Stef Walter | 2013-03-15 | 1 | -2/+9 |
| | | | | | | | | * Placed before the certificate, simple one liner * No need to put comments in PEM files extracted into directories, as the file names are already descriptive. https://bugs.freedesktop.org/show_bug.cgi?id=62029 | ||||
* | tools: Add a bit of debugging to the PEM extract handler | Stef Walter | 2013-03-08 | 1 | -0/+3 |
| | |||||
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 1 | -0/+125 |