From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0D43BFAF0 for ; Thu, 9 Feb 2017 23:19:12 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2017 14:19:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,138,1484035200"; d="scan'208";a="42235310" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga002.jf.intel.com with ESMTP; 09 Feb 2017 14:19:07 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX153.ger.corp.intel.com ([169.254.9.160]) with mapi id 14.03.0248.002; Thu, 9 Feb 2017 22:19:06 +0000 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest length Thread-Index: AQHSeJ9AgTJuVWA0eUSTmVguwp3ybqFS0TmAgA6CX6A= Date: Thu, 9 Feb 2017 22:19:05 +0000 Message-ID: References: <1485522968-211005-1-git-send-email-pablo.de.lara.guarch@intel.com> <4db26f61-3721-d2f1-83eb-255ee6a8e21c@intel.com> In-Reply-To: <4db26f61-3721-d2f1-83eb-255ee6a8e21c@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTg3N2VmOWItNTIwMS00MmI2LTgyNWItNWYxMDBiZDc1MWZlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im9KQk82bXJlTjIrMjNYVDJZZFRYK3lUS1wvYkZKSEdsUysrWWFiV1lUWVlvPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest length X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 22:19:13 -0000 > -----Original Message----- > From: Doherty, Declan > Sent: Tuesday, January 31, 2017 4:44 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest > length >=20 > On 27/01/17 13:16, Pablo de Lara wrote: > > AESNI MB now supports authentication only operations, > > but the array containing all the possible digest lengths > > was not updated to reflect the new algorithm NULL_HASH, > > causing an "Out-of-bounds access". > > > > Coverity issue: 140977 > > Fixes: 8772c3f713e2 ("crypto/aesni_mb: add single operation > functionality") > > > > Signed-off-by: Pablo de Lara > > --- > .... > > > Acked-by: Declan Doherty Applied to dpdk-next-crypto. Pablo