commit | 07f8fa5a69f09bf2bba24a0c93fc3333e4d42a3e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Aug 30 18:34:08 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Aug 31 16:08:22 2013 +0200 |
tree | 36bc3b96e6abebd9ab4ec84b8fb080d6eed9fab9 | |
parent | b5e85885de37f8368f293db0d343a8fca0410487 [diff] [blame] |
GCM in the cipher layer, step 1 - no support for additional data - no support for tag
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cac80a4..20f3c8d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -44,6 +44,7 @@ add_test_suite(cipher cipher.blowfish) add_test_suite(cipher cipher.camellia) add_test_suite(cipher cipher.des) +add_test_suite(cipher cipher.gcm) add_test_suite(cipher cipher.null) add_test_suite(cipher cipher.padding) add_test_suite(ctr_drbg)