| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build with automake 1.13 | Stef Walter | 2013-04-03 | 1 | -2/+2 |
* | Fix testing of murmur hash on bigendian systems | Stef Walter | 2013-03-25 | 1 | -37/+23 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 3 | -0/+7 |
* | Fix invalid memory accesses reported by 'make memcheck' | Stef Walter | 2013-03-20 | 2 | -11/+27 |
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 1 | -2/+0 |
* | attrs: Print out the CKA_VALUE for certificates when debugging | Stef Walter | 2013-03-20 | 1 | -1/+1 |
* | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 1 | -0/+71 |
* | hash: Rename file and functions for hashes | Stef Walter | 2013-03-20 | 2 | -15/+15 |
* | trust: Don't use POSIX or GNU basename() | Stef Walter | 2013-03-19 | 2 | -0/+94 |
* | attrs: Change p11_attrs_to_string() to allow static templates | Stef Walter | 2013-03-18 | 1 | -1/+5 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -3/+51 |
* | Fix distcheck and documentation | Stef Walter | 2013-03-15 | 1 | -8/+8 |
* | url: Split out the URL encoding and decoding functions | Stef Walter | 2013-03-15 | 2 | -0/+167 |
* | lexer: Make a lexer for our config file format | Stef Walter | 2013-03-15 | 2 | -0/+282 |
* | attrs: Add info functions for constant names and values | Stef Walter | 2013-03-15 | 2 | -0/+118 |
* | attrs: New p11_attrs_merge() function | Stef Walter | 2013-03-15 | 1 | -0/+103 |
* | asn1: Implement a parsed ASN.1 tree cache | Stef Walter | 2013-03-15 | 1 | -0/+46 |
* | dict: Allow removal of current item in a p11_dict iteration | Stef Walter | 2013-03-15 | 1 | -0/+60 |
* | pem: Fix a bug decoding some PEM files | Stef Walter | 2013-03-15 | 2 | -0/+213 |
* | Build with the libtasn1 CFLAGS properly | Stef Walter | 2013-03-04 | 1 | -0/+4 |
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 1 | -24/+11 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 5 | -5/+5 |
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 3 | -0/+334 |
* | Implement code for writing PEM | Stef Walter | 2013-02-05 | 1 | -3/+111 |
* | Move the X.509 extension parsing code in common/ | Stef Walter | 2013-02-05 | 1 | -7/+184 |
* | Add p11_array_clear() function | Stef Walter | 2013-02-05 | 1 | -0/+27 |
* | Implement trust assertion PKCS#11 objects | Stef Walter | 2013-02-05 | 2 | -9/+10 |
* | Refactor how parsing of ASN.1 data and certificate extensions work | Stef Walter | 2013-02-05 | 3 | -0/+300 |
* | Implement stapled certificate extensions internally | Stef Walter | 2013-02-05 | 4 | -19/+244 |
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 2 | -5/+263 |
* | Add basic trust module | Stef Walter | 2013-02-05 | 4 | -2/+400 |
* | Add basic checksum algorithms | Stef Walter | 2013-02-05 | 2 | -0/+153 |
* | Further tweaks and cleanup for functions dealing with PKCS#11 attributes | Stef Walter | 2013-02-04 | 1 | -17/+109 |
* | Add generic buffer code | Stef Walter | 2013-02-04 | 2 | -0/+215 |
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 1 | -42/+48 |
* | Set strict debug preconditions during testing | Stef Walter | 2013-01-09 | 1 | -0/+4 |
* | Add common functions for manipulating CK_ATTRIBUTE arrays | Stef Walter | 2013-01-09 | 2 | -0/+519 |
* | Build common code into noinst libraries | Stef Walter | 2013-01-09 | 1 | -9/+5 |
* | Move debug and library code into the common/ subdirectory | Stef Walter | 2013-01-09 | 3 | -0/+691 |