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

timestamp range check: truncate microseconds as rfc3161 timestamp is … #6

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

ikreymer
Copy link
Member

@ikreymer ikreymer commented Jun 27, 2024

…rounded to seconds,

while request timestamp may have microseconds. just drop microseconds if present on request timestamp

wacz-signer seems to take a similar approach by adding one second:
https://github.com/harvard-lil/wacz-signing/blob/develop/wacz_signing/signer.py#L335

bump to 0.5.2

…rounded to seconds,

while request timestamp may have microseconds. just drop microseconds if present on request timestamp
bump to 0.5.2
@ikreymer ikreymer merged commit 84e7307 into main Jun 27, 2024
2 checks passed
@ikreymer ikreymer deleted the truncate-timestamp branch June 27, 2024 16:28
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.

1 participant