]> git.proxmox.com Git - swtpm.git/commit
swtpm: introduce control channel for chardev TPM
authorStefan Berger <stefanb@us.ibm.com>
Fri, 27 Nov 2015 22:34:15 +0000 (17:34 -0500)
committerStefan Berger <stefanb@us.ibm.com>
Sat, 28 Nov 2015 03:13:37 +0000 (22:13 -0500)
commit6852f6c89bfa97e7bf06cc0c1061a9be53887327
tree0a7da7ce1c5d0eff31f3ade65c8413c20967abfd
parent7a00ba8b7c469bf5a42904a17421227f64c0ccf0
swtpm: introduce control channel for chardev TPM

Implement a control channel for the 'chardev' swtpm that implements
a minimal set of control messages for now.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
14 files changed:
dist/swtpm.spec
dist/swtpm.spec.in
include/swtpm/tpm_ioctl.h
man/man8/swtpm.8
man/man8/swtpm.pod
src/swtpm/Makefile.am
src/swtpm/common.c
src/swtpm/common.h
src/swtpm/ctrlchannel.c [new file with mode: 0644]
src/swtpm/ctrlchannel.h [new file with mode: 0644]
src/swtpm/logging.h
src/swtpm/swtpm_chardev.c
tests/Makefile.am
tests/test_ctrlchannel [new file with mode: 0644]