| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare static variables const where it makes sense | Stef Walter | 2013-07-18 | 1 | -19/+19 |
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 1 | -8/+8 |
* | trust: Fix various issues writing objects in trust token | Stef Walter | 2013-07-08 | 1 | -106/+46 |
* | trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec | Stef Walter | 2013-07-04 | 1 | -45/+73 |
* | trust: Rename p11_index_batch() to p11_index_load() | Stef Walter | 2013-07-03 | 1 | -2/+2 |
* | trust: Implement reloading of token data | Stef Walter | 2013-07-03 | 1 | -1/+2 |
* | trust: Implement validation for creating/modifying objects | Stef Walter | 2013-06-26 | 1 | -43/+234 |
* | Fix off by one in date parsing code | Stef Walter | 2013-04-04 | 1 | -1/+1 |
* | Don't respect timezones for CKA_START_DATE or CKA_END_DATE | Stef Walter | 2013-04-03 | 1 | -20/+80 |
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | Use CKA_X_CERTIFICATE_VALUE for trust assertions | Stef Walter | 2013-03-29 | 1 | -5/+10 |
* | Don't try to guess at overflowing time values on 32-bit systems | Stef Walter | 2013-03-28 | 1 | -2/+3 |
* | Fix memory leaks reported by 'make leakcheck' | Stef Walter | 2013-03-20 | 1 | -0/+2 |
* | trust: Rework index to be faster and more usable | Stef Walter | 2013-03-20 | 1 | -5/+9 |
* | hash: Rename file and functions for hashes | Stef Walter | 2013-03-20 | 1 | -8/+8 |
* | trust: Fix invalid varargs call in the builder | Stef Walter | 2013-03-18 | 1 | -1/+1 |
* | trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookups | Stef Walter | 2013-03-18 | 1 | -1/+1 |
* | trust: Better generation of nss objects and assertions for serial+issuer | Stef Walter | 2013-03-18 | 1 | -116/+151 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -52/+44 |
* | trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default | Stef Walter | 2013-03-15 | 1 | -6/+14 |
* | trust: Add a builder which builds objects out of parsed data | Stef Walter | 2013-03-15 | 1 | -0/+1556 |