-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ST33 support for pre-provisioned device identity key and certificate #336
Conversation
b1ac646
to
52dd736
Compare
…e Identity and Attestation" specification. Build macro: `WOLFTPM_MFG_IDENTITY`.
…et). It requires platform auth to be set. Add benchmarks for new ST33KTPM2XI2C. Fix 0x1XX error code parsing.
52dd736
to
f983525
Compare
Can confirm this fixes unit, bench, and wrap. Will test tls_client and the rest next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Tested WOLFTPM_MFG_IDENTITY on hardware, and reading pre-provisioned cert/key works with TLS. Wrap, native_test, unit, and bench all work.
Great, I also reviewed your fixes. Looks good. Please merge. |
WOLFTPM_MFG_IDENTITY
.TPM2_SetCommandSet
). It requires platform auth to be set.0x1XX
error code parsing.