Skip to content

der: remove EOC bytes from decoded indefinite lengths #1885

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

Merged
merged 1 commit into from
Jun 21, 2025

Conversation

tarcieri
Copy link
Member

The bytes 00 00 are used as a marker that we've reached the end of an indefinite length field, and are not of interest to someone who wants the actual value contained in the field.

@tarcieri tarcieri force-pushed the der/remove-eoc-from-decoded-indefinite-lengths branch from aaa1393 to fbf9171 Compare June 21, 2025 15:10
The bytes `00 00` are used as a marker that we've reached the end of an
indefinite length field, and are not of interest to someone who wants
the actual value contained in the field.
@tarcieri tarcieri force-pushed the der/remove-eoc-from-decoded-indefinite-lengths branch from fbf9171 to f41be83 Compare June 21, 2025 15:12
@tarcieri tarcieri merged commit 65b5d4c into master Jun 21, 2025
107 checks passed
@tarcieri tarcieri deleted the der/remove-eoc-from-decoded-indefinite-lengths branch June 21, 2025 15:39
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