We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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})
The text was updated successfully, but these errors were encountered:
Hi @temppost2, Have you found any workaround for this issue? I am encountering the same problem with ITU-T X.880 ASN.1 files.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: