Skip to content

RASN1.parse may parse multiple elements#49

Merged
lemontree55 merged 1 commit intomasterfrom
fix048
Jun 12, 2025
Merged

RASN1.parse may parse multiple elements#49
lemontree55 merged 1 commit intomasterfrom
fix048

Conversation

@lemontree55
Copy link
Owner

In case of an input DER string containing multiple elements without a top container one, RASN1.parse now returns an Array of all elements, instead of only the first one.

Fix #48

In case of an input DER string containing multiple elements without a
top container one, RASN1.parse now returns an Array of all elements,
instead of ony the first one.
@lemontree55 lemontree55 merged commit eebdc49 into master Jun 12, 2025
7 checks passed
@lemontree55 lemontree55 deleted the fix048 branch June 13, 2025 06:17
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.

different decode/parse for same der

1 participant