summaryrefslogtreecommitdiff
path: root/tools/extract-pem.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize various componentsStef Walter2013-06-251-143/+0
| | | | | | | * p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory
* pem: Write PEM data directly to a bufferStef Walter2013-05-271-12/+20
|
* Separate library init from message codeStef Walter2013-04-031-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 bundlesStef Walter2013-03-151-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 handlerStef Walter2013-03-081-0/+3
|
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-051-0/+125