-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support for Hardware Secure Module (HSM) using Infineon OPTIGA Trust M #33130
Conversation
project-chip#32771) * 1)Added Crypto Function provided by Infineon HSM OPTIGA Trust M * Fix Lint code base error and remove unnecessary comments. * Restyled by whitespace * Apply restyled changes. * - Tidy up the code and the printouts. - Updated the trustm_Open() to add init settings. * - Clear the trustm_isOpen flag when trustm_close() is called. * Apply restyled patch * 1)Updated README.md * Restyled by prettier-markdown * 1)Tidy Up the code
2)Updated crypto functions for V1.2 branch
PR #33130: Size comparison from b35ef93 to 52f5b58 Full report (8 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #33130: Size comparison from b35ef93 to 7e35220 Increases above 0.2%:
Increases (4 builds for psoc6)
Decreases (8 builds for efr32, psoc6)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@ying-css what PRs were cherrypicked? Could you add this information in the summary if the issue? |
@andy31415 The PR we cherry picked is: #32771. and the new commit on top of this PR is some necessary changes for crypto functions(Based on V1.2 branch) for successful project building. Thanks |
1)Cherry picked from master branch
2)Updated guide for Trust M provisioning
3)Updated some changes for crypto functions for V1.2 branch