Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract: Allow p11_save_write() to automatically calculate length | Stef Walter | 2013-03-15 | 2 | -0/+1 |
| | | | | | | | | | Also if automatically calculating length, then ignore input that is NULL, as something that shouldn't be written out. This allows easier chaining of optional output, such as comments. https://bugs.freedesktop.org/show_bug.cgi?id=62029 | ||||
* | Add support for exporting OpenSSL's TRUSTED CERTIFICATE format | Stef Walter | 2013-02-05 | 7 | -0/+341 |
| | |||||
* | Add support for extracting to pem-bundle and pem-directory formats | Stef Walter | 2013-02-05 | 2 | -0/+126 |
| | |||||
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 1 | -0/+0 |
* Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way |