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