RE: [PATCH] crypto/openssl: fix memory leak in auth processing function

2023-06-20 Thread Akhil Goyal
Applied to dpdk-next-crypto Thanks.

Re: [PATCH] crypto/openssl: fix memory leak in auth processing function

2023-06-20 Thread Ji, Kai
Acked-by: Kai Ji mailto:kai...@intel.com>> > -Original Message- > From: Didier Pallard > Sent: Tuesday 18 April 2023 15:26 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Ji, Kai ; Akhil Goyal > ; Fan Zhang ; Ashwin > Sekhar T K > Subject: [PATCH] crypto/op

[PATCH] crypto/openssl: fix memory leak in auth processing function

2023-04-18 Thread Didier Pallard
Contexts allocated with EVP_MAC_CTX_new calls are leaking, they are created then overwritten by the return value of EVP_MAC_CTX_dup call. Fixes: 75adf1eae44f ("crypto/openssl: update HMAC routine with 3.0 EVP API") Fixes: 2b9c693f6ef5 ("crypto/openssl: support AES-CMAC operations") Signed-off-by: