TPM--Trusted Platform Module

trouSerS是IBM的一帮牛人搞的TSS软件栈,提供了与TPM交互的API,从而可以让我们方便地编写应用程序。

地址:https://sourceforge.net/projects/trousers/files/

其提供了一套完整协议栈(芯片驱动除外),trousers -> tpm-tools ->openssl。

网上有许多介绍tpm_trouSerS的移植使用的文章,大都基于tpm模拟器(tpm emulator)。

参考:

1. tpm emulator, trouSerS安装运行小记

2. http://trousers.sourceforge.net/man.html 

3. http://trousers.sourceforge.net/pkcs11.html

4. tpm协议栈测试程序 

5. https://sourceforge.net/projects/trousers/files/?source=navbar  TPM code

6. https://github.com/CreatorDev/Ci40-platform-feed  一个openwrt实现

7. http://www.elecfans.com/emb/dsp/20170308493878.html TPM芯片应用

原文地址:https://www.cnblogs.com/embedded-linux/p/6984302.html