summaryrefslogtreecommitdiff
path: root/tools/extract-info.c
Commit message (Collapse)AuthorAgeFilesLines
* extract: Use bool instead of int where appropriateStef Walter2013-03-081-15/+15
|
* extract: Fix regression in --purpose optionStef Walter2013-03-081-2/+11
| | | | | | | | The --purpose option would only match certificates that had no purposes marked on them. Fix it so that it correctly matches certificates with the given purpose. https://bugs.freedesktop.org/show_bug.cgi?id=62009
* Implement basic extract supportStef Walter2013-02-051-0/+359
* The only formats supported are x509-file and x509-directory Allow tool to build without extract