RE: [EXT] [PATCH 3/8] examples/ipsec-secgw: support XCBC-MAC/DES-CBC

2022-05-16 Thread Gagandeep Singh
> -Original Message- > From: Akhil Goyal > Sent: Friday, May 13, 2022 3:24 PM > To: Gagandeep Singh ; dev@dpdk.org > Subject: RE: [EXT] [PATCH 3/8] examples/ipsec-secgw: support XCBC-MAC/DES- > CBC > > > ipsec-secgw application is updated to support DES-CBC

RE: [EXT] [PATCH 3/8] examples/ipsec-secgw: support XCBC-MAC/DES-CBC

2022-05-13 Thread Akhil Goyal
> ipsec-secgw application is updated to support > DES-CBC ciphering and XCBC-MAC authentication > based IPsec functionality. > > Signed-off-by: Gagandeep Singh > --- > examples/ipsec-secgw/esp.c | 5 + > examples/ipsec-secgw/sa.c | 8 > 2 files changed, 13 insertions(+) Documentati

[PATCH 3/8] examples/ipsec-secgw: support XCBC-MAC/DES-CBC

2022-04-24 Thread Gagandeep Singh
ipsec-secgw application is updated to support DES-CBC ciphering and XCBC-MAC authentication based IPsec functionality. Signed-off-by: Gagandeep Singh --- examples/ipsec-secgw/esp.c | 5 + examples/ipsec-secgw/sa.c | 8 2 files changed, 13 insertions(+) diff --git a/examples/ipsec-