AEAD Tests.
authorAdam Langley <agl@chromium.org>
Fri, 20 Sep 2013 20:04:54 +0000 (16:04 -0400)
committerAdam Langley <agl@chromium.org>
Tue, 1 Oct 2013 19:34:44 +0000 (15:34 -0400)
commita2eef4199371fb5008d37cf232430ec50aefdf0d
treed4d94b07bffe5214625ac501d36ac4b9382001f5
parent9a8646510b3d0a48e950748f7a2aaa12ed40d5e0
AEAD Tests.

Add tests for AEAD functions: AES-128-GCM, AES-256-GCM and
ChaCha20+Poly1305.
crypto/evp/aeadtest.c [new file with mode: 0644]
crypto/evp/evp.h
test/Makefile
test/aes_128_gcm_tests.txt [new file with mode: 0644]
test/aes_256_gcm_tests.txt [new file with mode: 0644]
test/chacha20_poly1305_tests.txt [new file with mode: 0644]