Re: [PATCH] crypto/openssl: validate incorrect signature in verify op

2025-02-17 Thread Ji, Kai
From: Gowrishankar Muthukrishnan Sent: Sunday, February 16, 2025 14:28 To: dev@dpdk.org; Akhil Goyal; Ji, Kai; Fan Zhang Cc: ano...@marvell.com; Gowrishankar Muthukrishnan; sta...@dpdk.org Subject: [PATCH] crypto/openssl: validate incorrect signature in verify

[PATCH] crypto/openssl: validate incorrect signature in verify op

2025-02-16 Thread Gowrishankar Muthukrishnan
Return correct error status when incorrect signature is used in RSA verify op. Fixes: d7bd42f6db19 ("crypto/openssl: update RSA routine with 3.0 EVP API") Cc: sta...@dpdk.org Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/openssl/rte_openssl_pmd.c | 3 +++ 1 file changed, 3 insert