Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p11-kit: New priority option and change trust-policy option | Stef Walter | 2013-03-15 | 1 | -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 warnings | Stef Walter | 2013-02-06 | 1 | -0/+3 |
| | | | | | * Add annotations to our precondition functions so that they don't make the analyzer complain | ||||
* | Implement support for java JKS keystore format | Stef Walter | 2013-02-05 | 1 | -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 format | Stef Walter | 2013-02-05 | 1 | -0/+4 |
| | |||||
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 1 | -0/+2 |
| | |||||
* | Implement basic extract support | Stef Walter | 2013-02-05 | 1 | -0/+461 |
* The only formats supported are x509-file and x509-directory Allow tool to build without extract |