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

Epoch timestamps in RRSIG not supported #110

Closed
k0ekk0ek opened this issue Nov 22, 2023 · 0 comments
Closed

Epoch timestamps in RRSIG not supported #110

k0ekk0ek opened this issue Nov 22, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@k0ekk0ek
Copy link
Contributor

Expiration time and inception time fields may be expressed as either an unsigned decimal integer indicating seconds since 1 January 1970 00:00:00 UTC, or in the form YYYYMMDDHHmmSS in UTC (see RFC4034 section 3.2).

Integer parsing code is mostly copy pasted as needed, it's probably worth consolidating and perhaps optimizing for large integer values. An initial version can be found in a comment on #25. A benchmark should tell us if it's worth it (optimization is not relevant for 0.1.0).

@k0ekk0ek k0ekk0ek added this to the Release 0.1.0 milestone Nov 22, 2023
@k0ekk0ek k0ekk0ek added the bug Something isn't working label Nov 22, 2023
k0ekk0ek added a commit to k0ekk0ek/simdzone that referenced this issue Mar 10, 2024
k0ekk0ek added a commit to k0ekk0ek/simdzone that referenced this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant