| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't complain when applications call C_Logout or C_Login | Stef Walter | 2013-03-28 | 2 | -2/+53 |
* | Don't try to guess at overflowing time values on 32-bit systems | Stef Walter | 2013-03-28 | 2 | -2/+74 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 7 | -15/+58 |
* | Fix invalid memory accesses reported by 'make memcheck' | Stef Walter | 2013-03-20 | 2 | -1/+3 |
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 2 | -3/+2 |
* | trust: Predictable behavior with duplicate certificates in token | Stef Walter | 2013-03-20 | 3 | -16/+224 |
* | trust: Rework index to be faster and more usable | Stef Walter | 2013-03-20 | 9 | -179/+437 |
* | attrs: Print out the CKA_VALUE for certificates when debugging | Stef Walter | 2013-03-20 | 2 | -6/+12 |
* | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 2 | -4/+3 |
* | hash: Rename file and functions for hashes | Stef Walter | 2013-03-20 | 4 | -18/+18 |
* | trust: Use descriptive labels for tokens | Stef Walter | 2013-03-19 | 8 | -27/+112 |
* | trust: Remove the temporary built in distrust objects | Stef Walter | 2013-03-19 | 1 | -148/+0 |
* | trust: Don't use POSIX or GNU basename() | Stef Walter | 2013-03-19 | 2 | -3/+6 |
* | trust: Fix trust tests on 32-bit builds | Stef Walter | 2013-03-18 | 1 | -2/+2 |
* | trust: Fix invalid varargs call in the builder | Stef Walter | 2013-03-18 | 1 | -1/+1 |
* | trust: Provide better debugging of trust module functions | Stef Walter | 2013-03-18 | 1 | -5/+15 |
* | attrs: Change p11_attrs_to_string() to allow static templates | Stef Walter | 2013-03-18 | 1 | -1/+1 |
* | trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookups | Stef Walter | 2013-03-18 | 3 | -1/+114 |
* | trust: Better generation of nss objects and assertions for serial+issuer | Stef Walter | 2013-03-18 | 3 | -225/+341 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 5 | -60/+52 |
* | trust: Remove file that's no longer used | Stef Walter | 2013-03-17 | 1 | -301/+0 |
* | Fix distcheck and documentation | Stef Walter | 2013-03-15 | 2 | -4/+6 |
* | trust: Update frob-nss-tool so it can compare modules for trust info | Stef Walter | 2013-03-15 | 1 | -35/+139 |
* | trust: Support a p11-kit specific serialization format | Stef Walter | 2013-03-15 | 12 | -41/+1059 |
* | trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default | Stef Walter | 2013-03-15 | 6 | -39/+88 |
* | trust: Add a builder which builds objects out of parsed data | Stef Walter | 2013-03-15 | 15 | -1750/+3593 |
* | trust: Refactor to include concept of the index | Stef Walter | 2013-03-15 | 14 | -384/+2097 |
* | p11-kit: New priority option and change trust-policy option | Stef Walter | 2013-03-15 | 1 | -3/+11 |
* | trust: Make each configured path its own token | Stef Walter | 2013-03-15 | 7 | -136/+460 |
* | trust: Rework input path treatment | Stef Walter | 2013-03-15 | 15 | -54/+253 |
* | pem: Fix a bug decoding some PEM files | Stef Walter | 2013-03-15 | 1 | -0/+25 |
* | trust: add a simple frob-nss-token tool to dump distrust | Stef Walter | 2013-03-08 | 2 | -0/+109 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 4 | -27/+27 |
* | Hard code distrust temporarily. | Stef Walter | 2013-03-08 | 1 | -1/+149 |
* | trust: Refactor how we load builtin objects | Stef Walter | 2013-03-08 | 1 | -11/+13 |
* | Build with the libtasn1 CFLAGS properly | Stef Walter | 2013-03-04 | 1 | -0/+1 |
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 4 | -1/+4 |
* | Fix syntax errors in OS_WIN32 ifdefs | Stef Walter | 2013-03-03 | 2 | -2/+6 |
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 1 | -21/+7 |
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 4 | -4/+4 |
* | Only do shared object and DLL initialization in libraries | Stef Walter | 2013-02-20 | 1 | -0/+55 |
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 2 | -32/+41 |
* | Move the X.509 extension parsing code in common/ | Stef Walter | 2013-02-05 | 2 | -121/+80 |
* | Implement trust assertion PKCS#11 objects | Stef Walter | 2013-02-05 | 7 | -43/+783 |
* | Refactor how parsing of ASN.1 data and certificate extensions work | Stef Walter | 2013-02-05 | 5 | -664/+58 |
* | Fill in certificate authority and trust data correctly | Stef Walter | 2013-02-05 | 7 | -163/+548 |
* | Implement stapled certificate extensions internally | Stef Walter | 2013-02-05 | 8 | -366/+894 |
* | Better debugging and checks for attribute values | Stef Walter | 2013-02-05 | 4 | -86/+124 |
* | Add tool for testing how fast the token loads | Stef Walter | 2013-02-05 | 2 | -0/+65 |
* | Some debug info about which files are being loaded | Stef Walter | 2013-02-05 | 1 | -2/+15 |