From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 00DD8A0093; Tue, 14 Jun 2022 15:25:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FD8E40DDD; Tue, 14 Jun 2022 15:25:48 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id E575440A81 for ; Tue, 14 Jun 2022 15:25:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655213147; x=1686749147; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xiOTep2dv5/R0mLIRtbKGX6VZZvargKDok1/1h466aA=; b=VUTx2GO6XkLoHJJFgSPmMeZuI4RA0JtAy5EAYvL2zv5i48+N0/gqqUkI LHl1HfWs66lQvbWMB3HrUBuyuHDTg5TQArTsPh/zCuO8/hP9n1UDw8FK0 nOVaFaemm9M03u9t13djGswZbizgguiejGX5oRCIFpkeyM0Fgv6ghBpE2 NR6RwqGyDY0OTuJHC39LafZyYfuoaO0LsjSvv82RsSz9Uf2UVTtZ5OSH2 QX/4x9ej90ptwk5pGwvnsFS9Y8vg7dbu7ustzWro7lkiICi2w2tyQGRKQ I01tlcsSbjLQRLGkRB5hIbjYZAJXVfDiL0ApyDNNILHtEoYtJkgMyIkTM g==; X-IronPort-AV: E=McAfee;i="6400,9594,10377"; a="279653195" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="279653195" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2022 06:25:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="569974201" Received: from silpixa00400465.ir.intel.com ([10.55.128.22]) by orsmga002.jf.intel.com with ESMTP; 14 Jun 2022 06:25:44 -0700 From: Kai Ji To: dev@dpdk.org Cc: gakhil@marvell.com, Kai Ji Subject: [dpdk-dev v4 0/4] crypto/openssl: EVP api update for 3.0 lib Date: Tue, 14 Jun 2022 21:25:38 +0800 Message-Id: <20220614132542.76241-1-kai.ji@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220613164023.70872-1-kai.ji@intel.com> References: <20220613164023.70872-1-kai.ji@intel.com> X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patch set update openssl pmd deprecated APIs to EVP APIs where supported in openssl 3.0 lib --- v4: - compilation issue fix v3: - rebase to 22.07 rc1 v2: - addin DSA routine --- Kai Ji (4): crypto/openssl: 3.0 EVP update on HMAC routine crypto/openssl: 3.0 EVP update on RSA routine crypto/openssl: 3.0 EVP update on DH routine crypto/openssl: 3.0 EVP update on DSA routine app/test/test_cryptodev_asym.c | 90 ++- drivers/crypto/openssl/compat.h | 12 + drivers/crypto/openssl/openssl_pmd_private.h | 18 + drivers/crypto/openssl/rte_openssl_pmd.c | 698 ++++++++++++++++++- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 231 +++++- 5 files changed, 1013 insertions(+), 36 deletions(-) -- 2.17.1