wolfSSL / wolfBoot

wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
https://www.wolfssl.com
GNU General Public License v3.0
347 stars 98 forks source link

Clarification of option values. #419

Closed jnz86 closed 5 months ago

jnz86 commented 6 months ago

Removed old config reference to WOLFCRYPT_TZ_ENGINE, now exists without "engine".

Clarified that WOLFCRYPT_TZ_PKCS11 is an option and made common to the other option references by including a example boolean value.

dgarske commented 6 months ago

Hi @jnz86 ,

Thank you for pointing out these documentation inconsistencies. I don't see a contributor agreement on file for you. Are you planning additional PR's? Can you tell us more about your project?

Since this is a simple documentation report we may treat this as a bug report and fix internally and open another PR.

Thanks, David Garske, wolfSSL

jnz86 commented 6 months ago

I’m not planning on making additional PRs… u less I find more errors! Which is possible.I am planning on adding H5 support which should be quite similar to the L5 or U5 - but we already pay you guys so I’m not sure I’ll contribute that back under the commercial license. I’m going to hack on it pretty badly at first I’m sure.

danielinux commented 5 months ago

Fixed in #432. Thanks for reporting.