summaryrefslogtreecommitdiff
path: root/tools/extract-openssl.c
Commit message (Collapse)AuthorAgeFilesLines
* extract: --comment option adds comments to PEM bundlesStef Walter2013-03-151-1/+10
| | | | | | | | * Placed before the certificate, simple one liner * No need to put comments in PEM files extracted into directories, as the file names are already descriptive. https://bugs.freedesktop.org/show_bug.cgi?id=62029
* Windows doesn't support symlinks, chmod, or atomic renamesStef Walter2013-03-031-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 warningsStef Walter2013-02-061-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 labelStef Walter2013-02-051-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 formatStef Walter2013-02-051-0/+686