git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4dc5af
)
doc: update supported algorithms in IPsec guide
author
Fan Zhang
<roy.fan.zhang@intel.com>
Wed, 3 Apr 2019 11:03:24 +0000
(12:03 +0100)
committer
Akhil Goyal
<akhil.goyal@nxp.com>
Wed, 3 Apr 2019 11:50:58 +0000
(13:50 +0200)
This patch updates the ipsec library programmer's guide with
the additional algorithms which are now supported.
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
doc/guides/prog_guide/ipsec_lib.rst
patch
|
blob
|
history
diff --git
a/doc/guides/prog_guide/ipsec_lib.rst
b/doc/guides/prog_guide/ipsec_lib.rst
index
992fdf4
..
84696d4
100644
(file)
--- 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