Page 1 of 1

TPM Support coming soon to ESP32 - TPM2 I2C SPI

Posted: Tue May 07, 2024 6:45 pm
by gojimmypi
I'm working on adding Espressif ESP32 support to the wolfTPM library over at wolfSSL.

Initial support working so far is the I2C version of the Infineon TPM 9673 chip, for example in this Raspberry Pi HAT:

https://www.infineon.com/cms/en/product ... -rpi-eval/

There's also this LetsTrustTPM2Go project, that should also work. I ordered one just today.

https://letstrust.de/archives/51-New-Le ... oject.html

Any interest in this or other TPM modules? It is an awesome way to add robust security features to a project. Open a GitHub issue at wolfSSL or send a message to support@wolfssl.com to learn more:

https://github.com/wolfSSL/wolfTPM

Re: TPM Support coming soon to ESP32 - TPM2 I2C SPI

Posted: Tue May 14, 2024 12:42 am
by gojimmypi
Initial TPM 2.0 support for the ESP32 now available with merge of wolfTPM PR #351

https://github.com/wolfSSL/wolfTPM/pull/351