RE: [v1 1/6] crypto/openssl: include SM2 in asymmetric capabilities

2023-09-26 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Gowrishankar Muthukrishnan > Sent: Thursday, August 10, 2023 11:35 AM > To: dev@dpdk.org > Cc: ano...@marvell.com; Akhil Goyal ; Fan Zhang > ; Ji, Kai ; Gowrishankar > Muthukrishnan > Subject: [v1 1/6] crypto/openssl: include SM2 in

[v1 1/6] crypto/openssl: include SM2 in asymmetric capabilities

2023-08-10 Thread Gowrishankar Muthukrishnan
Include SM2 algorithm in the asymmetric capabilities supported by OpenSSL PMD. Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2") Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 14 ++ 1 file changed, 14 insertions(+) diff --