]> git.proxmox.com Git - swtpm.git/commit - man/man8/swtpm_setup.conf.pod
merging swtpm-tools into this project
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 5 Dec 2014 18:43:21 +0000 (13:43 -0500)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Fri, 5 Dec 2014 18:43:21 +0000 (13:43 -0500)
commite46a2b66867aae60b1aeaa86e30d9d15eccbfdca
tree92ee89d090b0d2ae2072f81358a4bd8d319d75d9
parent6fc8fb9f4c9de1b92f590de8c145f68ccf49d5e7
merging swtpm-tools into this project
68 files changed:
.gitignore
Makefile.am
configure.ac
etc/Makefile.am [new file with mode: 0644]
etc/swtpm_setup.conf [new file with mode: 0755]
man/man8/Makefile.am
man/man8/swtpm-localca.conf.8 [new file with mode: 0644]
man/man8/swtpm-localca.conf.pod [new file with mode: 0644]
man/man8/swtpm-localca.options.8 [new file with mode: 0644]
man/man8/swtpm-localca.options.pod [new file with mode: 0644]
man/man8/swtpm-localca.sh.8 [new file with mode: 0644]
man/man8/swtpm-localca.sh.pod [new file with mode: 0644]
man/man8/swtpm_bios.8 [new file with mode: 0644]
man/man8/swtpm_bios.pod [new file with mode: 0644]
man/man8/swtpm_cert.8 [new file with mode: 0644]
man/man8/swtpm_cert.pod [new file with mode: 0644]
man/man8/swtpm_ioctl.8 [new file with mode: 0644]
man/man8/swtpm_ioctl.pod [new file with mode: 0644]
man/man8/swtpm_setup.8 [new file with mode: 0644]
man/man8/swtpm_setup.conf.8 [new file with mode: 0644]
man/man8/swtpm_setup.conf.pod [new file with mode: 0644]
man/man8/swtpm_setup.pod [new file with mode: 0644]
man/man8/swtpm_setup.sh.8 [new file with mode: 0644]
samples/Makefile.am [new file with mode: 0644]
samples/swtpm-localca.conf [new file with mode: 0644]
samples/swtpm-localca.options [new file with mode: 0644]
samples/swtpm-localca.sh [new file with mode: 0644]
src/Makefile.am
src/swtpm_bios/Makefile.am [new file with mode: 0644]
src/swtpm_bios/tpm_bios.c [new file with mode: 0644]
src/swtpm_cert/Makefile.am [new file with mode: 0644]
src/swtpm_cert/ek-cert.c [new file with mode: 0644]
src/swtpm_cert/out [new file with mode: 0644]
src/swtpm_cert/tpm.asn [new file with mode: 0644]
src/swtpm_cert/tpm_asn1.h [new file with mode: 0644]
src/swtpm_ioctl/Makefile.am [new file with mode: 0644]
src/swtpm_ioctl/tpm_ioctl.c [new file with mode: 0644]
src/swtpm_setup/Makefile.am [new file with mode: 0644]
src/swtpm_setup/swtpm_setup.c [new file with mode: 0755]
src/swtpm_setup/swtpm_setup.sh [new file with mode: 0755]
src/swtpm_setup/swtpm_tcsd_launcher [new file with mode: 0755]
src/swtpm_setup/tcsd-launcher.c [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/create_certs.sh [new file with mode: 0755]
tests/data/issuercert.pem [new file with mode: 0644]
tests/data/keyfile.txt [new file with mode: 0644]
tests/data/pubek.pem [new file with mode: 0644]
tests/data/pwdfile.txt [new file with mode: 0644]
tests/data/signkey.pem [new file with mode: 0644]
tests/data/tpmstate1/README [new file with mode: 0644]
tests/data/tpmstate1/tpm-00.permall [new file with mode: 0644]
tests/data/tpmstate1/tpm-00.volatilestate [new file with mode: 0644]
tests/data/tpmstate2/README [new file with mode: 0644]
tests/data/tpmstate2/pwdfile.txt [new file with mode: 0644]
tests/data/tpmstate2/tpm-00.permall [new file with mode: 0644]
tests/data/tpmstate2/tpm-00.volatilestate [new file with mode: 0644]
tests/swtpm_setup.conf [new file with mode: 0755]
tests/test_commandline [new file with mode: 0755]
tests/test_encrypted_state [new file with mode: 0755]
tests/test_getcap [new file with mode: 0755]
tests/test_hashing [new file with mode: 0755]
tests/test_init [new file with mode: 0755]
tests/test_locality [new file with mode: 0755]
tests/test_parameters [new file with mode: 0755]
tests/test_resume_volatile [new file with mode: 0755]
tests/test_swtpm_cert [new file with mode: 0755]
tests/test_volatilestate [new file with mode: 0755]
tests/test_wrongorder [new file with mode: 0755]