From: Martin P. <Mar...@ia...> - 2013-08-16 09:22:14
|
Hi... On 2013-08-15 07:36, Toqeer Ali wrote: > Platform: Lenovo X200 with iTPM > sudo ./jtt.sh quote --aik aik.tpmkey --auth mysecret -p 1 > error message: PCR information could not be interpreted > If someone can give the idea where could be the problem. Intel TPMs are strange sometimes. We tested jTSS against a iTPM and had to implement some workarounds in jTSS code. One of these you can find in TcPcrCompositeInfo.java, please read the comment in function getNumPcrs(). We also tried a quote with just PCR 1 set... :-) HTH, Martin |