Asn1tools Versions Save

ASN.1 parsing, encoding and decoding.

0.156.0

3 years ago
  • Support for decoding BER SET and SEQUENCE OF members in any order
  • Improved performance of BER decoding for MemberTypes
  • Improved error handling with better location details and and consistency in error message

0.155.3

3 years ago

Bugfix for numeric enum default values

0.155.2

3 years ago

Fixes numeric enum default values

0.155.1

3 years ago

Fixes generation of uper C code for 24 bit integers

0.154.0

3 years ago

Up to 64 bit sized bit strings supported in C code generator

0.153.2-2

3 years ago

Enum defaults user types (#90)

  • Fixed handling of default values in user types

  • Fixed referencing user types in defaults that are not structured

  • Bumped version to 0.153.2

Co-authored-by: futsch1 <II0tiZavgK36RgPbh3id>

0.153.1

3 years ago

Enum with default value not working in C code generator fixed