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

Adds a check to ensure SCT time is while a CT log key was valid #350

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

steiza
Copy link
Member

@steiza steiza commented Dec 11, 2024

Summary

Fixes #178 - we want to make sure the SCT we're verifying with a CT log key happened while the CT log key was valid.

Release Note

NONE

Documentation

N/A

Adds a check to ensure SCT time is while a CT log key was valid.

Signed-off-by: Zach Steindler <steiza@github.com>
@steiza steiza requested a review from a team as a code owner December 11, 2024 17:03
Copy link
Member

@codysoyland codysoyland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot about this issue... thanks for fixing!

Copy link
Member

@kommendorkapten kommendorkapten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@steiza steiza merged commit ab65d83 into main Dec 12, 2024
11 checks passed
@steiza steiza deleted the check-sct-against-ct-timerange branch December 12, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SCT verification should compare timestamp against CT log validity window
4 participants