-
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
controller/python: add device attestation revocation support #37134
controller/python: add device attestation revocation support #37134
Conversation
Changed Files
|
PR #37134: Size comparison from e6e9614 to df97121 Full report (56 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37134: Size comparison from e6e9614 to 5cf1981 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
Conditional approval
5cf1981
to
ac35000
Compare
PR #37134: Size comparison from 22cd392 to 18b8b44 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Other comments from other reviewers should be addressed
PR #37134: Size comparison from 22cd392 to 2be5da2 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
set the revocation delegate
- Added the cli option to matter testing framework for setting the dac revocation set path - Added the required changes in the python bindings - Added an API to the python controller to set the dac revocation set path.
2be5da2
to
3cc67f6
Compare
PR #37134: Size comparison from 6e8676b to 3cc67f6 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
src/credentials/attestation_verifier/DefaultDeviceAttestationVerifier.h
Outdated
Show resolved
Hide resolved
PR #37134: Size comparison from 6e8676b to f2459a5 Increases above 0.2%:
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
Testing
NOTE: Used the
dac-provider-test-vectors
from #37122