Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default | Stef Walter | 2013-03-15 | 1 | -6/+14 |
| | | | | | | | This is what's recommended by the spec, and allows stapled extensions to hang off a predictable CKA_ID. https://bugs.freedesktop.org/show_bug.cgi?id=62329 | ||||
* | trust: Add a builder which builds objects out of parsed data | Stef Walter | 2013-03-15 | 1 | -0/+1556 |
The builder completes the objects from the parsed data and takes over the responsibilities that the parser and adapter previously shared. This is necessary to prepare for arbitrary data coming from the p11-kit specific input files. https://bugs.freedesktop.org/show_bug.cgi?id=62329 |