summaryrefslogtreecommitdiff
path: root/tools/tests/test.h
Commit message (Collapse)AuthorAgeFilesLines
* Windows doesn't support symlinks, chmod, or atomic renamesStef Walter2013-03-031-0/+8
| | | | | | | * Don't create symlinks on windows * No atomic renames, so delete and then rename * Make sure to close files before unlinking on windows * No chmod permissions on windows
* Add support for exporting OpenSSL's TRUSTED CERTIFICATE formatStef Walter2013-02-051-0/+9
|
* Implement basic extract supportStef Walter2013-02-051-0/+33
| | | | | | * The only formats supported are x509-file and x509-directory Allow tool to build without extract
* Support for sane writing to files extractedStef Walter2013-02-051-0/+211
* Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way