-
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.
Browse files
Browse the repository at this point in the history
* added credentials/DeviceAttestationVendorReserved.h added classes for deconstruction and construction for VendorReserved data changed calls for device attestation for new signatures * coauthor: restyled - whitespace * added credentials/DeviceAttestationVendorReserved.h added classes for deconstruction and construction for VendorReserved data changed calls for device attestation for new signatures * coauthor: restyled - whitespace * Update src/credentials/DeviceAttestationConstructor.cpp Co-authored-by: Boris Zbarsky <[email protected]> * review updates made sure private is after public private data items are prefixed with 'm' * review comment, used strlen instead of hardcoded number, compute bytespans based on strlen instead of size of arrays test err code from to many added elements (CHIP_ERROR_NO_MEMORY instread of !CHIP_NO_ERROR) * coauthor: clang-format * per review, replace Init and SaveAttestationElements in DeviceAttestationsElementsDeconstructor with PrepareToReadVendorReservedElements. * Incorporated PR 10546 review comments * Incorporated PR 10546 review comments (part 2) * Addressed PR 10546 review comments (11/10) Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Vijay Selvaraj <[email protected]> Co-authored-by: Vijay Selvaraj <[email protected]>
- Loading branch information
1 parent
5d4bade
commit 3c750d3
Showing
7 changed files
with
514 additions
and
240 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
Oops, something went wrong.