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