From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fan Zhang Subject: [PATCH] doc: update ipsec library programmer's guide Date: Wed, 3 Apr 2019 12:03:24 +0100 Message-ID: <20190403110324.80072-1-roy.fan.zhang@intel.com> Cc: akhil.goyal@nxp.com, roy.fan.zhang@intel.com, konstantin.ananyev@intel.com To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 130071B160 for ; Wed, 3 Apr 2019 13:05:37 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch updatest the ipsec library programmer's guide with added algorithms support in 19.05. Signed-off-by: Fan Zhang --- doc/guides/prog_guide/ipsec_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/ipsec_lib.rst b/doc/guides/prog_guide/ipsec_lib.rst index 992fdf46b..84696d4cf 100644 --- a/doc/guides/prog_guide/ipsec_lib.rst +++ b/doc/guides/prog_guide/ipsec_lib.rst @@ -153,7 +153,7 @@ Supported features * ESN and replay window. -* algorithms: AES-CBC, AES-GCM, HMAC-SHA1, NULL. +* algorithms: 3DES-CBC, AES-CBC, AES-CTR, AES-GCM, HMAC-SHA1, NULL. Limitations -- 2.14.5