Re: [tboot-devel] Fixed an expression and output format problem

2017-04-04 Thread shiwan...@gohighsec.com
= 000b TBOOT: TPM: bank alg = 0012 TBOOT: TPM: supported alg count = 0002 TBOOT: 0004 TBOOT: 000B Thanks, Wangyi From: Sun, Ning Date: 2017-04-05 07:58 To: shiwan...@gohighsec.com; tboot-devel Subject: RE: [tboot-devel] Fixed an expression and output format problem Thanks

Re: [tboot-devel] Fixed an expression and output format problem

2017-04-04 Thread Sun, Ning
Subject: [tboot-devel] Fixed an expression and output format problem Hi, There is an expression and output format problem. Firstly,number of algorithms should be %d instead of %08X,it will be more readable. Secondly,log expression is not accurate.Tpm2.0 supports three algorithms,as follows: TBOOT: TPM

[tboot-devel] Fixed an expression and output format problem

2017-04-03 Thread shiwan...@gohighsec.com
Hi, There is an expression and output format problem. Firstly,number of algorithms should be %d instead of %08X,it will be more readable. Secondly,log expression is not accurate.Tpm2.0 supports three algorithms,as follows: TBOOT: TPM: supported bank count = 3 TBOOT: TPM: bank alg = 0004 TBOO