-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[linux] Use new chip SHA256 class to re-implement CHIP provisioning HASH #1564
Conversation
* SHA256 class for CHIP is merged. Replace legacy SHA256 with chip::Crypto::Hash_SHA256_stream
Size increase report for "nrf-example-build"
Full report output
|
Size increase report for "linux-example-build"
Full report output
|
Size increase report for "esp32-example-build"
Full report output
|
Size increase report for "gn_nrf-example-build"
Full report output
|
Size increase report for "gn_linux-example-build"
Full report output
|
/** @brief Clears the first `len` bytes of memory area `buf`. | ||
* @param buf Pointer to a memory buffer holding secret data that should be cleared. | ||
* @param len Specifies secret data size in bytes. | ||
* @return void |
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.
nit: @return void
does not seem too useful (even doxygen would show me the signature)
…ASH (project-chip#1564) * SHA256 class for CHIP is merged. Replace legacy SHA256 with chip::Crypto::Hash_SHA256_stream
…ASH (project-chip#1564) * SHA256 class for CHIP is merged. Replace legacy SHA256 with chip::Crypto::Hash_SHA256_stream
Merge in WMN_TOOLS/matter from update_wifi_sdk_3_1_3_rc5 to RC_2.3.0-1.3 Squashed commit of the following: commit 939a05892d58d6f2ed63fc1343ba32b07ecbb018 Author: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Fri Feb 9 15:37:23 2024 -0500 Bump wifi_sdk sha to tag v3.1.3-rc5
Merge in WMN_TOOLS/matter from update_wifi_sdk_3_1_3_rc5 to RC_2.3.0-1.3 Squashed commit of the following: commit 939a05892d58d6f2ed63fc1343ba32b07ecbb018 Author: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Fri Feb 9 15:37:23 2024 -0500 Bump wifi_sdk sha to tag v3.1.3-rc5
Problem
CHIP provisioning hash logic within configuration manager is temporarily disabled and wait for final CHIP SHA256 implementation.
Summary of Changes
fixes #<1166>