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