RE: [EXT] [dpdk-dev v2] crypto/openssl: EVP_PKEY routine update in rsa op

2022-07-05 Thread Akhil Goyal
> EVP_PKEY function need to be called twice for rsa sign and verify > operations in 3.0 EVP API, original openssl 1.x routines are > untouched. The OPENSSL_API_COMPAT also removed as this branch code > will be executed when Openssl 3.0 lib is detected on the host. > > Fixes: d7bd42f6db19 ("crypto/

[dpdk-dev v2] crypto/openssl: EVP_PKEY routine update in rsa op

2022-07-05 Thread Kai Ji
EVP_PKEY function need to be called twice for rsa sign and verify operations in 3.0 EVP API, original openssl 1.x routines are untouched. The OPENSSL_API_COMPAT also removed as this branch code will be executed when Openssl 3.0 lib is detected on the host. Fixes: d7bd42f6db19 ("crypto/openssl: upd