RE: [v2 1/2] crypto/openssl: validate incorrect signature in verify op

2025-03-02 Thread Akhil Goyal
> Subject: [v2 1/2] crypto/openssl: validate incorrect signature in verify op > > 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

[v2 1/2] crypto/openssl: validate incorrect signature in verify op

2025-02-22 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 --- v2: - clubbed with test patch --- drivers/crypto/openssl/rte_openssl_pmd.