| Commit message (Expand) | Author | Age | Files | Lines |
* | Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files. | Kai Engert | 2017-02-16 | 1 | -0/+1 |
* | Fix typos flagged by codespell | Daiki Ueno | 2016-08-22 | 1 | -1/+1 |
* | trust: Certificate CKA_ID is SubjectKeyIdentifier if possible | Stef Walter | 2014-10-09 | 1 | -10/+45 |
* | trust: Use term 'attached extensions' instead of 'stapled' | Stef Walter | 2014-09-10 | 1 | -2/+2 |
* | common: New public pkcs11x.h header containing extensions | Stef Walter | 2014-09-10 | 1 | -0/+1 |
* | common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFO | Stef Walter | 2014-09-10 | 1 | -7/+7 |
* | trust: Produce a proper message for an invalid stapled extension | Stef Walter | 2014-09-05 | 1 | -1/+10 |
* | trust: Don't use invalid public keys for looking up stapled extensions | Stef Walter | 2014-08-08 | 1 | -1/+1 |
* | trust: Print label of certificate when complaining about basic constraints | Stef Walter | 2014-08-08 | 1 | -1/+5 |
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 1 | -3/+3 |
* | Use simple serial automake test harness | Stef Walter | 2013-07-23 | 1 | -1/+1 |
* | 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 |