summaryrefslogtreecommitdiff
path: root/common/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-42/+48
* Set strict debug preconditions during testingStef Walter2013-01-091-0/+4
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-092-0/+519
* Build common code into noinst librariesStef Walter2013-01-091-9/+5
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-093-0/+691