GTK-DOC fixes.
[libtasn1.git] / NEWS
blob1b5e73b3ed78be0ef6a04f7f7ccb87bb81c18336
1 Version 0.2.11
2 - Added the self test with "make check" target
3 - Added management of ANY type with null length
4  
5 Version 0.2.10
6 - Added scripts to assist in libtasn1 version detection
7   from configure scripts.
8 - Corrected a DER decoding bug which was reported
9   by Max Vozeler <max@hinterhof.net>.
11 Version 0.2.9
12 - Accept negative numbers as range in INTEGER declarations
14 Version 0.2.8
15 - Add asn1_delete_element function
17 Version 0.2.7
18 - Added versioned symbols.
20 Version 0.2.6
21 - ASN.1 parser accepts these kinds of integer definitions:
22   "INTEGER (5 | 10)" and
23   "INTEGER (5)"
24 - Comments start at "--" and finish at the "end of line" or
25   with another "--". 
27 Version 0.2.5
28 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
29   types coding.
30 - Manage structured format (BER encoding) in
31   asn1_der_decoding, asn1_decoding_element and 
32   asn1_der_decoding_startEnd for OCTET STRING type.
33 - Manage SEQUENCE and SET empty structure. 
34 - Manage "indefinite length method" in asn1_der_decoding,
35   asn1_decoding_element and asn1_der_decoding_startEnd 
36   for the following types:
37   SEQUENCE, SEQUENCE OF, SET, and SET OF.
38 - Bug fix in asn1_read_value with NULL parameter in case
39   of BIT STRING
41 Version 0.2.4
42 - Bug fix in asn1_der_coding with NULL parameter
43 - Manage DEFAULT option with OBJECT IDENTIFIER
45 Version 0.2.3
46 - Chenge asn1_find_structure_from_oid prototype
47 - Chenge asn1_find_structure_from_oid prototype
48 - Add ASN1_MEM_ALLOC_ERROR return value
50 Version 0.2.2
51 - Add vector length check in asn1_der_coding function
52 - Add vector length check in asn1_der_coding function
53 - Add vector length check in asn1_read_value function
54 - Add asn1_check_version function
56 Version 0.2.1
57 - Add asn1_find_structure_from_oid function
58 - Add asn1_read_tag function
60 Version 0.2.0
61 - Support for other platforms
62 - Change asn1_create_element function interface (dest_name not needed any more)
63 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
64   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
66 Version 0.1.2
67 - Added GeneralString type
68 - Fixed a DER encoding bug when nested tags are used
70 Version 0.1.1
71 - Renamed to libtasn1
72 - Functions which return a string for error description
73   now accept a NULL argument.
74 - License is now GNU Lesser GPL
76 Version 0.1.0
77 - Initial release