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
+7
View File
@@ -540,6 +540,13 @@ if MONOLITHIC
endif
endif
if USE_CHAPOLY
SUBDIRS += plugins/chapoly
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/chapoly/libstrongswan-chapoly.la
endif
endif
if USE_CTR
SUBDIRS += plugins/ctr
if MONOLITHIC