Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further tweaks and cleanup for functions dealing with PKCS#11 attributes | Stef Walter | 2013-02-04 | 1 | -40/+755 |
| | | | | | | | | * 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 | ||||
* | Use the stdbool.h C99 bool type | Stef Walter | 2013-01-23 | 1 | -6/+6 |
| | | | | | | It was getting really wild knowing whether a function returning an int would return -1 on failure or 0 or whether the int return value was actually a number etc.. | ||||
* | Add common functions for manipulating CK_ATTRIBUTE arrays | Stef Walter | 2013-01-09 | 1 | -0/+310 |