2 - Manual converted to Texinfo format.
3 - Various internal cleanups.
6 - Added the self test with "make check" target
7 - Added management of ANY type with null length
8 - Corrected some writes to invalid data.
11 - Added scripts to assist in libtasn1 version detection
12 from configure scripts.
13 - Corrected a DER decoding bug which was reported
14 by Max Vozeler <max@hinterhof.net>.
17 - Accept negative numbers as range in INTEGER declarations
20 - Add asn1_delete_element function
23 - Added versioned symbols.
26 - ASN.1 parser accepts these kinds of integer definitions:
27 "INTEGER (5 | 10)" and
29 - Comments start at "--" and finish at the "end of line" or
33 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
35 - Manage structured format (BER encoding) in
36 asn1_der_decoding, asn1_decoding_element and
37 asn1_der_decoding_startEnd for OCTET STRING type.
38 - Manage SEQUENCE and SET empty structure.
39 - Manage "indefinite length method" in asn1_der_decoding,
40 asn1_decoding_element and asn1_der_decoding_startEnd
41 for the following types:
42 SEQUENCE, SEQUENCE OF, SET, and SET OF.
43 - Bug fix in asn1_read_value with NULL parameter in case
47 - Bug fix in asn1_der_coding with NULL parameter
48 - Manage DEFAULT option with OBJECT IDENTIFIER
51 - Chenge asn1_find_structure_from_oid prototype
52 - Chenge asn1_find_structure_from_oid prototype
53 - Add ASN1_MEM_ALLOC_ERROR return value
56 - Add vector length check in asn1_der_coding function
57 - Add vector length check in asn1_der_coding function
58 - Add vector length check in asn1_read_value function
59 - Add asn1_check_version function
62 - Add asn1_find_structure_from_oid function
63 - Add asn1_read_tag function
66 - Support for other platforms
67 - Change asn1_create_element function interface (dest_name not needed any more)
68 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in
69 asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
72 - Added GeneralString type
73 - Fixed a DER encoding bug when nested tags are used
77 - Functions which return a string for error description
78 now accept a NULL argument.
79 - License is now GNU Lesser GPL