summaryrefslogtreecommitdiff
path: root/tools/extract.h
Commit message (Collapse)AuthorAgeFilesLines
* extract: Combine trust policy when extractingStef Walter2013-03-151-0/+4
| | | | | | | | | | * Collapse multiple identical certificates coming from different tokens. Note that if a certificate should not be placed multiple times on a token. We cannot know which one to respect. * Add a new extract filter: --trust-policy This extracts all anchor and blacklist information https://bugs.freedesktop.org/show_bug.cgi?id=61497
* extract: --comment option adds comments to PEM bundlesStef Walter2013-03-151-0/+8
| | | | | | | | * 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
* Implement basic extract supportStef Walter2013-02-051-0/+110
* The only formats supported are x509-file and x509-directory Allow tool to build without extract