2 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
3 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
4 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
5 thanks to Bernard Leak.
6 - Update of gnulib files.
7 - Typo fixes in comments, e.g. finish libasn1 to libtasn1 renaming,
8 use LGPL boiler plate on some files in lib/.
11 - Fixed typo to make it build.
14 - Version script added again.
17 - Gnulib is used to implement memmove if your system does not have it.
18 - Simplified assert/error handling slightly.
22 - Pkg-config script 'libtasn1.pc' added.
23 - Postal address to FSF in license updated.
26 - Version number in libtasn1.h updated properly.
29 - Manual converted to Texinfo format.
30 - Manual in GTK-DOC and DevHelp formats added.
31 - Man pages for all functions added.
32 - Various internal cleanups.
35 - Added the self test with "make check" target
36 - Added management of ANY type with null length
37 - Corrected some writes to invalid data.
40 - Added scripts to assist in libtasn1 version detection
41 from configure scripts.
42 - Corrected a DER decoding bug which was reported
43 by Max Vozeler <max@hinterhof.net>.
46 - Accept negative numbers as range in INTEGER declarations
49 - Add asn1_delete_element function
52 - Added versioned symbols.
55 - ASN.1 parser accepts these kinds of integer definitions:
56 "INTEGER (5 | 10)" and
58 - Comments start at "--" and finish at the "end of line" or
62 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
64 - Manage structured format (BER encoding) in
65 asn1_der_decoding, asn1_decoding_element and
66 asn1_der_decoding_startEnd for OCTET STRING type.
67 - Manage SEQUENCE and SET empty structure.
68 - Manage "indefinite length method" in asn1_der_decoding,
69 asn1_decoding_element and asn1_der_decoding_startEnd
70 for the following types:
71 SEQUENCE, SEQUENCE OF, SET, and SET OF.
72 - Bug fix in asn1_read_value with NULL parameter in case
76 - Bug fix in asn1_der_coding with NULL parameter
77 - Manage DEFAULT option with OBJECT IDENTIFIER
80 - Chenge asn1_find_structure_from_oid prototype
81 - Chenge asn1_find_structure_from_oid prototype
82 - Add ASN1_MEM_ALLOC_ERROR return value
85 - Add vector length check in asn1_der_coding function
86 - Add vector length check in asn1_der_coding function
87 - Add vector length check in asn1_read_value function
88 - Add asn1_check_version function
91 - Add asn1_find_structure_from_oid function
92 - Add asn1_read_tag function
95 - Support for other platforms
96 - Change asn1_create_element function interface (dest_name not needed any more)
97 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in
98 asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
101 - Added GeneralString type
102 - Fixed a DER encoding bug when nested tags are used
105 - Renamed to libtasn1
106 - Functions which return a string for error description
107 now accept a NULL argument.
108 - License is now GNU Lesser GPL