summaryrefslogtreecommitdiff
path: root/tools/extract.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix various clang analyzer warningsStef Walter2013-02-061-0/+3
| | | | | * Add annotations to our precondition functions so that they don't make the analyzer complain
* Implement support for java JKS keystore formatStef Walter2013-02-051-1/+3
| | | | | * All aliases must be lower case in order to work with the default keystore implementation.
* Add support for exporting OpenSSL's TRUSTED CERTIFICATE formatStef Walter2013-02-051-0/+4
|
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-051-0/+2
|
* Implement basic extract supportStef Walter2013-02-051-0/+461
* The only formats supported are x509-file and x509-directory Allow tool to build without extract