Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attrs: New p11_attrs_merge() function | Stef Walter | 2013-03-15 | 1 | -0/+4 |
| | | | | | | | This takes one set of attributes and merges them into another, without copying memory needlessly. https://bugs.freedesktop.org/show_bug.cgi?id=62329 | ||||
* | Further tweaks and cleanup for functions dealing with PKCS#11 attributes | Stef Walter | 2013-02-04 | 1 | -13/+46 |
| | | | | | | | | * Check that the size is correct when looking for a boolean or a ulong. * Make sure that the length is not the invalid negative ulong. * Functions for dumping out attribute contents * Make it possible to use attributes in hash tables | ||||
* | Add common functions for manipulating CK_ATTRIBUTE arrays | Stef Walter | 2013-01-09 | 1 | -0/+86 |