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 81D0B1B05C for ; Wed, 1 Aug 2018 18:19:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2018 09:19:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,432,1526367600"; d="scan'208";a="69271001" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 01 Aug 2018 09:19:08 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX152.ger.corp.intel.com ([169.254.6.61]) with mapi id 14.03.0319.002; Wed, 1 Aug 2018 17:19:07 +0100 From: "De Lara Guarch, Pablo" To: Dmitry Eremin-Solenikov , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] crypto/openssl: support truncated HMAC operations Thread-Index: AQHUJq3F+t7JoZLGX0edjQ4quEQQ1aSrGPuQ Date: Wed, 1 Aug 2018 16:19:07 +0000 Message-ID: References: <20180728200052.18584-1-dmitry.ereminsolenikov@linaro.org> In-Reply-To: <20180728200052.18584-1-dmitry.ereminsolenikov@linaro.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzE5YmJkMTEtYjM5Ny00MDEyLWJmY2EtMmZhNTNhMWIwY2E0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUGZIdzViQmZMU2JkXC9vemdvaFJxUzdjWng3K0YraUVuU2N4b0c2UHo0TnZFVG1jM1BwaGJXWitKaWc5MDhMT04ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/openssl: support truncated HMAC operations 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: Wed, 01 Aug 2018 16:19:25 -0000 Hi Dmitry, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Dmitry Eremin- > Solenikov > Sent: Saturday, July 28, 2018 9:01 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] crypto/openssl: support truncated HMAC > operations >=20 > IPsec requires truncated HMAC operations support. Extend OpenSSL crypto P= MD > to support truncated HMAC operations necessary for IPsec. >=20 > Signed-off-by: Dmitry Eremin-Solenikov I am deferring this patch for next release, as only doc patches and fixes a= re allowed at this stage. Also, I think we can extend this to other digest sizes (from 1 to maximum t= ag size). Thanks, Pablo