mbox series

[0/3] add IPsec AH test cases

Message ID 20220408101625.12020-1-marchana@marvell.com (mailing list archive)
Headers
Series add IPsec AH test cases |

Message

Archana Muniganti April 8, 2022, 10:16 a.m. UTC
  Add IPsec AH known test vectors including combined
mode support.

Archana Muniganti (3):
  test/crypto: add AH under combined mode UT
  test/crypto: add AH test vectors
  test/crypto: add AH AES-GMAC test vectors

 app/test/test_cryptodev.c                     | 150 +++++++-
 app/test/test_cryptodev_security_ipsec.c      |  86 ++++-
 app/test/test_cryptodev_security_ipsec.h      |  17 +
 ...st_cryptodev_security_ipsec_test_vectors.h | 326 ++++++++++++++++++
 doc/guides/rel_notes/release_22_03.rst        |   5 +
 5 files changed, 569 insertions(+), 15 deletions(-)
  

Comments

Akhil Goyal April 16, 2022, 7:13 p.m. UTC | #1
> Subject: [PATCH 0/3] add IPsec AH test cases
> 
> Add IPsec AH known test vectors including combined
> mode support.
> 
> Archana Muniganti (3):
>   test/crypto: add AH under combined mode UT
>   test/crypto: add AH test vectors
>   test/crypto: add AH AES-GMAC test vectors
> 
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.