]> git.proxmox.com Git - libtpms.git/log
libtpms.git
10 years agoAdd mailing list and maintainers to README
Corey Bryant [Wed, 30 Oct 2013 20:16:39 +0000 (15:16 -0500)]
Add mailing list and maintainers to README

Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Acked-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
10 years agoAdd CREDITS file
Corey Bryant [Wed, 30 Oct 2013 19:54:28 +0000 (14:54 -0500)]
Add CREDITS file

Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Acked-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
10 years agoInitial import of project
Corey Bryant [Fri, 27 Sep 2013 15:42:51 +0000 (10:42 -0500)]
Initial import of project

This is the initial import of the libtpms library.  The libtpms library
provides software emulation of a Trusted Platform Module (TPM).  It is
intended to be used by applications when a hardware TPM is not adequate.
For example, a hypervisor can use libtpms to emulate an independent TPM
for each of it's virtual machine guests.  The library provides a high-
level API for developers to integrate the emulated TPM support into
their application.

The code was originally written by Kenneth Goldman <kgoldman@us.ibm.com>
and Stefan Berger <stefanb@us.ibm.com>.

The code is licensed under the Modified BSD License.

Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com>