diff --git a/debian/changelog b/debian/changelog index 144408797..7e6576c24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,11 @@ linux (4.19.8-1) UNRELEASED; urgency=medium [ Hans van Kranenburg ] * [x86] Add patch to repair booting as Xen dom0 (Closes: #914951) + [ Christoph Anton Mitterer ] + * crypto: Enable MORUS and AEGIS AEAD ciphers (Closes: #914136) + * [amd64]: Enable AES-NI/SSE2/AVX2 optimised implementations of the MORUS + and AEGIS AEAD ciphers + -- Uwe Kleine-König Wed, 28 Nov 2018 12:20:46 +0100 linux (4.19.5-1~exp1) experimental; urgency=medium diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 66a76da82..0f9e2c17e 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -55,6 +55,12 @@ CONFIG_XEN_512GB=y ## ## file: crypto/Kconfig ## +CONFIG_CRYPTO_AEGIS128_AESNI_SSE2=m +CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2=m +CONFIG_CRYPTO_AEGIS256_AESNI_SSE2=m +CONFIG_CRYPTO_MORUS640_SSE2=m +CONFIG_CRYPTO_MORUS1280_SSE2=m +CONFIG_CRYPTO_MORUS1280_AVX2=m CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m CONFIG_CRYPTO_POLY1305_X86_64=m CONFIG_CRYPTO_SHA1_SSSE3=m diff --git a/debian/config/config b/debian/config/config index ca67e5a12..9d48ddef7 100644 --- a/debian/config/config +++ b/debian/config/config @@ -92,6 +92,11 @@ CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_CHACHA20POLY1305=m +CONFIG_CRYPTO_AEGIS128=m +CONFIG_CRYPTO_AEGIS128L=m +CONFIG_CRYPTO_AEGIS256=m +CONFIG_CRYPTO_MORUS640=m +CONFIG_CRYPTO_MORUS1280=m CONFIG_CRYPTO_SEQIV=m CONFIG_CRYPTO_ECHAINIV=m CONFIG_CRYPTO_CBC=m