diff options
author | James Bottomley via Gnupg-devel <gnupg-devel@gnupg.org> | 2021-03-09 22:50:32 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-03-11 08:49:45 +0100 |
commit | b9c560e3a400da83073b232ee12fae090b21d20c (patch) | |
tree | ffb97091a148dfe8fd3335ddb3503ad4db47e729 /AUTHORS | |
parent | tpmd2: Add copyright blurbs. (diff) | |
download | gnupg2-b9c560e3a400da83073b232ee12fae090b21d20c.tar.xz gnupg2-b9c560e3a400da83073b232ee12fae090b21d20c.zip |
tpmd2: Add Support for the Intel TSS
* configure.ac: Check for Intel TSS.
* tpm2d/intel-tss.h: New.
* tpm2d/tpm2.h (HAVE_INTEL_TSS): Use the Intel code.
--
The Intel TSS is somewhat of a moving target, so this wraps support
for this TSS into tpm2daemon. Unfortunately this wrapper uses some
APIs that are only present in a relatively recent Intel TSS, so it
looks like it will only work with version 2.4.0 or higher.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
- Add header blurb; see previous patch.
- Add new file to the Makefile
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ List of Copyright holders Copyright (C) 1992-1996 Regents of the University of Michigan. Copyright (C) 2000 Dimitrios Souflis Copyright (C) 2008,2009,2010,2012-2016 William Ahern + Copyright (C) 2015-2019 IBM Corporation Copyright (C) 2017 Bundesamt für Sicherheit in der Informationstechnik Copyright (C) 2021 James Bottomley <James.Bottomley@HansenPartnership.com> |