From 88f44cb9eb34098138c79bdab5fae434492866d1 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Fri, 2 Nov 2018 19:28:44 +0100 Subject: [PATCH] Enable Diffie-Hellman operations on retained keys (Closes: #911998) --- debian/changelog | 1 + debian/config/config | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3ea3305ab..83a45652e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ linux (4.19-1~exp1) UNRELEASED; urgency=medium [ Romain Perier ] * [rt] Update to 4.19-rt1 * [amd64] Enable AMD pinctrl driver (Closes: #908954) + * Enable Diffie-Hellman operations on retained keys (Closes: #911998) -- Ben Hutchings Mon, 08 Oct 2018 18:45:06 +0100 diff --git a/debian/config/config b/debian/config/config index eb543f09a..2e2ee6099 100644 --- a/debian/config/config +++ b/debian/config/config @@ -7090,6 +7090,7 @@ CONFIG_NET_KEY_MIGRATE=y ## ## file: security/Kconfig ## +CONFIG_KEY_DH_OPERATIONS=y CONFIG_SECURITY_DMESG_RESTRICT=y CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y CONFIG_SECURITY=y