Use of TPM 2.0 private keys for signatures via tpm plugin

This commit is contained in:
Andreas Steffen
2017-02-22 12:18:26 +01:00
parent e8736028e6
commit af9341c2c0
10 changed files with 468 additions and 9 deletions
+20
View File
@@ -0,0 +1,20 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libtpmtss
AM_CFLAGS = \
$(PLUGIN_CFLAGS)
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-tpm.la
else
plugin_LTLIBRARIES = libstrongswan-tpm.la
libstrongswan_tpm_la_LIBADD = \
$(top_builddir)/src/libtpmtss/libtpmtss.la
endif
libstrongswan_tpm_la_SOURCES = \
tpm_plugin.h tpm_plugin.c \
tpm_private_key.h tpm_private_key.c
libstrongswan_tpm_la_LDFLAGS = -module -avoid-version