Bottomley: TPM2 and Linux
James Bottomley looks at
Trusted Platform Module (TPM) version 2. "
Recently Microsoft started mandating TPM2 as a hardware requirement for all platforms running recent versions of windows. This means that eventually all shipping systems (starting with laptops first) will have a TPM2 chip. The reason this impacts Linux is that TPM2 is radically different from its predecessor TPM1.2; so different, in fact, that none of the existing TPM1.2 software on Linux (trousers, the libtpm.so plug in for openssl, even my gnome keyring enhancements) will work with TPM2. The purpose of this blog is to explore the differences and how we can make ready for the transition." (Thanks to Paul Wise)
Posted Jan 4, 2017 5:51 UTC (Wed)
by luto (guest, #39314)
[Link]
Bottomley: TPM2 and Linux
Wow, that is so much nicer than my old attempt to do this that it's ridiculous. Well done!