Difference between revisions of "Tpmdd"

From ThinkWiki
Jump to: navigation, search
(Related Links)
m (Just 2 typpos)
Line 1: Line 1:
This is a Linux kernel device driver to enable the TPM chip as described by Trusted Computing Group specifications. The TPM chip will enable you to use hardware to securely store and protect your keys and personal data. The Trusted Comuting Group specifications also describes a library for application access to the TPM funcitonality. A Linux implementation of this Trusted Software Stack (TSS) library is [http://sourceforge.net/projects/trousers TrouSerS].
+
This is a Linux kernel device driver to enable the TPM chip as described by Trusted Computing Group specifications. The TPM chip will enable you to use hardware to securely store and protect your keys and personal data. The Trusted Computing Group specifications also describes a library for application access to the TPM functionality. A Linux implementation of this Trusted Software Stack (TSS) library is [http://sourceforge.net/projects/trousers TrouSerS].
  
 
=== Project Homepage / Availability ===
 
=== Project Homepage / Availability ===

Revision as of 21:16, 24 September 2005

This is a Linux kernel device driver to enable the TPM chip as described by Trusted Computing Group specifications. The TPM chip will enable you to use hardware to securely store and protect your keys and personal data. The Trusted Computing Group specifications also describes a library for application access to the TPM functionality. A Linux implementation of this Trusted Software Stack (TSS) library is TrouSerS.

Project Homepage / Availability

Status

Linus has merged the driver, and it is part of 2.6.12-rc2 and later.

Packages

Related Links