unit-tests: Add a IKEv2 message encryption test case

It uses the ChaCha20Poly1305 test vectors from
draft-ietf-ipsecme-chacha20-poly1305-06.
This commit is contained in:
Martin Willi
2015-07-12 13:54:03 +02:00
parent 80d7f44198
commit 98aa6aa344
3 changed files with 140 additions and 0 deletions
+1
View File
@@ -14,3 +14,4 @@
*/
TEST_SUITE(mem_pool_suite_create)
TEST_SUITE_DEPEND(message_chapoly_suite_create, AEAD, ENCR_CHACHA20_POLY1305, 32)