[linux] 10/14: Enable CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jan 18 20:20:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

waldi pushed a commit to branch master
in repository linux.

commit 02deddcfba663e87f575697de7c6117188222f44
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Jan 18 19:21:34 2018 +0100

    Enable CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH
---
 debian/changelog     | 2 +-
 debian/config/config | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index da4d8cf..013a1cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
   * Enable NUMA_BALANCING_DEFAULT_ENABLED, enabled by all others.
   * Enable INET_ESP_OFFLOAD, INET6_ESP_OFFLOAD, IPV6_SEG6_LWTUNNEL,
     IPV6_SEG6_HMAC, NF_LOG_NETDEV, IP_SET_HASH_IPMAC, NET_ACT_SAMPLE,
-    IPVTAP, VIRTIO_MMIO.
+    IPVTAP, VIRTIO_MMIO, CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH.
 
  -- Bastian Blank <waldi at debian.org>  Thu, 18 Jan 2018 09:14:57 +0100
 
diff --git a/debian/config/config b/debian/config/config
index 3936b55..78efe46 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -78,6 +78,9 @@ CONFIG_SYSTEM_TRUSTED_KEYS="debian/certs/benh at debian.org.cert.pem"
 ##
 CONFIG_CRYPTO=y
 CONFIG_CRYPTO_FIPS=y
+CONFIG_CRYPTO_RSA=m
+CONFIG_CRYPTO_DH=m
+CONFIG_CRYPTO_ECDH=m
 CONFIG_CRYPTO_MANAGER=y
 CONFIG_CRYPTO_USER=m
 # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list