Go to file
Stefan Berger 2c6ceaed6f Add include file containering library version
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2015-12-07 19:36:49 -05:00
dist rpmbuild: Fix dependencies for OpenSSL 2015-07-16 12:39:19 -04:00
include Add include file containering library version 2015-12-07 19:36:49 -05:00
man Remove unnecessary build files from repository 2014-01-13 16:39:13 -05:00
src Move TPM1.2 code to src/tpm12 directory 2015-12-07 19:14:30 -05:00
tests Fix support for ARM64 2014-06-30 15:04:15 -04:00
.gitignore adding some more files to be ignored 2014-07-23 14:37:15 -04:00
bootstrap.sh Remove config.h.in 2014-06-30 15:04:15 -04:00
CHANGES Initial import of project 2013-10-31 15:33:22 -05:00
config.guess Initial import of project 2013-10-31 15:33:22 -05:00
config.sub Initial import of project 2013-10-31 15:33:22 -05:00
configure.ac Move TPM1.2 code to src/tpm12 directory 2015-12-07 19:14:30 -05:00
CREDITS Add CREDITS file 2013-10-31 16:37:33 -04:00
depcomp Initial import of project 2013-10-31 15:33:22 -05:00
INSTALL Make compileable on Ubuntu and docu for Ubuntu 2014-12-15 22:10:07 -05:00
install-sh Initial import of project 2013-10-31 15:33:22 -05:00
libtpms.pc.in Make compileable on Ubuntu and docu for Ubuntu 2014-12-15 22:10:07 -05:00
LICENSE Initial import of project 2013-10-31 15:33:22 -05:00
Makefile.am Use boostrap.sh to build rpm on Fedora machines 2014-01-21 14:21:36 -06:00
README Update the maintainers in the README. 2014-06-30 15:04:15 -04:00

What is libtpms?
----------------

Libtpms is a library that targets the integration of TPM functionality
into hypervisors, primarily into Qemu. Libtpms provides a very narrow
public API for this purpose so that integration is possible. Only the
minimum of necessary APIs are made publicly available.

It is assumed that the user of libtpms is familiar with the concepts
of the Trusted Platform Module (TPM). For the interaction with libtpms
it is necessary to know how to construct valid TPM commands and to
be able to parse their results. It is not within the scope of libtpms's
documentation to provide background on this. See the section on references
below.


What files does the libtpms package provide?
--------------------------------------------

The main libtpms package provides the following files:

/usr/lib64/libtpms.so.0
/usr/lib64/libtpms.so.0.5.1
/usr/share/doc/libtpms-0.5.1
/usr/share/doc/libtpms-0.5.1/CHANGES
/usr/share/doc/libtpms-0.5.1/LICENSE
/usr/share/doc/libtpms-0.5.1/README

Applications can link with -ltpms.


What files does the libtpms development package provide?
--------------------------------------------------------

The libtpms development package (libtpms-devel) provides the following
include files for applications to use:

tpm_error.h
tpm_library.h
tpm_memory.h
tpm_nvfilename.h
tpm_tis.h
tpm_types.h

These files contain the data structures, data types and API calls supported
by libtpms. It is recommended to not use any other API calls than those
provided in these include files.

All APIs are described in man pages. The man pages are part of the libtpms
development package as well:

TPMLIB_DecodeBlob
TPMLIB_GetTPMProperty
TPMLIB_GetVersion
TPMLIB_MainInit
TPMLIB_Process
TPMLIB_RegisterCallbacks
TPMLIB_Terminate
TPMLIB_VolatileAll_Store
TPM_Free
TPM_IO_Hash_Data
TPM_IO_Hash_End
TPM_IO_Hash_Start
TPM_IO_TpmEstablished_Get
TPM_Malloc
TPM_Realloc


How to contribute?
------------------
The mailing list for libtpms is libtpms@googlegroups.com.


Maintainers
-----------
libtpms is currently being maintained by Stefan Berger <stefanb@us.ibm.com>.

References:
-----------

Documentation about the Trusted Platform Module (TPM) can be downloaded
from the Trusted Computing Group's website at

http://www.trustedcomputinggroup.org