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 kevintraynor committed Jun 8, 2022
1 parent db0adcb commit 9bd73e2
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 @@ -116,7 +116,8 @@ Constraints
* No IPv6 options headers.
* No AH mode.
* Supported algorithms: AES-CBC, AES-CTR, AES-GCM, 3DES-CBC, HMAC-SHA1,
AES-GMAC, AES_CTR, AES_XCBC_MAC, AES_CCM, CHACHA20_POLY1305 and NULL.
HMAC-SHA256, AES-GMAC, AES_CTR, AES_XCBC_MAC, AES_CCM, CHACHA20_POLY1305
and NULL.
* Each SA must be handle by a unique lcore (*1 RX queue per port*).

Compiling the Application
Expand Down Expand Up @@ -586,6 +587,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 9bd73e2

Please sign in to comment.