Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-03 | fix(ipsec): Enable anti_replay for -ar- suites | Vratko Polak | 1 | -0/+1 | |
The -ar- suites had everything edited, except that one agrument that would actually enable anti-replay. Fixes: b9dff484de0725bca3f65739519d952e3be55cbe Change-Id: Ib2c590a9be5271348ee15d4e4ab1b7c663559477 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit bb61b785ec75dc6d20beecde15f994c82b6b27cb) | |||||
2024-05-31 | feat(ipsec): Add suites for more algs | Vratko Polak | 1 | -0/+166 | |
+ Add suite with UDP encap. + Add suite with anti replay enabled. + Add new enums where needed by the new suites. + Apply trimming in enum_util to support "3DES". + All 10ktnl suites written and tested. + New robot tags added. + Fix one comment from the parent. Change-Id: I2581814dbb327891d8658dd009c4e52ffd318e3b Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit b9dff484de0725bca3f65739519d952e3be55cbe) |