-
Notifications
You must be signed in to change notification settings - Fork 141
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
Update layout expiry behavior #616
Conversation
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.
I think logically this coming along. Note that you don't have to close this PR to push more changes, you can just push to the same branch. :)
Current issue: verifylib.py is having trouble comparing the two mocked dates as one is timezone aware and the other date is not. |
10bd742
to
b7dbaac
Compare
b7dbaac
to
c402570
Compare
8218d2d
to
17f12ed
Compare
Previously, the layout was considered to be expired if the current time was after the timestamp in the layout. Now, the layout is considered to be expired from the time specified in the layout onwards. Signed-off-by: Spencer Klem <[email protected]>
17f12ed
to
d8a3b4a
Compare
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.
💯
Great work, @SpencerKlem! |
Please fill in the fields below to submit a pull request. The more information
that is provided, the better.
Fixes issue #545:
Description of the changes being introduced by the pull request:
Adding test cases, has bug
Please verify and check that the pull request fulfills the following
requirements: