We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug This string 311A 3009 0603 550406 1302 554B 310d 300b 0603 55040A 0C04 47434851
decodes as SET SEQUENCE ObjectIdentifier countryName (2 5 4 6) PrintableString 'UK' SET SEQUENCE ObjectIdentifier organizationName (2 5 4 10) UNKNOWN(12) 47434851
Line before last, change 0C04 to 0c04
The sequence now decodes as
SET SEQUENCE ObjectIdentifier countryName (2 5 4 6) PrintableString 'UK' SET SEQUENCE ObjectIdentifier organizationName (2 5 4 10) UTF8String 'GCHQ'
To Reproduce Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:
Expected behaviour Is the ASN.1 module only supporting capital letters for lengths in hex?
Cheers,
AK
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
This string
311A
3009
0603
550406
1302
554B
310d
300b
0603
55040A
0C04
47434851
decodes as
SET
SEQUENCE
ObjectIdentifier countryName (2 5 4 6)
PrintableString 'UK'
SET
SEQUENCE
ObjectIdentifier organizationName (2 5 4 10)
UNKNOWN(12) 47434851
Line before last, change 0C04 to 0c04
The sequence now decodes as
SET
SEQUENCE
ObjectIdentifier countryName (2 5 4 6)
PrintableString 'UK'
SET
SEQUENCE
ObjectIdentifier organizationName (2 5 4 10)
UTF8String 'GCHQ'
To Reproduce
Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:
Expected behaviour
Is the ASN.1 module only supporting capital letters for lengths in hex?
Cheers,
AK
The text was updated successfully, but these errors were encountered: