summaryrefslogtreecommitdiff
path: root/common/attrs.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-903/+0
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-101-0/+1
* common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFOStef Walter2014-09-101-1/+1
* attrs: Allow NULL attribute to be passed to p11_attr_hash()Stef Walter2014-01-131-5/+7
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-181-2/+7
* attrs: Check printf formatting in buffer_append_printf()Stef Walter2013-07-181-0/+5
* trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store specStef Walter2013-07-041-0/+1
* Add the log-calls module config optionStef Walter2013-05-211-11/+11
* Update to MurmurHash3Stef Walter2013-04-031-1/+1
* attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter2013-03-201-9/+40
* hash: Add the murmur2 hash and start using itStef Walter2013-03-201-4/+7
* attrs: Change p11_attrs_to_string() to allow static templatesStef Walter2013-03-181-5/+8
* Refine looking up of attributes in arraysStef Walter2013-03-181-38/+24
* trust: Update frob-nss-tool so it can compare modules for trust infoStef Walter2013-03-151-0/+23
* attrs: Add info functions for constant names and valuesStef Walter2013-03-151-232/+10
* attrs: New p11_attrs_merge() functionStef Walter2013-03-151-6/+46
* trust: Use the new NSS PKCS#11 extension codesStef Walter2013-03-081-38/+38
* Update the pkcs11.h header for missing mechanismsStef Walter2013-02-201-1/+1
* Fix dereference of varargs in p11_attrs_build()Stef Walter2013-02-111-1/+1
* Further tweaks and cleanup for functions dealing with PKCS#11 attributesStef Walter2013-02-041-40/+755
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-6/+6
* Add common functions for manipulating CK_ATTRIBUTE arraysStef Walter2013-01-091-0/+310