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

2022-07-05 Thread Thomas Monjalon
05/07/2022 12:43, Ji, Kai: > From: Thomas Monjalon > > 30/06/2022 12:38, Kai Ji: > > > EVP_PKEY function need to be called twice for rsa sign and verify > > > operations. This patch also remove the OPENSSL_API_COMPAT as all the > > > deprecated APIs are avoid if 3.0 lib is present. > > > > I pref

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

2022-07-05 Thread Ji, Kai
Hi Thomas, > -Original Message- > From: Thomas Monjalon > Sent: Monday, July 4, 2022 8:45 PM > To: Ji, Kai > Cc: dev@dpdk.org; gak...@marvell.com > Subject: Re: [dpdk-dev v1] crypto/openssl: EVP_PKEY routine update in rsa > op > > 30/06/2022 12:38, Kai Ji:

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

2022-07-04 Thread Thomas Monjalon
30/06/2022 12:38, Kai Ji: > EVP_PKEY function need to be called twice for rsa sign and verify > operations. This patch also remove the OPENSSL_API_COMPAT as all > the deprecated APIs are avoid if 3.0 lib is present. I prefer not pulling this patch for now because it is not clear. 1/ What is fixed