Difference between revisions of "Tpmdd"
(typo) |
(added intro) |
||
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]. | ||
+ | |||
=== Project Homepage / Availability === | === Project Homepage / Availability === | ||
*Homepage (no files): http://tpmdd.sourceforge.net/ | *Homepage (no files): http://tpmdd.sourceforge.net/ | ||
Line 5: | Line 7: | ||
=== Status === | === Status === | ||
The driver is said to work with the 2.6.10 kernel. | The driver is said to work with the 2.6.10 kernel. | ||
− | + | Work is ongoing to have this driver accepted into the vanilla Linux kernel. | |
− | |||
=== Related Links === | === Related Links === | ||
+ | *[https://www.trustedcomputinggroup.org/home Trusted Computing Group] | ||
*[http://sourceforge.net/projects/trousers TrouSerS project] <tt>(Trusted Software Stack library)</tt> | *[http://sourceforge.net/projects/trousers TrouSerS project] <tt>(Trusted Software Stack library)</tt> | ||
[[Category:Drivers]] | [[Category:Drivers]] |
Revision as of 22:03, 19 January 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 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 TrouSerS.
Project Homepage / Availability
- Homepage (no files): http://tpmdd.sourceforge.net/
- a patch against kernel 2.6.10 can be found here: http://www.hotheads.de/linux/kernel/2.6.10/tpmdd-for-2.6.10-2005119.patch
Status
The driver is said to work with the 2.6.10 kernel. Work is ongoing to have this driver accepted into the vanilla Linux kernel.
Related Links
- Trusted Computing Group
- TrouSerS project (Trusted Software Stack library)