summaryrefslogtreecommitdiff
path: root/tools/tests
Commit message (Expand)AuthorAgeFilesLines
* Our own unit testing frameworkStef Walter2013-05-218-619/+420
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-214-14/+20
* More compatible path munging and handling codeStef Walter2013-04-034-4/+8
* Separate library init from message codeStef Walter2013-04-036-12/+8
* Fix build on Win32Stef Walter2013-04-031-1/+1
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-204-3/+15
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-2/+2
* hash: Add the murmur2 hash and start using itStef Walter2013-03-204-14/+13
* extract: Make extracted output directories read-onlyStef Walter2013-03-192-16/+17
* Refine looking up of attributes in arraysStef Walter2013-03-181-3/+4
* extract: Combine trust policy when extractingStef Walter2013-03-151-7/+164
* extract: --comment option adds comments to PEM bundlesStef Walter2013-03-151-0/+45
* extract: Allow p11_save_write() to automatically calculate lengthStef Walter2013-03-153-0/+51
* extract: Fix regression in --purpose optionStef Walter2013-03-081-0/+50
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-041-1/+3
* Initialize modules correctly in testsStef Walter2013-03-035-0/+10
* Windows doesn't support symlinks, chmod, or atomic renamesStef Walter2013-03-034-3/+42
* Open files in binary mode on windowsStef Walter2013-03-031-6/+5
* Abstract mmap() into a compat APIStef Walter2013-03-031-0/+2
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-053-266/+9
* 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
* Support for sane writing to files extractedStef Walter2013-02-055-0/+957