curve25519: Add a plugin providing Curve25519 DH using backend drivers

This commit is contained in:
Martin Willi
2016-11-14 16:20:51 +01:00
committed by Andreas Steffen
parent 2ac95123bb
commit 7f9bfacd5a
9 changed files with 473 additions and 0 deletions
+7
View File
@@ -313,6 +313,13 @@ if MONOLITHIC
endif
endif
if USE_CURVE25519
SUBDIRS += plugins/curve25519
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/curve25519/libstrongswan-curve25519.la
endif
endif
if USE_RDRAND
SUBDIRS += plugins/rdrand
if MONOLITHIC