summaryrefslogtreecommitdiffstats
path: root/Documentation/module-signing.txt
diff options
context:
space:
mode:
authorDavid Howells2015-08-11 13:38:54 +0200
committerDavid Howells2015-08-12 18:01:01 +0200
commit228c37ff980f5643401a1667f5ab7c6f38602cf8 (patch)
treee5626bde6b067bc3119caba067307439328948a6 /Documentation/module-signing.txt
parentPKCS#7: Appropriately restrict authenticated attributes and content type (diff)
downloadkernel-qcow2-linux-228c37ff980f5643401a1667f5ab7c6f38602cf8.tar.gz
kernel-qcow2-linux-228c37ff980f5643401a1667f5ab7c6f38602cf8.tar.xz
kernel-qcow2-linux-228c37ff980f5643401a1667f5ab7c6f38602cf8.zip
sign-file: Document dependency on OpenSSL devel libraries
The revised sign-file program is no longer a script that wraps the openssl program, but now rather a program that makes use of OpenSSL's crypto library. This means that to build the sign-file program, the kernel build process now has a dependency on the OpenSSL development packages in addition to OpenSSL itself. Document this in Kconfig and in module-signing.txt. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'Documentation/module-signing.txt')
-rw-r--r--Documentation/module-signing.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt
index 4e62bc29666e..02a9baf1c72f 100644
--- a/Documentation/module-signing.txt
+++ b/Documentation/module-signing.txt
@@ -111,6 +111,9 @@ This has a number of options available:
additional certificates which will be included in the system keyring by
default.
+Note that enabling module signing adds a dependency on the OpenSSL devel
+packages to the kernel build processes for the tool that does the signing.
+
=======================
GENERATING SIGNING KEYS