summaryrefslogtreecommitdiff
path: root/common/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-083-0/+6
* Fix handling of mmap failure and mapping empty filesPascal Terjan2014-02-131-0/+17
* attrs: Allow NULL attribute to be passed to p11_attr_hash()Stef Walter2014-01-131-0/+3
* Drop unused libtasn1.h includeRoman Bogorodskiy2013-11-081-2/+0
* Disable tests with setgid binaries when running in fakerootAndreas Metzler2013-10-011-1/+4
* Remove unused make variablesStef Walter2013-09-091-4/+2
* test-compat calls test_getauxval which is in a UNIX defined blockMichael Cronenworth2013-07-301-0/+2
* Don't use _GNU_SOURCE and fix strerror_r usageStef Walter2013-07-232-0/+66
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-231-42/+48
* Use simple serial automake test harnessStef Walter2013-07-233-2/+96
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-181-0/+6
* Don't load configs from user directory when setuidStef Walter2013-07-183-1/+97
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-181-30/+1
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-101-92/+0
* path: Add p11_path_canon() functionStef Walter2013-07-031-0/+17
* path: Add p11_path_prefix() functionStef Walter2013-07-031-0/+13
* Reorganize various componentsStef Walter2013-06-2512-1982/+11
* path: Add p11_path_parent() functionStef Walter2013-06-141-0/+17
* path: Fix expanding of paths and testsStef Walter2013-06-141-20/+26
* constants: Tweaks and add mechanismsStef Walter2013-05-271-39/+31
* pem: Write PEM data directly to a bufferStef Walter2013-05-271-9/+12
* url: Encode directly to a bufferStef Walter2013-05-271-12/+18
* Fix up Makefile.am files for automake 1.13 warningsStef Walter2013-05-211-2/+2
* Our own unit testing frameworkStef Walter2013-05-2117-1004/+765
* Support /xxx/yyy as an absolute path with Win32Stef Walter2013-05-211-1/+1
* Add the log-calls module config optionStef Walter2013-05-211-5/+13
* Patch to make test-lexer depend on ASN.1manphiz@gmail.com2013-05-141-1/+1
* Update to MurmurHash3Stef Walter2013-04-031-9/+9
* More compatible path munging and handling codeStef Walter2013-04-033-32/+203
* Separate library init from message codeStef Walter2013-04-034-8/+8
* Fix build with automake 1.13Stef Walter2013-04-031-2/+2
* Fix testing of murmur hash on bigendian systemsStef Walter2013-03-251-37/+23
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-203-0/+7
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-202-11/+27
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-2/+0
* attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter2013-03-201-1/+1
* hash: Add the murmur2 hash and start using itStef Walter2013-03-201-0/+71
* hash: Rename file and functions for hashesStef Walter2013-03-202-15/+15
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-192-0/+94
* attrs: Change p11_attrs_to_string() to allow static templatesStef Walter2013-03-181-1/+5
* Refine looking up of attributes in arraysStef Walter2013-03-181-3/+51
* Fix distcheck and documentationStef Walter2013-03-151-8/+8
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-152-0/+167
* lexer: Make a lexer for our config file formatStef Walter2013-03-152-0/+282
* attrs: Add info functions for constant names and valuesStef Walter2013-03-152-0/+118
* attrs: New p11_attrs_merge() functionStef Walter2013-03-151-0/+103
* asn1: Implement a parsed ASN.1 tree cacheStef Walter2013-03-151-0/+46
* dict: Allow removal of current item in a p11_dict iterationStef Walter2013-03-151-0/+60
* pem: Fix a bug decoding some PEM filesStef Walter2013-03-152-0/+213
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-041-0/+4