]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - certs/system_certificates.S
Move certificate handling to its own directory
authorDavid Howells <dhowells@redhat.com>
Fri, 14 Aug 2015 14:20:41 +0000 (15:20 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 14 Aug 2015 15:06:13 +0000 (16:06 +0100)
commitcfc411e7fff3e15cd6354ff69773907e2c9d1c0c
treec67e679c1c2bbe4a657ce58d60e995c63535952b
parent0e38c35815f50e5a347977d76fb5eb4c3bf020b5
Move certificate handling to its own directory

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>
12 files changed:
Documentation/module-signing.txt
MAINTAINERS
Makefile
certs/Kconfig [new file with mode: 0644]
certs/Makefile [new file with mode: 0644]
certs/system_certificates.S [new file with mode: 0644]
certs/system_keyring.c [new file with mode: 0644]
crypto/Kconfig
init/Kconfig
kernel/Makefile
kernel/system_certificates.S [deleted file]
kernel/system_keyring.c [deleted file]