RE: [PATCH v1] examples/fips_validation: prehash input for RSA

2024-11-19 Thread Akhil Goyal
> > Subject: [PATCH v1] examples/fips_validation: prehash input for RSA > > > > Plain text needs to be prehashed for RSA as well in asymmetric crypto > > validation. > > > > Fixes: 12ede9ac497f ("examples/fips_validation: support EdDSA") > > &g

RE: [PATCH v1] examples/fips_validation: prehash input for RSA

2024-10-30 Thread Dooley, Brian
> -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Tuesday 29 October 2024 06:01 > To: dev@dpdk.org; Dooley, Brian ; Gowrishankar > Muthukrishnan > Cc: Anoob Joseph ; Akhil Goyal > Subject: [PATCH v1] examples/fips_validation: prehash input for RSA >

[PATCH v1] examples/fips_validation: prehash input for RSA

2024-10-28 Thread Gowrishankar Muthukrishnan
Plain text needs to be prehashed for RSA as well in asymmetric crypto validation. Fixes: 12ede9ac497f ("examples/fips_validation: support EdDSA") Signed-off-by: Gowrishankar Muthukrishnan --- examples/fips_validation/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e