chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends

This commit is contained in:
Martin Willi
2015-06-29 17:32:14 +02:00
parent 82f7f5882f
commit 370fb3feb0
9 changed files with 683 additions and 0 deletions
@@ -0,0 +1,18 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \
$(PLUGIN_CFLAGS)
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-chapoly.la
else
plugin_LTLIBRARIES = libstrongswan-chapoly.la
endif
libstrongswan_chapoly_la_SOURCES = \
chapoly_plugin.h chapoly_plugin.c \
chapoly_drv.h chapoly_drv.c \
chapoly_aead.h chapoly_aead.c
libstrongswan_chapoly_la_LDFLAGS = -module -avoid-version