> Subject: [PATCH] crypto/cnxk: return decrypted data for RSA verify
> 
> For RSA verify operations with RTE_CRYPTO_RSA_PADDING_NONE, the driver
> cannot determine which padding algorithm the application is using.
> As per the API specification in rte_crypto_asym.h, when
> RTE_CRYPTO_RSA_PADDING_NONE and RTE_CRYPTO_ASYM_OP_VERIFY are
> selected,
> the decrypted signature should be returned to the application in the
> cipher output buffer.
> 
> Fixes: dfd038b97ec3 ("crypto/cnxk: refactor RSA verification")
Cc: [email protected]
> 
> Signed-off-by: Garvit Varshney <[email protected]>

Acked-by: Akhil Goyal <[email protected]>
Applied to dpdk-next-crypto

Reply via email to