*** empty log message ***
[libtasn1.git] / NEWS
blobf57f5cd0f03987584b448a55d392bb619e1f1868
1 Version 0.2.11
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.
5  
6 Version 0.2.10
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>.
12 Version 0.2.9
13 - Accept negative numbers as range in INTEGER declarations
15 Version 0.2.8
16 - Add asn1_delete_element function
18 Version 0.2.7
19 - Added versioned symbols.
21 Version 0.2.6
22 - ASN.1 parser accepts these kinds of integer definitions:
23   "INTEGER (5 | 10)" and
24   "INTEGER (5)"
25 - Comments start at "--" and finish at the "end of line" or
26   with another "--". 
28 Version 0.2.5
29 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
30   types coding.
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
40   of BIT STRING
42 Version 0.2.4
43 - Bug fix in asn1_der_coding with NULL parameter
44 - Manage DEFAULT option with OBJECT IDENTIFIER
46 Version 0.2.3
47 - Chenge asn1_find_structure_from_oid prototype
48 - Chenge asn1_find_structure_from_oid prototype
49 - Add ASN1_MEM_ALLOC_ERROR return value
51 Version 0.2.2
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
57 Version 0.2.1
58 - Add asn1_find_structure_from_oid function
59 - Add asn1_read_tag function
61 Version 0.2.0
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")
67 Version 0.1.2
68 - Added GeneralString type
69 - Fixed a DER encoding bug when nested tags are used
71 Version 0.1.1
72 - Renamed to libtasn1
73 - Functions which return a string for error description
74   now accept a NULL argument.
75 - License is now GNU Lesser GPL
77 Version 0.1.0
78 - Initial release