Implemented a gcm plugin providing GCM mode based on CBC crypters

This commit is contained in:
Martin Willi
2010-08-19 19:05:15 +02:00
parent 026355af42
commit 1a64981048
7 changed files with 586 additions and 0 deletions
+7
View File
@@ -338,6 +338,13 @@ if MONOLITHIC
endif
endif
if USE_GCM
SUBDIRS += plugins/gcm
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/gcm/libstrongswan-gcm.la
endif
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
if MONOLITHIC