Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1540773pxb; Thu, 28 Jan 2021 21:13:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJx7N2PMpdC/UkRQ6QwvZgLFxhWcOBKaAC/FmKsodJ+oCY7esEmYV7LPeuTLqAlRIlOylO9z X-Received: by 2002:aa7:c459:: with SMTP id n25mr3240564edr.214.1611897223132; Thu, 28 Jan 2021 21:13:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611897223; cv=none; d=google.com; s=arc-20160816; b=i9hYSspQfpxCa2cKo0OO71mnRIlfcgRKxTOyPDFu0imw/l07hZt494xopS4l5KJMeW qBu65S4GKiKk/nUTVX26rPdAAtzPNRxeR1n0zGz8LJRurcnjL6C2I79Zik8XOM9rV4Wq ExsRJWSptfSRr7e8ybIGQplb1LOus4gKZrJdaJ04rPSC2dUqV+FFzTFQRcIcw2afwgb1 97CTWW8wXSgA2jMbhEc5gOWRpgc30s8l8HqXmsLpJMIeZLmBgOmj1haLiyGesFq2zHhU mIN7FErOWq3kawzl7apONozpFwGXpLhBdo4qV8UpWABlJEzVXkhxh+gX3f4z8H6eqBNe R3mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=g9KRZFcigzfn0pWMDC1EOfVisyvQgQTIDf93gdTPb34=; b=oq781TMFIUYHL7FeWW57i3sMa2et3+/1tWeG9ebtyF1IDL/zVWpMAqZqaOQwNSXmzg Itziig93DsvfaRkJVgyvwwJvl+WlYhj8BBPKyEtP7PYg7xBpJYVKtqfG4UB6EKa/mf1S nLerrXA/TgB6SAndhtwfsUG0lNcIOoIdD3TjTW7YNUNYTdhWcOXFo/lkig7F5Dji0A/E IdEkiw3oRsKKdEHZWUB2hAD1n2GiYgEGwvjj/NZfd2gG8ZQVdsQzkOF0Uf/JoS6tpibu U5hNVVAJG+eBjnWucgoxCIYRxN50deCcZsTMHPc3cY9/uu0JedtstE6rmcDVR4K7+jVb e/NQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dm28si4318186edb.528.2021.01.28.21.13.19; Thu, 28 Jan 2021 21:13:43 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230360AbhA2FLs (ORCPT + 99 others); Fri, 29 Jan 2021 00:11:48 -0500 Received: from helcar.hmeau.com ([216.24.177.18]:55906 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231919AbhA2FLi (ORCPT ); Fri, 29 Jan 2021 00:11:38 -0500 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.103.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1l5M3W-0002Al-O8; Fri, 29 Jan 2021 16:10:51 +1100 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Fri, 29 Jan 2021 16:10:50 +1100 Date: Fri, 29 Jan 2021 16:10:50 +1100 From: Herbert Xu To: Ard Biesheuvel Cc: linux-crypto@vger.kernel.org, Eric Biggers Subject: Re: [PATCH 0/5] crypto: remove some obsolete algorithms Message-ID: <20210129051050.GE12070@gondor.apana.org.au> References: <20210121130733.1649-1-ardb@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210121130733.1649-1-ardb@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Jan 21, 2021 at 02:07:28PM +0100, Ard Biesheuvel wrote: > Remove a set of algorithms that are never used in the kernel, and are > highly unlikely to be depended upon by user space either. > > Cc: Eric Biggers > Cc: Herbert Xu > > Ard Biesheuvel (5): > crypto: remove RIPE-MD 128 hash algorithm > crypto: remove RIPE-MD 256 hash algorithm > crypto: remove RIPE-MD 320 hash algorithm > crypto: remove Tiger 128/160/192 hash algorithms > crypto: remove Salsa20 stream cipher algorithm > > .../device-mapper/dm-integrity.rst | 4 +- > crypto/Kconfig | 62 - > crypto/Makefile | 4 - > crypto/ripemd.h | 14 - > crypto/rmd128.c | 323 ---- > crypto/rmd256.c | 342 ---- > crypto/rmd320.c | 391 ----- > crypto/salsa20_generic.c | 212 --- > crypto/tcrypt.c | 87 +- > crypto/testmgr.c | 48 - > crypto/testmgr.h | 1553 ----------------- > crypto/tgr192.c | 682 -------- > 12 files changed, 3 insertions(+), 3719 deletions(-) > delete mode 100644 crypto/rmd128.c > delete mode 100644 crypto/rmd256.c > delete mode 100644 crypto/rmd320.c > delete mode 100644 crypto/salsa20_generic.c > delete mode 100644 crypto/tgr192.c All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt