manage 'INTEGER(1 | 2)' syntax
[libtasn1.git] / NEWS
blobccefa6573ead019280daa6aa9c2539907f3049e0
1 Version 0.2.6
2 - ASN.1 parser accepts these kinds of integer definitions:
3   "INTEGER (5 | 10)" and
4   "INTEGER (5)"
5 - Comments start at "--" and finish at the "end of line" or
6   with another "--". 
8 Version 0.2.5
9 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
10   types coding.
11 - Manage structured format (BER encoding) in
12   asn1_der_decoding, asn1_decoding_element and 
13   asn1_der_decoding_startEnd for OCTET STRING type.
14 - Manage SEQUENCE and SET empty structure. 
15 - Manage "indefinite length method" in asn1_der_decoding,
16   asn1_decoding_element and asn1_der_decoding_startEnd 
17   for the following types:
18   SEQUENCE, SEQUENCE OF, SET, and SET OF.
19 - Bug fix in asn1_read_value with NULL parameter in case
20   of BIT STRING
22 Version 0.2.4
23 - Bug fix in asn1_der_coding with NULL parameter
24 - Manage DEFAULT option with OBJECT IDENTIFIER
26 Version 0.2.3
27 - Chenge asn1_find_structure_from_oid prototype
28 - Chenge asn1_find_structure_from_oid prototype
29 - Add ASN1_MEM_ALLOC_ERROR return value
31 Version 0.2.2
32 - Add vector length check in asn1_der_coding function
33 - Add vector length check in asn1_der_coding function
34 - Add vector length check in asn1_read_value function
35 - Add asn1_check_version function
37 Version 0.2.1
38 - Add asn1_find_structure_from_oid function
39 - Add asn1_read_tag function
41 Version 0.2.0
42 - Support for other platforms
43 - Change asn1_create_element function interface (dest_name not needed any more)
44 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
45   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
47 Version 0.1.2
48 - Added GeneralString type
49 - Fixed a DER encoding bug when nested tags are used
51 Version 0.1.1
52 - Renamed to libtasn1
53 - Functions which return a string for error description
54   now accept a NULL argument.
55 - License is now GNU Lesser GPL
57 Version 0.1.0
58 - Initial release