Skip to content

User-defined constraints are not supported #37

@temppost2

Description

@temppost2

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})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions