RE: [EXT] [PATCH] crypto/openssl: support SM3/SM4 in openssl

2023-03-15 Thread Akhil Goyal
> Subject: RE: [EXT] [PATCH] crypto/openssl: support SM3/SM4 in openssl > > > Subject: [EXT] [PATCH] crypto/openssl: support SM3/SM4 in openssl > > You should update the title with version number to identify each > Version and remove confusion. > > Also, I see that t

RE: [EXT] [PATCH] crypto/openssl: support SM3/SM4 in openssl

2023-03-01 Thread Akhil Goyal
> Subject: [EXT] [PATCH] crypto/openssl: support SM3/SM4 in openssl You should update the title with version number to identify each Version and remove confusion. Also, I see that there are compilation issues reported by CI http://mails.dpdk.org/archives/test-report/2023-February/360051.h

[PATCH] crypto/openssl: support SM3/SM4 in openssl

2023-02-28 Thread Sunyang Wu
Added SM3 support in openssl, and added SM4-EBC/ SM4-CBC/SM4-CTR support in openssl. Signed-off-by: Sunyang Wu --- doc/guides/cryptodevs/features/openssl.ini | 4 + doc/guides/cryptodevs/openssl.rst| 4 + drivers/crypto/openssl/rte_openssl_pmd.c | 20 + drivers/crypto/ope

[PATCH] crypto/openssl: support SM3/SM4 in openssl

2023-02-28 Thread Sunyang Wu
Added SM3 support in openssl, and added SM4-EBC/ SM4-CBC/SM4-CTR support in openssl. Signed-off-by: Sunyang Wu --- doc/guides/cryptodevs/features/openssl.ini | 4 + doc/guides/cryptodevs/openssl.rst| 4 + drivers/crypto/openssl/rte_openssl_pmd.c | 15 drivers/crypto/open

RE: [EXT] [PATCH] crypto/openssl: support SM3/SM4 in openssl

2023-02-28 Thread Akhil Goyal
> Added SM3/SM4 support in openssl > > --- > We wrote a test program to test it, this is the test result: > + SM4 Chain : 24/24 passed, > 0/24 skipped, 0/24 failed, 0/24 unsupported > + SM4 Cipher Only : 10/10 passed, > 0/10 skipped, 0/10 failed, 0/10 unsupported > > Signed-off-by: Suny