From: Kim Phillips Subject: Re: [PATCH] Revert "crypto: talitos - add IPsec ESN support" Date: Wed, 20 Mar 2013 18:46:34 -0500 Message-ID: <20130320184634.f1443f3ed23b3c6e8648429e@freescale.com> References: <1363789898-15297-1-git-send-email-horia.geanta@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: , Herbert Xu , Chaoxing Lin , Steffen Klassert , To: Horia Geanta Return-path: Received: from [213.199.154.206] ([213.199.154.206]:54012 "EHLO am1outboundpool.messaging.microsoft.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752153Ab3CTXup (ORCPT ); Wed, 20 Mar 2013 19:50:45 -0400 In-Reply-To: <1363789898-15297-1-git-send-email-horia.geanta@freescale.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Wed, 20 Mar 2013 16:31:38 +0200 Horia Geanta wrote: > This reverts commit e763eb699be723fb41af818118068c6b3afdaf8d. > > Current IPsec ESN implementation for authencesn(cbc(aes), hmac(sha)) > (separate encryption and integrity algorithms) does not conform > to RFC4303. > > ICV is generated by hashing the sequence > SPI, SeqNum-High, SeqNum-Low, IV, Payload > instead of > SPI, SeqNum-Low, IV, Payload, SeqNum-High. > > Cc: # 3.8, 3.7 > Reported-by: Chaoxing Lin > Signed-off-by: Horia Geanta > --- Reviewed-by: Kim Phillips Kim