]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Created libtpmtss library handling access to v1.2 and v2.0 TPMs
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 2 Jun 2016 21:01:11 +0000 (23:01 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 22 Jun 2016 13:33:43 +0000 (15:33 +0200)
commitc08753bdf4310d91d6fcddede17805f39a9503b2
tree745d102b76f9a6a3a00b630b19578acba3ffa284
parent63377708450a9a02be8e06f46e64361402801794
Created libtpmtss library handling access to v1.2 and v2.0 TPMs
15 files changed:
conf/options/aikgen2.opt [deleted file]
conf/options/aikpub2.opt [new file with mode: 0644]
configure.ac
src/Makefile.am
src/aikgen/Makefile.am
src/aikgen/aikgen.c
src/aikpub2/Makefile.am
src/aikpub2/aikpub2.c
src/libtpmtss/Makefile.am [new file with mode: 0644]
src/libtpmtss/tpm_tss.c [new file with mode: 0644]
src/libtpmtss/tpm_tss.h [new file with mode: 0644]
src/libtpmtss/tpm_tss_trousers.c [new file with mode: 0644]
src/libtpmtss/tpm_tss_trousers.h [new file with mode: 0644]
src/libtpmtss/tpm_tss_tss2.c [new file with mode: 0644]
src/libtpmtss/tpm_tss_tss2.h [new file with mode: 0644]