Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for RSA failure with SVM enabled in openssl-3.2
- Description: - SVM case pointer directly copying to inputData.pData and doing padding - Decrypting data is not equal to plain text zero - Fix: - Before padding creating memory using qat_mem_alloc(), - And passing this address to padding API - Due to this we are verifying successfully in zero plain text case Signed-off-by: Tirupatigopi Ravulapalli <[email protected]>
- Loading branch information