diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-08-13 11:04:57 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2018-08-13 11:04:57 +0100 |
commit | d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9 (patch) | |
tree | 60e46d2052ae69ec0844c57c94012f7f4113fbb0 /kernel-s390x-debug.config | |
parent | ca51d64be192b346c816e5affa1d1b2496e053e1 (diff) | |
download | kernel-d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9.tar.gz kernel-d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9.tar.xz kernel-d475d4c0b1f57a249bbe0e18bf85fbe30e42aac9.zip |
Disable speck crypto cipher
The upstream maintainer is dropping it and due to ISO cert issues it's likely
to be gone soon so better off not encouraging usage of it until the final
decision is made. Details here https://lwn.net/Articles/761992/
Diffstat (limited to 'kernel-s390x-debug.config')
-rw-r--r-- | kernel-s390x-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config index 4f8f333e2..8d7aea7fd 100644 --- a/kernel-s390x-debug.config +++ b/kernel-s390x-debug.config @@ -935,7 +935,7 @@ CONFIG_CRYPTO_SHA512_S390=m CONFIG_CRYPTO_SIMD=y CONFIG_CRYPTO_SM3=m CONFIG_CRYPTO_SM4=m -CONFIG_CRYPTO_SPECK=m +# CONFIG_CRYPTO_SPECK is not set CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_TGR192=m |