-
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
Added CASE Authenticated Tags Support to Access Control Check. #12689
Merged
andy31415
merged 2 commits into
project-chip:master
from
emargolis:emargolis/feature/access-control-check-add-cats
Dec 13, 2021
Merged
Added CASE Authenticated Tags Support to Access Control Check. #12689
andy31415
merged 2 commits into
project-chip:master
from
emargolis:emargolis/feature/access-control-check-add-cats
Dec 13, 2021
+504
−391
Conversation
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
tcarmelveilleux
approved these changes
Dec 8, 2021
msandstedt
approved these changes
Dec 8, 2021
6aab918
to
f289c0a
Compare
Add the implicit admit for PASE after the spec is updated.connectedhomeip/src/access/AccessControl.cpp Lines 137 to 147 in f289c0a
This comment was generated by todo based on a
|
PR #12689: Size comparison from 0b60205 to f289c0a Increases (14 builds for efr32, k32w, linux, p6, qpg, telink)
Decreases (2 builds for linux)
Full report (15 builds for efr32, k32w, linux, p6, qpg, telink)
|
f289c0a
to
45dac8d
Compare
PR #12689: Size comparison from 077a822 to 45dac8d Increases (19 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
Decreases (2 builds for linux)
Full report (22 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
|
/rebase |
45dac8d
to
1f3a2aa
Compare
PR #12689: Size comparison from 586aca7 to 1f3a2aa Increases (19 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
Decreases (2 builds for linux)
Full report (22 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
|
-- Added CATValues field to the SubjectDescriptor struct -- Moved declaration of CASEAuthTag and CATValues into separate file src/lib/core/CASEAuthTag.h -- Added new CAT test cases to TestAccessControl.cpp -- Minor test cleanups
1f3a2aa
to
eea4f42
Compare
PR #12689: Size comparison from 228bd4b to eea4f42 Increases (19 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
Decreases (2 builds for linux)
Full report (22 builds for efr32, esp32, k32w, linux, mbed, p6, qpg, telink)
|
PR #12689: Size comparison from 228bd4b to df937e4 Increases (11 builds for k32w, linux, p6, qpg, telink)
Decreases (2 builds for linux)
Full report (12 builds for k32w, linux, p6, qpg, telink)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change overview
-- Added CATValues field to the SubjectDescriptor struct
-- Moved declaration of CASEAuthTag and CATValues into separate file src/lib/core/CASEAuthTag.h
-- Added new CAT test cases to TestAccessControl.cpp
-- Minor test cleanups
Testing
Existing and new unit tests.