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

A better way to validate ASN.1 structures #1

Open
ChadSikorra opened this issue Apr 28, 2018 · 0 comments
Open

A better way to validate ASN.1 structures #1

ChadSikorra opened this issue Apr 28, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@ChadSikorra
Copy link
Contributor

Currently validating an ASN.1 structure is quite a pain. It requires a lot of manual effort. There should be a object-oriented way to build up a list of requirements that the structure must adhere to, then evaluate an existing ASN.1 type against those rules. This would eliminate a lot of error-prone loops and individual checks after constructing a structure from binary form.

@ChadSikorra ChadSikorra added the enhancement New feature or request label Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant