RE: [EXT] [dpdk-dev v3] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-17 Thread Akhil Goyal
> This patch update the symmetric EVP routine in crypto openssl pmd > to adopt openssl 3.0 library. > > Signed-off-by: Kai Ji > > v3: > - rebase to 22.03-RC1 > - enable openssl 3.0 lagacy library of DES > - remove local ctx in combined op as EVP_CIPHER_CTX_copy refuse copy > without > a valid

[dpdk-dev v3] crypto/openssl: openssl 3.0 support on sym crypto routine

2022-02-17 Thread Kai Ji
This patch update the symmetric EVP routine in crypto openssl pmd to adopt openssl 3.0 library. Signed-off-by: Kai Ji v3: - rebase to 22.03-RC1 - enable openssl 3.0 lagacy library of DES - remove local ctx in combined op as EVP_CIPHER_CTX_copy refuse copy without a valid dup function pointer.