summaryrefslogtreecommitdiff
path: root/tools/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-2/+2
| | | | | * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-041-1/+3
| | | | | | Tweaks by: Roman Bogorodskiy <bogorodskiy@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=61739
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-7/+0
| | | | | * 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/+15
|
* Add support for extracting to pem-bundle and pem-directory formatsStef Walter2013-02-051-0/+8
|
* Implement basic extract supportStef Walter2013-02-051-0/+15
| | | | | | * 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/+52
* Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way