RE: [EXT] [PATCH] crypto/openssl: fix SM2 for older openssl version

2023-06-16 Thread Akhil Goyal
> Currently when configuring the session for SM2 asym on OpenSSL PMD using > an older OpenSSL version than 3.0, an error returns, > showing a failure status for tests. > > This should skip tests, as the SM2 support is for OpenSSL version 3.0+. > > Fixes: 3b7d638fb11f ("crypto/openssl: support asy

RE: [EXT] [PATCH] crypto/openssl: fix SM2 for older openssl version

2023-06-15 Thread Gowrishankar Muthukrishnan
Acked-by: Gowrishankar Muthukrishnan Thanks, Gowrishankar > -Original Message- > From: Ciara Power > Sent: Thursday, June 15, 2023 1:33 PM > To: dev@dpdk.org > Cc: Ciara Power ; Gowrishankar Muthukrishnan > ; Kai Ji > Subject: [EXT] [PATCH] crypto/openssl: fix

Re: [PATCH] crypto/openssl: fix SM2 for older openssl version

2023-06-15 Thread Ji, Kai
Acked-by: Kai Ji mailto:kai...@intel.com>> From: Power, Ciara Sent: 15 June 2023 09:03 To: dev@dpdk.org Cc: Power, Ciara ; gmuthukri...@marvell.com ; Ji, Kai Subject: [PATCH] crypto/openssl: fix SM2 for older openssl version Currently when configuri

[PATCH] crypto/openssl: fix SM2 for older openssl version

2023-06-15 Thread Ciara Power
Currently when configuring the session for SM2 asym on OpenSSL PMD using an older OpenSSL version than 3.0, an error returns, showing a failure status for tests. This should skip tests, as the SM2 support is for OpenSSL version 3.0+. Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2")