Acked-by: Kai Ji > > -----Original Message----- > From: Didier Pallard > Sent: Tuesday 18 April 2023 15:26 > To: dev@dpdk.org > Cc: stable@dpdk.org; Ji, Kai ; Akhil Goyal > ; Fan Zhang ; Ashwin > Sekhar T K > Subject: [PATCH] crypto/openssl: fix memory leak in auth processing > function > > 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: Didier Pallard > Cc: stable@dpdk.org > --- > -- > 2.30.2