Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KEYS: Add an alloc flag to convey the builtinness of a key | David Howells | 2016-02-09 | 1 | -2/+2 |
| | | | | | | | | Add KEY_ALLOC_BUILT_IN to convey that a key should have KEY_FLAG_BUILTIN set rather than setting it after the fact. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com> | ||||
* | Move certificate handling to its own directory | David Howells | 2015-08-14 | 1 | -0/+157 |
Move certificate handling out of the kernel/ directory and into a certs/ directory to get all the weird stuff in one place and move the generated signing keys into this directory. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: David Woodhouse <David.Woodhouse@intel.com> |