Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 3 | -266/+9 |
| | | | | | * This is in cases where the certificate information does not already have a friendly name or alias. | ||||
* | Add support for exporting OpenSSL's TRUSTED CERTIFICATE format | Stef Walter | 2013-02-05 | 11 | -0/+1288 |
| | |||||
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 4 | -0/+403 |
| | |||||
* | Implement basic extract support | Stef Walter | 2013-02-05 | 4 | -0/+625 |
| | | | | | | * The only formats supported are x509-file and x509-directory Allow tool to build without extract | ||||
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 5 | -0/+957 |
* Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way |