lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 24 Apr 2018 11:24:29 -0700
From:   Eric Biggers <ebiggers@...gle.com>
To:     "Jason A. Donenfeld" <Jason@...c4.com>
Cc:     herbert@...dor.apana.org.au, linux-crypto@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-fscrypt@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] crypto: remove Speck

Hi Jason,

On Tue, Apr 24, 2018 at 06:18:26PM +0200, Jason A. Donenfeld wrote:
> This NSA-designed cipher was rejected for inclusion in international
> standards by ISO/IEC. Before anyone actually starts using it by
> accident, let's just not ship it at all.
> 
> Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
> ---
>  arch/arm/crypto/Kconfig             |    6 -
>  arch/arm/crypto/Makefile            |    2 -
>  arch/arm/crypto/speck-neon-core.S   |  432 --------
>  arch/arm/crypto/speck-neon-glue.c   |  288 ------
>  arch/arm64/crypto/Kconfig           |    6 -
>  arch/arm64/crypto/Makefile          |    3 -
>  arch/arm64/crypto/speck-neon-core.S |  352 -------
>  arch/arm64/crypto/speck-neon-glue.c |  282 -----
>  arch/s390/defconfig                 |    1 -
>  crypto/Kconfig                      |   14 -
>  crypto/Makefile                     |    1 -
>  crypto/speck.c                      |  307 ------
>  crypto/testmgr.c                    |   36 -
>  crypto/testmgr.h                    | 1486 ---------------------------
>  include/crypto/speck.h              |   62 --
>  15 files changed, 3278 deletions(-)
>  delete mode 100644 arch/arm/crypto/speck-neon-core.S
>  delete mode 100644 arch/arm/crypto/speck-neon-glue.c
>  delete mode 100644 arch/arm64/crypto/speck-neon-core.S
>  delete mode 100644 arch/arm64/crypto/speck-neon-glue.c
>  delete mode 100644 crypto/speck.c
>  delete mode 100644 include/crypto/speck.h
> 

Please see my response on the other thread ("[PATCH v2 0/5] crypto: Speck support"):

https://marc.info/?l=linux-crypto-vger&m=152459378914647

Thanks,

- Eric

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ