Re: [dpdk-dev] [PATCH v1 1/2] crypto/openssl: changes for RSA verify operation

2018-10-16 Thread Akhil Goyal
On 10/11/2018 7:13 PM, Akash Saxena wrote: > Add tmp buffer to pass to OpenSSL sign API and memcmp output with > original plain text to verify signature match. > Set op->status = RTE_CRYPO_OP_STATUS_ERROR on signature mismatch. > > Signed-off-by: Ayuj Verma > Signed-off-by: Akash Saxena > Signe

Re: [dpdk-dev] [PATCH v1 1/2] crypto/openssl: changes for RSA verify operation

2018-10-16 Thread Akhil Goyal
On 10/11/2018 7:13 PM, Akash Saxena wrote: > Add tmp buffer to pass to OpenSSL sign API and memcmp output with > original plain text to verify signature match. > Set op->status = RTE_CRYPO_OP_STATUS_ERROR on signature mismatch. > > Signed-off-by: Ayuj Verma > Signed-off-by: Akash Saxena > Signed-

[dpdk-dev] [PATCH v1 1/2] crypto/openssl: changes for RSA verify operation

2018-10-11 Thread Akash Saxena
Add tmp buffer to pass to OpenSSL sign API and memcmp output with original plain text to verify signature match. Set op->status = RTE_CRYPO_OP_STATUS_ERROR on signature mismatch. Signed-off-by: Ayuj Verma Signed-off-by: Akash Saxena Signed-off-by: Shally Verma --- drivers/crypto/openssl/rte_op