RE: [PATCH] crypto/openssl: check for SM2 support in openssl 3.x lib

2023-07-12 Thread Akhil Goyal
> Subject: RE: [PATCH] crypto/openssl: check for SM2 support in openssl 3.x lib > > > > > In some version of openSSL 3 lib (for an instance, in linux distribution), > > if SM2 > > is not supported, driver should return error. > > > > Fixes: 3b7d638fb11

RE: [PATCH] crypto/openssl: check for SM2 support in openssl 3.x lib

2023-07-11 Thread Anoob Joseph
> > In some version of openSSL 3 lib (for an instance, in linux distribution), if > SM2 > is not supported, driver should return error. > > Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2") Bugzilla ID: > 1250 > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Anoob Joseph

[PATCH] crypto/openssl: check for SM2 support in openssl 3.x lib

2023-07-11 Thread Gowrishankar Muthukrishnan
In some version of openSSL 3 lib (for an instance, in linux distribution), if SM2 is not supported, driver should return error. Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2") Bugzilla ID: 1250 Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/openssl/rte_openssl_pmd_o