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 · 1 comment
Open

User-defined constraints are not supported #37

temppost2 opened this issue Jan 30, 2021 · 1 comment

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})
@alishir
Copy link

alishir commented Jun 19, 2024

Hi @temppost2,
Have you found any workaround for this issue? I am encountering the same problem with ITU-T X.880 ASN.1 files.

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