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