summaryrefslogtreecommitdiff
path: root/tools/tests
Commit message (Collapse)AuthorAgeFilesLines
* Abstract mmap() into a compat APIStef Walter2013-03-031-0/+2
| | | | | The Win32 for mmap() is very different from Unix, so abstract this into our own p11_mmap_xxx() functions.
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-053-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 formatStef Walter2013-02-0511-0/+1288
|
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-054-0/+403
|
* Implement basic extract supportStef Walter2013-02-054-0/+625
| | | | | | * 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-055-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