From b9c560e3a400da83073b232ee12fae090b21d20c Mon Sep 17 00:00:00 2001 From: James Bottomley via Gnupg-devel Date: Tue, 9 Mar 2021 13:50:32 -0800 Subject: 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 - Add header blurb; see previous patch. - Add new file to the Makefile Signed-off-by: Werner Koch --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 71644c967..5a6a15fd7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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 -- cgit v1.2.3