Acked-by: Kai Ji <[email protected]<mailto:[email protected]>>
> -----Original Message----- > From: Didier Pallard <[email protected]> > Sent: Tuesday 18 April 2023 15:26 > To: [email protected] > Cc: [email protected]; Ji, Kai <[email protected]>; Akhil Goyal > <[email protected]>; Fan Zhang <[email protected]>; Ashwin > Sekhar T K <[email protected]> > 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 <[email protected]> > Cc: [email protected] > --- > -- > 2.30.2

