In tpm.h, this is #define'd as 0x0000f000. The typical EK certificate would have the D bit set, and thus the actual address would be 1000f000. If the application writer simply used the #define, they might think there is no certificate.
This isn't quite a bug, but it is misleading. I recommend commenting the header file accordingly. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
