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

User-defined constraints are not supported #37

Open
temppost2 opened this issue Jan 30, 2021 · 0 comments
Open

User-defined constraints are not supported #37

temppost2 opened this issue Jan 30, 2021 · 0 comments

Comments

@temppost2
Copy link

Compilation of h235.asn leads to errors while handling user-defined constraints used in SIGNED, ENCRYPTED and HASHED definitions.

User-defined constraints are explained in X.682 (look at chapter 9)

Example of user-defined constraint:

HASHED{ToBeHashed} ::= SEQUENCE {
  algorithmOID  OBJECT IDENTIFIER,
  paramS        Params, -- any "runtime" parameters
  hash          BIT STRING
}(CONSTRAINED BY { -- Hash --ToBeHashed})
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