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

Global and hierarchical state #69

Open
masihyeganeh opened this issue Jun 19, 2021 · 5 comments
Open

Global and hierarchical state #69

masihyeganeh opened this issue Jun 19, 2021 · 5 comments

Comments

@masihyeganeh
Copy link

I love this rustic implementation of parser using TryFrom but it needs a global state e.g. to support IMPLICIT/EXPLICIT/AUTOMATIC TAGS that will affect all sub structures

@kellerkindt
Copy link
Owner

Can you link and/or explain what the differences is between IMPLICIT/EXPLICIT/AUTOMATIC TAGS is? With uPER this didn't really matter until now

@masihyeganeh
Copy link
Author

Yeah, as I said before, there is a good post in let's encrypt for that:
https://letsencrypt.org/docs/a-warm-welcome-to-asn1-and-der/#explicit-vs-implicit

@masihyeganeh
Copy link
Author

Hey @kellerkindt,
Could you find spare time to look at this?

@kellerkindt
Copy link
Owner

kellerkindt commented Sep 7, 2021

TBH, I did not. I don't have a lot of time left over to work on this at the moment. But I want to at some point - maybe at or until Christmas I will have some spare time for this.

Regarding the state tracking and from what I have seen while glossing over the linked article, wouldn't it fit better in the Model type with an additional field?

@kellerkindt
Copy link
Owner

kellerkindt commented Sep 27, 2021

Cross referencing with #34 and #10

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

2 participants