libipsec: Add a unit-test for ESP encryption using ChaCha20Poly1305

This commit is contained in:
Martin Willi
2015-07-12 13:54:08 +02:00
parent 29e3544f1f
commit c6d60f4808
3 changed files with 139 additions and 0 deletions
+2
View File
@@ -12,3 +12,5 @@
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*/
TEST_SUITE_DEPEND(chapoly_suite_create, AEAD, ENCR_CHACHA20_POLY1305, 32)