tpm

APIs for accessing Intel TXT (trusted execution mode) or AMD SVM ?

Do any current operating systems (windows, linux, BSD) provide drivers that enable user-mode programs to execute partly in the trusted execution mode (isolated from everything else running on the computer)? If so, where can the documentation be found? ...

Help me with the simplest program for "Trusted" application

Hi, I hope anyone from the large community here can help me write the simplest "Trusted" program that I can expand from. I'm using Ubuntu Linux 9.04, with TPM emulator 0.60 from Mario Strasser (http://tpm-emulator.berlios.de/). I have installed the emulator and Trousers, and can successfully run programs from tpm-tools after running tp...

Does this TPM emulator follow TPM spec for extending PCR register?

The following code is from TPM emulator from Mario Strasser. The spec says, PCR := SHA1(PCR || data) reads "concatenate the old value of PCR with the data, hash the concatenated string and store the hash in PCR". It's not PCR := PCR BITWISE-OR SHA1(data) nor PCR := SHA1(PCR BITWISE-OR data) TPM_RESULT TPM_Extend(TPM_PCRINDEX pcrNum,...

TPM/TSS Linux API alternatives

I would like to find (mature) API alternatives to use TPM (Trusted Platform Module) funcionality on Linux (and maybe other *nix). I'm interested in trusted encrypt/decrypt functions for authentication (probably integrating with Kerberos). I found jTSS (for Java) and TrouSerS, but I would like to know about other alternatives, if any. "G...

[MiKTeX] The TPM file could not be parsed

Hi all, I'm getting this error when I try to Refresh FNDB, update the packages or manage it. How can I solve it? The log is: MiKTeX Problem Report Message: The TPM file could not be parsed. Data: C:\Program Files\MiKTeX 2.8\tpm\packages\pstricks.tpm Source: Libraries\MiKTeX\PackageManager\TpmParser.cpp Line: 390 MiKTeX: 2.8 OS: Micros...

Controlling TPM with C#

I am trying to initialize the TPM set an owner create AIKs Any help/link would be appreciated. ...