From: Fan Zhang Date: Wed, 3 Apr 2019 11:03:24 +0000 (+0100) Subject: doc: update supported algorithms in IPsec guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3ed37e09342cfe416eb2c930d960ba47143af697;p=dpdk.git doc: update supported algorithms in IPsec guide This patch updates the ipsec library programmer's guide with the additional algorithms which are now supported. Signed-off-by: Fan Zhang Acked-by: Konstantin Ananyev --- diff --git a/doc/guides/prog_guide/ipsec_lib.rst b/doc/guides/prog_guide/ipsec_lib.rst index 992fdf46b0..84696d4cf6 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