Tagged Questions
0
votes
1answer
248 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 ...