【我的收藏夹】tpm2-tools 命令行选项飘移问题

tpm2-tools version 2.x or earlier
tpm2_createprimary -A e -g 0x000b -G 0x0001 -C po.ctx
tpm2_createprimary --auth e -g 0x000b -G 0x0001 -C po.ctx
tpm2-tools version 3.0.3
tpm2_createprimary -H o -g sha256 -G rsa -C po.ctx
tpm2_createprimary --hierarchy o -g sha256 -G rsa -C po.ctx

tpm2-tools git master branch, the newest supported command options for are:
tpm2_createprimary -a o -g sha256 -G rsa -C po.ctx
tpm2_createprimary --hierarchy o -g sha256 -G rsa -C po.ctx

TPM2.0 相关开发者

TPM2.0 相关开发者博客排名不分先后

  1. 阿里安全工程师 https://github.com/jiazhang0

  2. 英特尔软件工程师 Philip Tricca 的个人博客
    https://blog.twobit.us/author/flihp/

  3. James Bottomley 的个人博客
    https://blog.hansenpartnership.com/tpm2-and-linux/
    此博客讲解了如何手动编译IBM Research 研究中心提供的TPM软件包
    IBM Research相关研究员包括Ken Goldman和Hon Ching Lo (Vicky)

  1. Matthias Gerstner
    Security Engineer at SUSE Linux

  2. Peter Huewe
    https://github.com/PeterHuewe
    负责英飞凌TPM2.0产品, 英飞凌TPM2.0驱动的主要作者,内核驱动工程师

你可能感兴趣的:(【我的收藏夹】tpm2-tools 命令行选项飘移问题)