Implemented a ccm plugin providing CCM mode based on CBC crypters

This commit is contained in:
Martin Willi
2010-08-19 19:05:14 +02:00
parent 7ba89ccd7f
commit 80a93a1335
7 changed files with 586 additions and 0 deletions
+7
View File
@@ -331,6 +331,13 @@ if MONOLITHIC
endif
endif
if USE_CCM
SUBDIRS += plugins/ccm
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/ccm/libstrongswan-ccm.la
endif
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
if MONOLITHIC