]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
Documentation/module-signing.txt
MAINTAINERS
Makefile
certs/Kconfig [new file with mode: 0644]
certs/Makefile [new file with mode: 0644]
certs/system_certificates.S [moved from kernel/system_certificates.S with 86% similarity]
certs/system_keyring.c [moved from kernel/system_keyring.c with 100% similarity]
crypto/Kconfig
init/Kconfig
kernel/Makefile