wolfSSL / wolfTPM

wolfTPM is a highly portable TPM 2.0 library, designed for embedded use.
https://www.wolfssl.com
GNU General Public License v2.0
232 stars 56 forks source link

Fix for big endian in TIS layer. #191

Closed dgarske closed 2 years ago

anhu commented 2 years ago

Seems the change would be more appropriate in TPM2_TIS_Read() ?

dgarske commented 2 years ago

Seems the change would be more appropriate in TPM2_TIS_Read() ?

No, the other uses of TPM2_TIS_Read already handle endianness.

anhu commented 2 years ago

I see. Thanks for the explanation.