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
+16
View File
@@ -0,0 +1,16 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-gcm.la
else
plugin_LTLIBRARIES = libstrongswan-gcm.la
endif
libstrongswan_gcm_la_SOURCES = \
gcm_plugin.h gcm_plugin.c \
gcm_aead.h gcm_aead.c
libstrongswan_gcm_la_LDFLAGS = -module -avoid-version