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