All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 ima-evm-utils 0/3] Add alternative calls to IBM TSS library
@ 2021-08-03 20:40 Ken Goldman
  2021-08-03 20:40 ` [PATCH v5 ima-evm-utils 1/3] Expand the INSTALL instructions Ken Goldman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ken Goldman @ 2021-08-03 20:40 UTC (permalink / raw)
  To: zohar, maroon, linux-integrity; +Cc: kgold, Ken Goldman

This patch set adds calls to C code.  This should be more stable and
easier to maintain.  INSTALL instructions are updated.

While the code is being touched, it changes the PCR handle from
a signed int to a uint32_t, removing the need for error checking.

Ken Goldman (3):
  Expand the INSTALL instructions.
  Change PCR iterator from int to uint32_t
  Create alternative tpm2_pcr_read() that uses IBM TSS

 INSTALL              |  27 +++++-
 configure.ac         |   8 ++
 src/Makefile.am      |  15 +++-
 src/evmctl.c         |  12 ++-
 src/pcr.h            |   2 +-
 src/pcr_ibmtss.c     | 192 +++++++++++++++++++++++++++++++++++++++++++
 src/pcr_tss.c        |   5 +-
 src/pcr_tsspcrread.c |   6 +-
 8 files changed, 253 insertions(+), 14 deletions(-)
 create mode 100644 src/pcr_ibmtss.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-11 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 20:40 [PATCH v5 ima-evm-utils 0/3] Add alternative calls to IBM TSS library Ken Goldman
2021-08-03 20:40 ` [PATCH v5 ima-evm-utils 1/3] Expand the INSTALL instructions Ken Goldman
2021-08-03 20:40 ` [PATCH v5 ima-evm-utils 2/3] Change PCR iterator from int to uint32_t Ken Goldman
2021-08-03 20:40 ` [PATCH v5 ima-evm-utils 3/3] Create alternative tpm2_pcr_read() that uses IBM TSS Ken Goldman
2021-08-11 10:57   ` Mimi Zohar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.