| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -1/+1 |
* | attrs: Allow NULL attribute to be passed to p11_attr_hash() | Stef Walter | 2014-01-13 | 1 | -5/+7 |
* | Don't call memdup with zero length or NULL pointer | Stef Walter | 2013-07-18 | 1 | -2/+7 |
* | attrs: Check printf formatting in buffer_append_printf() | Stef Walter | 2013-07-18 | 1 | -0/+5 |
* | trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec | Stef Walter | 2013-07-04 | 1 | -0/+1 |
* | Add the log-calls module config option | Stef Walter | 2013-05-21 | 1 | -11/+11 |
* | Update to MurmurHash3 | Stef Walter | 2013-04-03 | 1 | -1/+1 |
* | attrs: Print out the CKA_VALUE for certificates when debugging | Stef Walter | 2013-03-20 | 1 | -9/+40 |
* | hash: Add the murmur2 hash and start using it | Stef Walter | 2013-03-20 | 1 | -4/+7 |
* | attrs: Change p11_attrs_to_string() to allow static templates | Stef Walter | 2013-03-18 | 1 | -5/+8 |
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -38/+24 |
* | trust: Update frob-nss-tool so it can compare modules for trust info | Stef Walter | 2013-03-15 | 1 | -0/+23 |
* | attrs: Add info functions for constant names and values | Stef Walter | 2013-03-15 | 1 | -232/+10 |
* | attrs: New p11_attrs_merge() function | Stef Walter | 2013-03-15 | 1 | -6/+46 |
* | trust: Use the new NSS PKCS#11 extension codes | Stef Walter | 2013-03-08 | 1 | -38/+38 |
* | Update the pkcs11.h header for missing mechanisms | Stef Walter | 2013-02-20 | 1 | -1/+1 |
* | Fix dereference of varargs in p11_attrs_build() | Stef Walter | 2013-02-11 | 1 | -1/+1 |
* | Further tweaks and cleanup for functions dealing with PKCS#11 attributes | Stef Walter | 2013-02-04 | 1 | -40/+755 |
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 1 | -6/+6 |
* | Add common functions for manipulating CK_ATTRIBUTE arrays | Stef Walter | 2013-01-09 | 1 | -0/+310 |