-
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
HashLengthAndBase64Value() needs to be reimplemented #108
Labels
Milestone
Comments
@pan-apple can you re-assess this, please? |
ping @pan-apple ? |
We can close this issue, as this code is not relevant for CHIP. |
domichae-amazon
pushed a commit
to domichae-amazon/connectedhomeip
that referenced
this issue
Mar 1, 2023
… constructor (project-chip#108) * Android tv-casting-app: Adding defensive null checks in DiscoveredNodeData constructor * Adding more defensive checks / exception handling
chrisdecenzo
pushed a commit
that referenced
this issue
Mar 7, 2023
…arsing (#25464) * Checking if multicastLock isHeld before trying to release it, avoiding stopServiceDiscovery call if discovery failed to start * Android tv-casting-app: Adding defensive checks in DiscoveredNodeData constructor (#108) * Android tv-casting-app: Adding defensive null checks in DiscoveredNodeData constructor * Adding more defensive checks / exception handling
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this issue
Mar 22, 2023
…arsing (project-chip#25464) * Checking if multicastLock isHeld before trying to release it, avoiding stopServiceDiscovery call if discovery failed to start * Android tv-casting-app: Adding defensive checks in DiscoveredNodeData constructor (project-chip#108) * Android tv-casting-app: Adding defensive null checks in DiscoveredNodeData constructor * Adding more defensive checks / exception handling
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this issue
Nov 22, 2024
mergify bot
pushed a commit
that referenced
this issue
Nov 28, 2024
…6628) * [SL-UP] Remove two algo design for the wifi retry mechanism (#103) * [SL-UP] Rename ot interval to transport interval (#108) * [SL-UP] Delete unnecessary double abstraction for the wiseconnect power save functions (#109) * [SL-UP] Update spi-multiplex header inclusion (#110) * [SL-UP] Fix Builds after Wi-Fi interface refactor (#111) * [SL-UP] Remove WF200 define duplication to avoid value conflicts at runtime (#126) * fix spacing * restyle * Fix define name * add missing function * Fix wf200 ICD build * Restyled by clang-format * Add debug config * Re added sem check --------- Co-authored-by: Restyled.io <[email protected]>
yyzhong-g
pushed a commit
to yyzhong-g/connectedhomeip
that referenced
this issue
Dec 12, 2024
…oject-chip#36628) * [SL-UP] Remove two algo design for the wifi retry mechanism (project-chip#103) * [SL-UP] Rename ot interval to transport interval (project-chip#108) * [SL-UP] Delete unnecessary double abstraction for the wiseconnect power save functions (project-chip#109) * [SL-UP] Update spi-multiplex header inclusion (project-chip#110) * [SL-UP] Fix Builds after Wi-Fi interface refactor (project-chip#111) * [SL-UP] Remove WF200 define duplication to avoid value conflicts at runtime (project-chip#126) * fix spacing * restyle * Fix define name * add missing function * Fix wf200 ICD build * Restyled by clang-format * Add debug config * Re added sem check --------- Co-authored-by: Restyled.io <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
#104 deleted implementation of
HashLengthAndBase64Value()
and corresponding calls to it. This was done becausePlatform::Security
module is not available.Proposed Solution
Reimplement the function with available APIs. Add the calls to function from where it was removed.
Deleted code reference:
https://github.com/project-chip/connectedhomeip/blob/master/src/include/platform/internal/GenericConfigurationManagerImpl.ipp#L1053
The text was updated successfully, but these errors were encountered: