summaryrefslogtreecommitdiff
path: root/common/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abstract mmap() into a compat APIStef Walter2013-03-031-24/+11
* Use putenv() instead of setenv()Stef Walter2013-03-035-5/+5
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-053-0/+334
* Implement code for writing PEMStef Walter2013-02-051-3/+111
* Move the X.509 extension parsing code in common/Stef Walter2013-02-051-7/+184
* Add p11_array_clear() functionStef Walter2013-02-051-0/+27
* Implement trust assertion PKCS#11 objectsStef Walter2013-02-052-9/+10
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-053-0/+300
* Implement stapled certificate extensions internallyStef Walter2013-02-054-19/+244
* Add support for parsing PEM filesStef Walter2013-02-052-5/+263
* Add basic trust moduleStef Walter2013-02-054-2/+400
* Add basic checksum algorithmsStef Walter2013-02-052-0/+153
* Further tweaks and cleanup for functions dealing with PKCS#11 attributesStef Walter2013-02-041-17/+109
* Add generic buffer codeStef Walter2013-02-042-0/+215