[PATCH 00/13] Add new cases to lookaside IPsec tests
Anoob Joseph
anoobj at marvell.com
Mon Dec 6 08:58:35 CET 2021
Add new tests to lookaside IPsec tests.
* Support for chained operations.
* AES-CBC 128 NULL auth known vector tests.
* AES-CBC 128 HMAC-SHA256 known vector tests.
* AES-CBC 128 HMAC-SHA384 known vector tests.
* AES-CBC 128 HMAC-SHA512 known vector tests.
* NULL cipher AES-XCBC known vector tests.
* Tunnel mode tests
* IPv6 in IPv6
* IPv4 in IPv4
* IPv4 in IPv6
* IPv6 in IPv4
* IPv4 transport mode tests.
* Security stats tests.
* AES-CTR tests.
* set/copy DF tests.
Ankur Dwivedi (1):
test/crypto: add security stats cases
Anoob Joseph (5):
test/crypto: add IPsec aes-cbc known vectors
test/crypto: add chained operations in combined cases
test/crypto: add transport mode cases
test/crypto: add aes xcbc known vectors
test/crypto: add copy and set DF cases
Tejasree Kondoj (7):
test/crypto: add IPsec AES-CBC-HMAC-SHA256 known vectors
test/crypto: add IPv6 tunnel mode cases
test/crypto: add IPsec HMAC-SHA384/512 known vectors
test/crypto: add IPsec fragmented packet known vectors
test/crypto: add lookaside IPsec AES-CTR known vectors
test/crypto: add fragmented packet case
test/crypto: skip null auth in ICV corrupt case
app/test/test_cryptodev.c | 395 +++++++++-
app/test/test_cryptodev_security_ipsec.c | 352 ++++++++-
app/test/test_cryptodev_security_ipsec.h | 113 +++
.../test_cryptodev_security_ipsec_test_vectors.h | 828 +++++++++++++++++++++
doc/guides/rel_notes/release_22_03.rst | 18 +
5 files changed, 1664 insertions(+), 42 deletions(-)
--
2.7.4
More information about the dev
mailing list