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

Fix build error with missing `wc_RsaKeyToPublicDer_ex` #323

Closed dgarske closed 5 months ago

dgarske commented 5 months ago

Broken in #322

JacobBarthelmeh commented 5 months ago

Please also double check the macro guards around the ECC export above. I believe it needs

#if defined(HAVE_ECC) && defined(HAVE_ECC_KEY_EXPORT)