From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AA42B1B6E4 for ; Mon, 29 Jan 2018 16:58:13 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 07:58:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,431,1511856000"; d="scan'208";a="14305929" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga006.jf.intel.com with ESMTP; 29 Jan 2018 07:58:11 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 29 Jan 2018 15:58:11 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.9]) by irsmsx112.ger.corp.intel.com ([169.254.1.242]) with mapi id 14.03.0319.002; Mon, 29 Jan 2018 15:58:10 +0000 From: "De Lara Guarch, Pablo" To: "Nicolau, Radu" , "Trahe, Fiona" , "dev@dpdk.org" Thread-Topic: [PATCH 1/2] crypto/qat: fix null auth algo issue Thread-Index: AQHTlgCn0dsbVjEo7kyj5GJUhuy6lKOE2ioAgAYtqoA= Date: Mon, 29 Jan 2018 15:58:09 +0000 Message-ID: References: <1516900755-28233-1-git-send-email-fiona.trahe@intel.com> <763A2F19A5EFF34F8B7F1657C992EE297B313AB1@IRSMSX104.ger.corp.intel.com> In-Reply-To: <763A2F19A5EFF34F8B7F1657C992EE297B313AB1@IRSMSX104.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzJlNDVhYWMtYTNjOC00ODgwLTg2M2MtZWQzYWZlM2M2ZjViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InEzaW1lY250RTlzeEFIWlFEV1RYbkczcEc2OW44MFVoa3M3U28xeVlyYUU9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 1/2] crypto/qat: fix null auth algo issue 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: Mon, 29 Jan 2018 15:58:15 -0000 > -----Original Message----- > From: Nicolau, Radu > Sent: Thursday, January 25, 2018 5:37 PM > To: Trahe, Fiona ; dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: RE: [PATCH 1/2] crypto/qat: fix null auth algo issue >=20 >=20 > > -----Original Message----- > > From: Trahe, Fiona > > Sent: Thursday, January 25, 2018 5:19 PM > > To: dev@dpdk.org > > Cc: Nicolau, Radu ; De Lara Guarch, Pablo > > ; Trahe, Fiona > > Subject: [PATCH 1/2] crypto/qat: fix null auth algo issue > > > > If auth algorithm is RTE_CRYPTO_AUTH_NULL and digest_length is 0 in > > the xform and digest pointer is set in the op, then the PMD may > > overwrite memory at the digest pointer. > > With this patch the memory is not overwritten. > > > > Fixes: db0e952a5c01 ("crypto/qat: add NULL capability") > > > > Signed-off-by: Fiona Trahe > > --- >=20 > Tested and > Acked-by: Radu Nicolau Applied to dpdk-next-crypto. Thanks, Pablo