Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-09 | KEYS: Add an alloc flag to convey the builtinness of a key | David Howells | |
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> | |||
2015-08-14 | Move certificate handling to its own directory | David Howells | |
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> |