Fix copyright.
[libtasn1.git] / NEWS
blobdb9292c501313293b33bf1f71301454e0850cdf7
1 Version 0.2.18
2 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
3 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
4 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
5   thanks to Bernard Leak.
7 Version 0.2.17
8 - Fixed typo to make it build.
10 Version 0.2.16
11 - Version script added again.
13 Version 0.2.15
14 - Gnulib is used to implement memmove if your system does not have it.
15 - Simplified assert/error handling slightly.
17 Version 0.2.14
18 - Some build fixes.
19 - Pkg-config script 'libtasn1.pc' added.
20 - Postal address to FSF in license updated.
22 Version 0.2.13
23 - Version number in libtasn1.h updated properly.
25 Version 0.2.12
26 - Manual converted to Texinfo format.
27 - Manual in GTK-DOC and DevHelp formats added.
28 - Man pages for all functions added.
29 - Various internal cleanups.
31 Version 0.2.11
32 - Added the self test with "make check" target
33 - Added management of ANY type with null length
34 - Corrected some writes to invalid data.
36 Version 0.2.10
37 - Added scripts to assist in libtasn1 version detection
38   from configure scripts.
39 - Corrected a DER decoding bug which was reported
40   by Max Vozeler <max@hinterhof.net>.
42 Version 0.2.9
43 - Accept negative numbers as range in INTEGER declarations
45 Version 0.2.8
46 - Add asn1_delete_element function
48 Version 0.2.7
49 - Added versioned symbols.
51 Version 0.2.6
52 - ASN.1 parser accepts these kinds of integer definitions:
53   "INTEGER (5 | 10)" and
54   "INTEGER (5)"
55 - Comments start at "--" and finish at the "end of line" or
56   with another "--". 
58 Version 0.2.5
59 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
60   types coding.
61 - Manage structured format (BER encoding) in
62   asn1_der_decoding, asn1_decoding_element and 
63   asn1_der_decoding_startEnd for OCTET STRING type.
64 - Manage SEQUENCE and SET empty structure. 
65 - Manage "indefinite length method" in asn1_der_decoding,
66   asn1_decoding_element and asn1_der_decoding_startEnd 
67   for the following types:
68   SEQUENCE, SEQUENCE OF, SET, and SET OF.
69 - Bug fix in asn1_read_value with NULL parameter in case
70   of BIT STRING
72 Version 0.2.4
73 - Bug fix in asn1_der_coding with NULL parameter
74 - Manage DEFAULT option with OBJECT IDENTIFIER
76 Version 0.2.3
77 - Chenge asn1_find_structure_from_oid prototype
78 - Chenge asn1_find_structure_from_oid prototype
79 - Add ASN1_MEM_ALLOC_ERROR return value
81 Version 0.2.2
82 - Add vector length check in asn1_der_coding function
83 - Add vector length check in asn1_der_coding function
84 - Add vector length check in asn1_read_value function
85 - Add asn1_check_version function
87 Version 0.2.1
88 - Add asn1_find_structure_from_oid function
89 - Add asn1_read_tag function
91 Version 0.2.0
92 - Support for other platforms
93 - Change asn1_create_element function interface (dest_name not needed any more)
94 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
95   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
97 Version 0.1.2
98 - Added GeneralString type
99 - Fixed a DER encoding bug when nested tags are used
101 Version 0.1.1
102 - Renamed to libtasn1
103 - Functions which return a string for error description
104   now accept a NULL argument.
105 - License is now GNU Lesser GPL
107 Version 0.1.0
108 - Initial release