]> git.proxmox.com Git - swtpm.git/commit
swtpm: Further implement the control channel for socket and chardev
authorStefan Berger <stefanb@us.ibm.com>
Mon, 21 Mar 2016 15:18:21 +0000 (11:18 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Mon, 21 Mar 2016 19:25:18 +0000 (15:25 -0400)
commitf56a0cd2a5813e1fe8fc16e84ce3c9ac14982026
tree1ffd88fbff12ef77cec1654d205ef46f8b134d73
parent3f4b2d599e34c8e9e67b7189f743e5bd00139aff
swtpm: Further implement the control channel for socket and chardev

Further implement the control channel for the socket and chardev
interface swtpms.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
include/swtpm/tpm_ioctl.h
src/swtpm/ctrlchannel.c
src/swtpm/ctrlchannel.h
src/swtpm/mainloop.c
src/swtpm/mainloop.h
src/swtpm/swtpm.c
src/swtpm/swtpm_chardev.c
tests/test_ctrlchannel