Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows doesn't support symlinks, chmod, or atomic renames | Stef Walter | 2013-03-03 | 1 | -1/+13 |
| | | | | | | | * 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 | ||||
* | Fix various clang analyzer warnings | Stef Walter | 2013-02-06 | 1 | -2/+7 |
| | | | | | * Add annotations to our precondition functions so that they don't make the analyzer complain | ||||
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 1 | -55/+15 |
| | | | | | * 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 | 1 | -0/+686 |