summaryrefslogtreecommitdiff
path: root/tools/extract-x509.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Implement basic extract supportStef Walter2013-02-051-0/+116
* The only formats supported are x509-file and x509-directory Allow tool to build without extract