Tagged Questions

2
votes
1answer
65 views

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 …
1
vote
0answers
59 views

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 …
0
votes
1answer
47 views

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 …
0
votes
1answer
56 views

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 …