Doc fix.
[libtasn1.git] / NEWS
blob41dbf9fb97cbcdbbddc53f38c7c6c96b36129bda
1 Version 0.2.12
2 - Manual converted to Texinfo format.
3 - Various internal cleanups.
5 Version 0.2.11
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.
9  
10 Version 0.2.10
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>.
16 Version 0.2.9
17 - Accept negative numbers as range in INTEGER declarations
19 Version 0.2.8
20 - Add asn1_delete_element function
22 Version 0.2.7
23 - Added versioned symbols.
25 Version 0.2.6
26 - ASN.1 parser accepts these kinds of integer definitions:
27   "INTEGER (5 | 10)" and
28   "INTEGER (5)"
29 - Comments start at "--" and finish at the "end of line" or
30   with another "--". 
32 Version 0.2.5
33 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
34   types coding.
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
44   of BIT STRING
46 Version 0.2.4
47 - Bug fix in asn1_der_coding with NULL parameter
48 - Manage DEFAULT option with OBJECT IDENTIFIER
50 Version 0.2.3
51 - Chenge asn1_find_structure_from_oid prototype
52 - Chenge asn1_find_structure_from_oid prototype
53 - Add ASN1_MEM_ALLOC_ERROR return value
55 Version 0.2.2
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
61 Version 0.2.1
62 - Add asn1_find_structure_from_oid function
63 - Add asn1_read_tag function
65 Version 0.2.0
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")
71 Version 0.1.2
72 - Added GeneralString type
73 - Fixed a DER encoding bug when nested tags are used
75 Version 0.1.1
76 - Renamed to libtasn1
77 - Functions which return a string for error description
78   now accept a NULL argument.
79 - License is now GNU Lesser GPL
81 Version 0.1.0
82 - Initial release