RE: [EXT] [PATCH v4 01/12] cryptodev: redefine ec group enum

2022-05-31 Thread Akhil Goyal
> - EC enum was renamed to rte_crypto_curve_id. > Elliptic curve enum name was incorrectly associated > with a group (it comes from the current tls registry name). > - Clarified comments about TLS deprecation. > Some curves included are deprecated with TLS 1.3. > Comments to address it were added.

RE: [PATCH v4 01/12] cryptodev: redefine ec group enum

2022-05-31 Thread Zhang, Roy Fan
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Tuesday, May 31, 2022 5:04 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Kusztal, > ArkadiuszX > Subject: [PATCH v4 01/12] cryptodev: redefine ec group enum > > - EC enum was ren

[PATCH v4 01/12] cryptodev: redefine ec group enum

2022-05-30 Thread Arek Kusztal
- EC enum was renamed to rte_crypto_curve_id. Elliptic curve enum name was incorrectly associated with a group (it comes from the current tls registry name). - Clarified comments about TLS deprecation. Some curves included are deprecated with TLS 1.3. Comments to address it were added. - Clarified