Skip to content

Commit

Permalink
doc: add missing auth algo for IPsec example
Browse files Browse the repository at this point in the history
[ upstream commit d05828a ]

Adding the missing SHA256-HMAC authentication algorithm
in ipsec-secgw guide.

Fixes: b535028 ("examples/ipsec-secgw: support SHA256 HMAC")

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
  • Loading branch information
Gagandeep Singh authored and steevenlee committed Jun 20, 2022
1 parent 5e4a008 commit 3b918bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/guides/sample_app_ug/ipsec_secgw.rst
Expand Up @@ -106,7 +106,8 @@ Constraints

* No IPv6 options headers.
* No AH mode.
* Supported algorithms: AES-CBC, AES-CTR, AES-GCM, 3DES-CBC, HMAC-SHA1 and NULL.
* Supported algorithms: AES-CBC, AES-CTR, AES-GCM, 3DES-CBC, HMAC-SHA1,
HMAC-SHA256 and NULL.
* Each SA must be handle by a unique lcore (*1 RX queue per port*).

Compiling the Application
Expand Down Expand Up @@ -564,6 +565,7 @@ where each options means:

* *null*: NULL algorithm
* *sha1-hmac*: HMAC SHA1 algorithm
* *sha256-hmac*: HMAC SHA256 algorithm

``<auth_key>``

Expand Down

0 comments on commit 3b918bc

Please sign in to comment.