From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1ED30A0471 for ; Thu, 18 Jul 2019 10:57:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E496B1DBE; Thu, 18 Jul 2019 10:57:39 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F02FE1C01 for ; Thu, 18 Jul 2019 10:57:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2019 01:57:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,276,1559545200"; d="scan'208";a="367290062" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 18 Jul 2019 01:57:36 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jul 2019 01:57:36 -0700 Received: from lcsmsx152.ger.corp.intel.com (10.186.165.231) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 18 Jul 2019 01:57:35 -0700 Received: from hasmsx107.ger.corp.intel.com ([169.254.2.129]) by LCSMSX152.ger.corp.intel.com ([169.254.4.180]) with mapi id 14.03.0439.000; Thu, 18 Jul 2019 11:57:31 +0300 From: "Nowak, DamianX" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Trahe, Fiona" , "shallyv@marvell.com" Thread-Topic: [PATCH v4 00/11] Rework API for RSA algorithm in asymmetric crypto Thread-Index: AQHVPJ7MB3wYmbs1nEerj6WOWhHRlabQE7Lw Date: Thu, 18 Jul 2019 08:57:31 +0000 Message-ID: <6976F642F4CB7B4C9D17DE41C99F326055D090CE@hasmsx107.ger.corp.intel.com> References: <20190717125111.11288-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20190717125111.11288-1-arkadiuszx.kusztal@intel.com> Accept-Language: pl-PL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDExYzQzYTktYTlmOS00MzYwLWEyMzUtYTM5MDdlMDdiOWY4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN1lEMkN6bWVRSTJZRzFYQkZ1MVZYQ2hFaDVkQ1FuSmhqZVE5YlJrblpSNjdqZVNwWVwvbVdGeEpoM2U5aURYczEifQ== x-originating-ip: [10.184.70.11] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 00/11] Rework API for RSA algorithm in asymmetric crypto 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Wednesday, July 17, 2019 14:51 > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Trahe, Fiona ; > shallyv@marvell.com; Nowak, DamianX ; > Kusztal, ArkadiuszX > Subject: [PATCH v4 00/11] Rework API for RSA algorithm in asymmetric > crypto >=20 > Split into smaller commits, in order from least disputable ones. > Open things beside this: > 1. Creating padding struct > 2. Padding parameters (seedlen, optional label etc) 3. Leading zeroes > questions. > 4. Random number requirements. > 5. Capabilities. > 6. Verify signature field when none padding. >=20 > v4: > - change API comments from length -> array allocation to avoid ambiguity >=20 > v3: > - split into smaller patches > - removed padding struct changes > - rebased against patches from CRT patches from Ayuj Verma >=20 > v2: > - Field for singature verification when padding none selected was added > - Removed details from RFC > - Simplified padding struct > - Added padding none test case >=20 > This patchset depends on following patches: > [1] > test/crypto: move rsa enqueue/dequeue into separate functions > (http://patchwork.dpdk.org/patch/56342/) > [2] > test/crypto: add tests for RSA key type CRT > (http://patchwork.dpdk.org/patch/56343/) >=20 > Arek Kusztal (11): > cryptodev: change RSA API comments about primes > cryptodev: add cipher field to RSA op > crypto/openssl: add cipher field to openssl RSA implementation > test: add cipher field to RSA test > cryptodev: add information about message format when signing with RSA > cryptodev: remove RSA PKCS1 BT0 padding > openssl: remove RSA PKCS1_5 BT0 padding > test: remove RSA PKCS1_5 BT0 padding from test cases > cryptodev: add RSA padding none description > test: add pkcs1_5 padding simulation > test: add RSA PKCS1_5 padding case when no padding selected >=20 > app/test/test_cryptodev_asym.c | 53 ++++++++++++++++++++------ > app/test/test_cryptodev_asym_util.h | 54 > +++++++++++++++++++++++++++ > drivers/crypto/openssl/rte_openssl_pmd.c | 12 +++--- > lib/librte_cryptodev/rte_crypto_asym.h | 64 > ++++++++++++++++++++++++-------- > 4 files changed, 149 insertions(+), 34 deletions(-) >=20 > -- > 2.1.0 Series-acked-by: Damian Nowak