-
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
da_revocation: align the revocation set generation algorithm with spec changes #36225
da_revocation: align the revocation set generation algorithm with spec changes #36225
Conversation
PR #36225: Size comparison from 75d7e6b to 7b138c4 Full report (44 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
PR #36225: Size comparison from 75d7e6b to c4a854b Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36225: Size comparison from 75d7e6b to 1bb607c Increases above 0.2%:
Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
51cc196
to
3092f75
Compare
PR #36225: Size comparison from b0cc28a to 3092f75 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Hey, just want to check in here. I am working a separate PR that will use this as a base. Do you have an ETA for when you'll be able to unblock and merge this? Thanks! |
3092f75
to
a52edee
Compare
@bh3000 This is ready, just waiting for approvals. I have rebased on top of master. @tcarmelveilleux @arkq can you please help with the review. |
PR #36225: Size comparison from c3b35eb to a52edee Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…c changes (project-chip#36225) * da_revocation: align the revocation set generation algorithm with spec changes * Add types to few methods * address review comments * add the vid/pid checks for PAI delegated crl signer * get_paa_cert_for_crl_issuer is actually fetching the issuer cert rather than the PAA
There has been some updates to the revocation set generation algorithm in https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/10308.
Add some helper function to interact with certificates.
Tests
Locally tested