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

der: fix off-by-one error in BMPString tag #1037

Merged
merged 1 commit into from
May 3, 2023
Merged

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented May 2, 2023

The tag was previously configured to be 0x1D.

The correct decimal value of BMPString's tag is 30, or 0x1E in hex.

The tag was previously configured to be 0x1D.

The correct decimal value of BMPString's tag is 30, or 0x1E in hex.
@tarcieri tarcieri force-pushed the der/fix-bmpstring-tag branch from 9f32e9c to 4953f7d Compare May 2, 2023 23:57
@tarcieri tarcieri changed the title der: fix off-by-one error in BMPString tag der: fix off-by-one error in BMPString tag May 2, 2023
@tarcieri tarcieri merged commit 91b951d into master May 3, 2023
@tarcieri tarcieri deleted the der/fix-bmpstring-tag branch May 3, 2023 00:35
@tarcieri tarcieri mentioned this pull request May 16, 2023
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