aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-06-18 09:59:24 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-06-18 09:59:24 +0200
commit3d7250d47223523af743d0a175c6d16f103a1daa (patch)
tree02809cd4bf9a7da5e467c4ff5943ab017d23c3e0 /src
parentc233bb932ac9202b6bfe232176cf844ce86898cd (diff)
downloadstrongswan-3d7250d47223523af743d0a175c6d16f103a1daa.tar.bz2
strongswan-3d7250d47223523af743d0a175c6d16f103a1daa.tar.xz
added test vector for NULL encryption
Diffstat (limited to 'src')
-rw-r--r--src/libstrongswan/plugins/test_vectors/Makefile.am1
-rw-r--r--src/libstrongswan/plugins/test_vectors/test_vectors.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/test_vectors/Makefile.am b/src/libstrongswan/plugins/test_vectors/Makefile.am
index 813e7e92a..27d17c084 100644
--- a/src/libstrongswan/plugins/test_vectors/Makefile.am
+++ b/src/libstrongswan/plugins/test_vectors/Makefile.am
@@ -15,6 +15,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/cast.c \
test_vectors/des.c \
test_vectors/idea.c \
+ test_vectors/null.c \
test_vectors/rc5.c \
test_vectors/serpent_cbc.c \
test_vectors/twofish_cbc.c \
diff --git a/src/libstrongswan/plugins/test_vectors/test_vectors.h b/src/libstrongswan/plugins/test_vectors/test_vectors.h
index 7ef154b47..df5a9c9a8 100644
--- a/src/libstrongswan/plugins/test_vectors/test_vectors.h
+++ b/src/libstrongswan/plugins/test_vectors/test_vectors.h
@@ -36,6 +36,7 @@ TEST_VECTOR_CRYPTER(des3_cbc1)
TEST_VECTOR_CRYPTER(des3_cbc2)
TEST_VECTOR_CRYPTER(idea1)
TEST_VECTOR_CRYPTER(idea2)
+TEST_VECTOR_CRYPTER(null1)
TEST_VECTOR_CRYPTER(rc5_1)
TEST_VECTOR_CRYPTER(rc5_2)
TEST_VECTOR_CRYPTER(serpent_cbc1)