Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine looking up of attributes in arrays | Stef Walter | 2013-03-18 | 1 | -31/+13 |
| | | | | | | | | There was a class of bugs for looking up invalid or empty attributes in the internal PKCS#11 attribute arrays. * Refine what p11_attrs_find_valid() treats as valid * Rename p11_attrs_is_empty() to p11_attrs_terminator() for clarity | ||||
* | Add public iterator API to p11-kit | Stef Walter | 2013-02-05 | 1 | -8/+105 |
| | |||||
* | Add more mock-module implementation | Stef Walter | 2013-02-04 | 1 | -0/+3117 |
* Move mock code into the common/ directory to be used by multiple components of p11-kit |