From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 92BF73792; Fri, 16 Dec 2016 16:13:33 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 16 Dec 2016 07:13:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,358,1477983600"; d="scan'208";a="203347231" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga004.fm.intel.com with ESMTP; 16 Dec 2016 07:13:31 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 16 Dec 2016 15:12:06 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx155.ger.corp.intel.com ([169.254.14.141]) with mapi id 14.03.0248.002; Fri, 16 Dec 2016 15:12:06 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Azarewicz, PiotrX T" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/openssl: fix extra bytes being written at end of data Thread-Index: AQHSUHgNdNZP8WsTx0W2dQhsX/3uPqEJG2FQgAGhLXA= Date: Fri, 16 Dec 2016 15:12:06 +0000 Message-ID: References: <1481107554-206879-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTRhMzM4NjItZWJmZi00NTU4LThhNzEtZGNlM2JiZDVlZWQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InpwWFpkMHRzMnJHNlwvSlZjUU0wRHMwWUlPREplRVBJVUswakFDN1Jqb0RZPSJ9 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-stable] [PATCH] crypto/openssl: fix extra bytes being written at end of data X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 15:13:34 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Friday, December 16, 2016 10:30 AM > To: Azarewicz, PiotrX T > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] crypto/openssl: fix extra bytes being > written at end of data >=20 >=20 >=20 > > -----Original Message----- > > From: Azarewicz, PiotrX T > > Sent: Wednesday, December 07, 2016 10:46 AM > > To: De Lara Guarch, Pablo > > Cc: dev@dpdk.org; stable@dpdk.org > > Subject: [PATCH] crypto/openssl: fix extra bytes being written at end o= f > > data > > > > Extra bytes are being written at end of data while process standard > > openssl cipher encryption. This behaviour is unexpected. > > > > This patch disable the padding feature in openssl library, which is > > causing the problem. > > > > Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library"= ) > > > > Signed-off-by: Piotr Azarewicz >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo