| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 1 | -92/+0 |
* | path: Add p11_path_canon() function | Stef Walter | 2013-07-03 | 1 | -0/+17 |
* | path: Add p11_path_prefix() function | Stef Walter | 2013-07-03 | 1 | -0/+13 |
* | Reorganize various components | Stef Walter | 2013-06-25 | 12 | -1982/+11 |
* | path: Add p11_path_parent() function | Stef Walter | 2013-06-14 | 1 | -0/+17 |
* | path: Fix expanding of paths and tests | Stef Walter | 2013-06-14 | 1 | -20/+26 |
* | constants: Tweaks and add mechanisms | Stef Walter | 2013-05-27 | 1 | -39/+31 |
* | pem: Write PEM data directly to a buffer | Stef Walter | 2013-05-27 | 1 | -9/+12 |
* | url: Encode directly to a buffer | Stef Walter | 2013-05-27 | 1 | -12/+18 |
* | Fix up Makefile.am files for automake 1.13 warnings | Stef Walter | 2013-05-21 | 1 | -2/+2 |
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 17 | -1004/+765 |
* | Support /xxx/yyy as an absolute path with Win32 | Stef Walter | 2013-05-21 | 1 | -1/+1 |
* | Add the log-calls module config option | Stef Walter | 2013-05-21 | 1 | -5/+13 |
* | Patch to make test-lexer depend on ASN.1 | manphiz@gmail.com | 2013-05-14 | 1 | -1/+1 |
* | Update to MurmurHash3 | Stef Walter | 2013-04-03 | 1 | -9/+9 |
* | More compatible path munging and handling code | Stef Walter | 2013-04-03 | 3 | -32/+203 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 4 | -8/+8 |
* | 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 |