From 3ed37e09342cfe416eb2c930d960ba47143af697 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Wed, 3 Apr 2019 12:03:24 +0100 Subject: [PATCH] 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 --- 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 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 -- 2.20.1