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

Tracking Issue: Value References #50

Open
3 of 5 tasks
kellerkindt opened this issue Mar 19, 2021 · 0 comments
Open
3 of 5 tasks

Tracking Issue: Value References #50

kellerkindt opened this issue Mar 19, 2021 · 0 comments

Comments

@kellerkindt
Copy link
Owner

kellerkindt commented Mar 19, 2021

ValueReferences are the constants of ASN.1. With this PR constant definitions in ASN.1 are parsed.

  • Parse and resolve basic Value References (Integers) Parse and resolve ValueReferences #49
  • Add constant values to rust (75f235b)
  • Support ENUMERATED values (0c1cd81)
  • Properly parse hex values and other non-integer VRs
  • an (yet) unsupported value reference literal of type 'TypeReference("...", None)' was discovered: "0" (simple values wrapped in tuples are not supported yet)

PR #49 changes public API and thus is a breaking change in this regard. A version bump to 0.3.0 is therefore required by the semantic versioning guidelines No. 4: "Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable."

This resolves #45

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

No branches or pull requests

1 participant