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
230 stars 55 forks source link

Fixes to avoid struct assignment and C++ build fixes #303

Closed dgarske closed 8 months ago

dgarske commented 9 months ago

Which can result is unaligned access (use memcpy). ZD 16788 Also fixes for building with C++.