summaryrefslogtreecommitdiff
path: root/tools/extract.c
Commit message (Collapse)AuthorAgeFilesLines
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-151-41/+6
| | | | | | | | | | | | | | * Sort loaded modules appropriately using the 'priority' option. This allows us to have a predictable order for callers, when callers iterate through modules. * Modules default to having an 'priority' option of '0'. * If modules have the same order value, then sort by name. * The above assumes the role of ordering trust-policy sources. * Change the trust-policy option to a boolean * Some of this code will be rearranged when the managed branch is merged. https://bugs.freedesktop.org/show_bug.cgi?id=61978
* 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