-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow end-to-end injection of DeviceAttestationVerifier (#18515)
* Allow end-to-end injection of DeviceAttestationVerifier - Injection exists in SetupParams, but it caused a singleton to be set in the end, which would not allow different DeviceAttestationVerifier per commissioner instance. Fixes #18401 Issue #18445 - This PR passes the attestation verifier end-to-end and stops using `GetDeviceAttestationVerifier()` singleton call in commissioner. If no attestation verifier is injected, the one from `GetDeviceAttestationVerifier()` is used. - Fix typos in the word "attestation" - Make chip-tool use the new injection path to prove that it works, while chip-repl and others use previous method. Testing done: - Unit tests pass - Cert tests pass * Restyled by clang-format * Fix lint Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
Showing
7 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters