MicrochipTech / cryptoauth_trustplatform_designsuite

The Trust Platform for CryptoAuthenticationâ„¢ is a combination of multiple elements to simplify the addition of security to any embedded design. This platform includes Hardware protyping tools along with a unique design suite to accelerate the prototyping of the most common use cases.
Other
14 stars 12 forks source link

TrustFLEX/08_asymmetric_authentication notebook's verify_cert_chain call doesn't work #8

Open cquartier opened 3 years ago

cquartier commented 3 years ago

I don't know if this repo is taking pull requests but I made PR #7 to fix this issue.

The 08_asymmetric_authentication notebook is ignoring the failure of the verify_cert_chain() call, which fails because the variables root_cert, signer_cert, and device_cert do not exist when the function is called.