From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo4-p01-ob.smtp.rzone.de ([85.215.255.54]:26286 "EHLO mo4-p01-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726255AbeKETtR (ORCPT ); Mon, 5 Nov 2018 14:49:17 -0500 From: Stephan Mueller To: Ard Biesheuvel Cc: Gilad Ben-Yossef , Herbert Xu , David Miller , Ofir Drang , Yael Chemla , Linux Crypto Mailing List , Linux kernel mailing list Subject: Re: [PATCH] crypto: mark cts(cbc(aes)) as FIPS allowed Date: Mon, 05 Nov 2018 11:30:12 +0100 Message-ID: <8348637.N0ntbUeCvJ@tauon.chronox.de> In-Reply-To: References: <1541325924-14777-1-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-crypto-owner@vger.kernel.org List-ID: Am Montag, 5. November 2018, 11:20:28 CET schrieb Ard Biesheuvel: Hi Ard, Gilad, > On 5 November 2018 at 10:18, Gilad Ben-Yossef wrote: > > Hi Stephan, > > > > On Mon, Nov 5, 2018 at 10:50 AM Stephan Mueller wrote: > >> Am Sonntag, 4. November 2018, 11:05:24 CET schrieb Gilad Ben-Yossef: > >> > >> Hi Gilad, > >> > >> > As per Sp800-38A addendum from Oct 2010[1], cts(cbc(aes)) is > >> > allowed as a FIPS mode algorithm. Mark it as such. > >> > > >> > [1] https://csrc.nist.gov/publications/detail/sp/800-38a/addendum/final > >> > >> There are several types of CTS approaches. Only three of those are listed > >> in the SP800-38A addendum. The source code only refers to some RFCs. > >> > >> Did you check whether the CTS implementation matches one or more of the > >> types listed in the addendum? If yes, may I suggest to add a small > >> statement in the code noting this fact? > > > > Yes, AFAIK the software implements CBC-CS3 as described in the document. > > You have a very good point about this not document anywhere. I will > > send a patch. > > I agree that it makes sense to document this. Thanks for adding this. With this statement, the initial patch of adding the fips_allowed flag is: Reviewed-by: Stephan Mueller Ciao Stephan