Skip to content
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

Ignore root cert expiration in Server. #26372

Conversation

bzbarsky-apple
Copy link
Contributor

Since there is no real way to rotate the root cert for a fabric, even just to update its validity period, enforcing the validity period for it just means making the fabric not work and runs the risk of making devices completely unreachable.

Switch to not validating expiration time for a root certificate, while keeping existing behavior for the NotBefore and all other certificate types.

Since there is no real way to rotate the root cert for a fabric, even just to
update its validity period, enforcing the validity period for it just means
making the fabric not work and runs the risk of making devices completely
unreachable.

Switch to not validating expiration time for a root certificate, while keeping
existing behavior for the NotBefore and all other certificate types.
@github-actions
Copy link

github-actions bot commented May 4, 2023

PR #26372: Size comparison from de1c64a to e8d1b32

Increases (1 build for cc32xx)
platform target config section de1c64a e8d1b32 change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 604866 605066 200 0.0
(read/write) 204156 204164 8 0.0
.bss 197568 197576 8 0.0
.debug_abbrev 957005 957528 523 0.1
.debug_aranges 101104 101136 32 0.0
.debug_frame 341416 341512 96 0.0
.debug_info 19522697 19529296 6599 0.0
.debug_line 2666219 2666592 373 0.0
.debug_loclists 1488771 1489162 391 0.0
.debug_rnglists 94291 94315 24 0.0
.debug_str 3100491 3101368 877 0.0
.rodata 104346 104362 16 0.0
.strtab 482872 483384 512 0.1
.symtab 287120 287328 208 0.1
.text 498396 498580 184 0.0
Full report (1 build for cc32xx)
platform target config section de1c64a e8d1b32 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 604866 605066 200 0.0
(read/write) 204156 204164 8 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197568 197576 8 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 957005 957528 523 0.1
.debug_aranges 101104 101136 32 0.0
.debug_frame 341416 341512 96 0.0
.debug_info 19522697 19529296 6599 0.0
.debug_line 2666219 2666592 373 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1488771 1489162 391 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 94291 94315 24 0.0
.debug_str 3100491 3101368 877 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104346 104362 16 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 482872 483384 512 0.1
.symtab 287120 287328 208 0.1
.text 498396 498580 184 0.0

@bzbarsky-apple bzbarsky-apple merged commit ed8d546 into project-chip:master May 5, 2023
@bzbarsky-apple bzbarsky-apple deleted the ignore-root-cert-expiration branch May 5, 2023 16:19
bzbarsky-apple added a commit to bzbarsky-apple/connectedhomeip that referenced this pull request May 6, 2023
Since there is no real way to rotate the root cert for a fabric, even just to
update its validity period, enforcing the validity period for it just means
making the fabric not work and runs the risk of making devices completely
unreachable.

Switch to not validating expiration time for a root certificate, while keeping
existing behavior for the NotBefore and all other certificate types.
andy31415 pushed a commit that referenced this pull request May 8, 2023
Since there is no real way to rotate the root cert for a fabric, even just to
update its validity period, enforcing the validity period for it just means
making the fabric not work and runs the risk of making devices completely
unreachable.

Switch to not validating expiration time for a root certificate, while keeping
existing behavior for the NotBefore and all other certificate types.
Damian-Nordic pushed a commit to Damian-Nordic/connectedhomeip that referenced this pull request Jun 1, 2023
…6372) (project-chip#26406)

Since there is no real way to rotate the root cert for a fabric, even just to
update its validity period, enforcing the validity period for it just means
making the fabric not work and runs the risk of making devices completely
unreachable.

Switch to not validating expiration time for a root certificate, while keeping
existing behavior for the NotBefore and all other certificate types.

cherry-picked from: 4ff8bc7
maciejbaczmanski pushed a commit to maciejbaczmanski/connectedhomeip that referenced this pull request Jul 15, 2024
…6372) (project-chip#26406)

Since there is no real way to rotate the root cert for a fabric, even just to
update its validity period, enforcing the validity period for it just means
making the fabric not work and runs the risk of making devices completely
unreachable.

Switch to not validating expiration time for a root certificate, while keeping
existing behavior for the NotBefore and all other certificate types.

cherry-picked from: 4ff8bc7
maciejbaczmanski pushed a commit to maciejbaczmanski/connectedhomeip that referenced this pull request Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants