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 A14E5A0545; Tue, 21 Jun 2022 15:55:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 447904069C; Tue, 21 Jun 2022 15:55:53 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 6283740151 for ; Tue, 21 Jun 2022 15:55:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655819751; x=1687355751; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=P8V1M5h+waajT+hFWtT8akLu2vH3/pAqu6U+gxjjE30=; b=OFzLatvxPa9PAaYzBDLQ2QofLFjv9Fy9Gw3LuMJ0WVu/MT7J1kw1siAt hE00ctXPzfC7hJkg8GiWb1kclNbF4mVmGgYfhJcy7HREz6tRILWNsVV+c RdU0bExg3ixOqWAmYXGXc2nAlyKlmwQfeDKLoxJCvv99M0tlVh8WSn056 Bsz4F9BwWGVkzVbcbs9BqrvLKaivKhc3DxWtSdgxIzTKPENAneiEXuqDl v1hGnj4EgpX0y4Vmc51kVeoUh4iYUor8kjl+wHf/1P1o1dln8IPdGBfNO 8FlH7Ps7aQpc6WN3b9IRL3owdZfyOUZIeLHKJ1IK5+p/jAvi0T3sNUmoH Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10384"; a="344114174" X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="344114174" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jun 2022 06:55:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,209,1650956400"; d="scan'208";a="714982188" Received: from silpixa00400465.ir.intel.com ([10.55.128.22]) by orsmga004.jf.intel.com with ESMTP; 21 Jun 2022 06:55:48 -0700 From: Kai Ji To: dev@dpdk.org Cc: gakhil@marvell.com, Kai Ji Subject: [dpdk-dev v5 0/4] crypto/openssl: EVP api update for 3.0 lib Date: Tue, 21 Jun 2022 21:55:32 +0800 Message-Id: <20220621135536.62679-1-kai.ji@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220614132542.76241-1-kai.ji@intel.com> References: <20220614132542.76241-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 --- v5: - review comments fix and release notes update v4: - compilation issue fix v3: - rebase to 22.07 rc1 v2: - addin DSA routine --- Kai Ji (4): crypto/openssl: update on HMAC routine with 3.0 EVP API crypto/openssl: update on RSA routine with 3.0 EVP API crypto/openssl: update on DH routine with 3.0 EVP API crypto/openssl: update on DSA routine with 3.0 EVP API app/test/test_cryptodev_asym.c | 90 ++- doc/guides/rel_notes/release_22_07.rst | 4 + 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 +++++- 6 files changed, 1017 insertions(+), 36 deletions(-) -- 2.17.1