Add.
[libtasn1.git] / NEWS
blob54eba85f94c91dd06bf82d84b6e6ca48a16d363e
1 Version 0.3.9 (unreleased)
2 - In generated code, config.h is pulled in if HAVE_CONFIG_H.
3 - Development changes: changed from CVS to GIT as an experiment.
4   I push my changes to <http://repo.or.cz/w/libtasn1.git>.
6 Version 0.3.8 (released 2006-11-16)
7 - Fix reading of binary files in asn1Decoding, for Windows.
9 Version 0.3.7 (released 2006-10-19)
10 - When asn1_der_coding encoded a TYPE_NULL and the output buffer is
11   NULL, it would not increment the counter properly, so the size of
12   the required buffer would be off by one.  Fixed.  Reported by
13   Stephen Wrobleski <steve@localtoast.org>.
14 - Fix configure to respect user-definable flags.  Reported by "Diego
15   'Flameeyes' Pettenò" <flameeyes@gentoo.org>.
16 - The --help and --version outputs from the tools have been improved.
18 Version 0.3.6 (released 2006-08-13)
19 - Fix man pages to use \- instead of - for negative signs (as in "-1").
20 - Add -I's when building in src/, so that unistd.h etc is found on
21   systems that doesn't have them.
22 - Valgrind isn't used for cross-compilation by default, and there is
23   also --disable-valgrind-tests to unconditionally disable it.
24 - Valgrind is invoked without parameters, put things you like into
25   ~/.valgrindrc instead.
27 Version 0.3.5 (released 2006-06-27)
28 - Fix asn1_octet_der to handle writes of zero-length buffers, before
29   it did not write the ASN.1 length for a zero-length buffer.  This caused
30   ASN.1 encodings to be incorrect on 64-bit platforms.
31 - Add self test that attempt to trigger the above bug.
32 - Fix test of -Wno-pointer-sign.
33 - Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.
35 Version 0.3.4 (released 2006-05-10)
36 - Really fix encodings.
37 - Add new self test, tests/Test_encoding.c.
38 - Self tests are ran under valgrind, if it is available.
39 - We test for the -Wno-pointer-sign parameter before using it.
41 Version 0.3.3 (released 2006-05-07)
42 - Add some 'const' to prototypes.
43 - Remove some 'unsigned' keywords.
44 - Corrected asn1_der_coding() bug introduced when it became reentrant.
45   Now it produces correct encodings.
47 Version 0.3.2
48 - Corrected bug in asn1_der_coding() which overwrited some
49   data in the original structure.
50 - The asn1Parser, asn1Coding and asn1Decoding programs are now installed.
52 Version 0.3.1
53 - Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
54   Reported by Cyril Holweck <cyril.holweck@q-free.com>.
55 - Add two more APIs required by GnuTLS.
56 - New public APIs:
57   asn1_find_node function
58   asn1_copy_node
60 Version 0.3.0
61 - Export DER utility functions, mostly so that GnuTLS can avoid using
62   libtasn1 internals.
63 - The _asn1* symbols are not exported in the shared library file (when
64   using GNU ld).
65 - The library can now be built using Visual Studio, and the project
66   files are included in windows/.
67 - New public APIs:
68   asn1_get_tag_der
69   asn1_octet_der
70   asn1_get_octet_der
71   asn1_bit_der
72   asn1_get_bit_der
73   asn1_get_length_der
74   asn1_length_der
76 Version 0.2.18
77 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
78 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
79 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
80   thanks to Bernard Leak.
81 - Update of gnulib files.
82 - Typo fixes in comments, e.g. finish libasn1 to libtasn1 renaming,
83   use LGPL boiler plate on some files in lib/.
85 Version 0.2.17
86 - Fixed typo to make it build.
88 Version 0.2.16
89 - Version script added again.
91 Version 0.2.15
92 - Gnulib is used to implement memmove if your system does not have it.
93 - Simplified assert/error handling slightly.
95 Version 0.2.14
96 - Some build fixes.
97 - Pkg-config script 'libtasn1.pc' added.
98 - Postal address to FSF in license updated.
100 Version 0.2.13
101 - Version number in libtasn1.h updated properly.
103 Version 0.2.12
104 - Manual converted to Texinfo format.
105 - Manual in GTK-DOC and DevHelp formats added.
106 - Man pages for all functions added.
107 - Various internal cleanups.
109 Version 0.2.11
110 - Added the self test with "make check" target
111 - Added management of ANY type with null length
112 - Corrected some writes to invalid data.
114 Version 0.2.10
115 - Added scripts to assist in libtasn1 version detection
116   from configure scripts.
117 - Corrected a DER decoding bug which was reported
118   by Max Vozeler <max@hinterhof.net>.
120 Version 0.2.9
121 - Accept negative numbers as range in INTEGER declarations
123 Version 0.2.8
124 - Add asn1_delete_element function
126 Version 0.2.7
127 - Added versioned symbols.
129 Version 0.2.6
130 - ASN.1 parser accepts these kinds of integer definitions:
131   "INTEGER (5 | 10)" and
132   "INTEGER (5)"
133 - Comments start at "--" and finish at the "end of line" or
134   with another "--". 
136 Version 0.2.5
137 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
138   types coding.
139 - Manage structured format (BER encoding) in
140   asn1_der_decoding, asn1_decoding_element and 
141   asn1_der_decoding_startEnd for OCTET STRING type.
142 - Manage SEQUENCE and SET empty structure. 
143 - Manage "indefinite length method" in asn1_der_decoding,
144   asn1_decoding_element and asn1_der_decoding_startEnd 
145   for the following types:
146   SEQUENCE, SEQUENCE OF, SET, and SET OF.
147 - Bug fix in asn1_read_value with NULL parameter in case
148   of BIT STRING
150 Version 0.2.4
151 - Bug fix in asn1_der_coding with NULL parameter
152 - Manage DEFAULT option with OBJECT IDENTIFIER
154 Version 0.2.3
155 - Chenge asn1_find_structure_from_oid prototype
156 - Chenge asn1_find_structure_from_oid prototype
157 - Add ASN1_MEM_ALLOC_ERROR return value
159 Version 0.2.2
160 - Add vector length check in asn1_der_coding function
161 - Add vector length check in asn1_der_coding function
162 - Add vector length check in asn1_read_value function
163 - Add asn1_check_version function
165 Version 0.2.1
166 - Add asn1_find_structure_from_oid function
167 - Add asn1_read_tag function
169 Version 0.2.0
170 - Support for other platforms
171 - Change asn1_create_element function interface (dest_name not needed any more)
172 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in 
173   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
175 Version 0.1.2
176 - Added GeneralString type
177 - Fixed a DER encoding bug when nested tags are used
179 Version 0.1.1
180 - Renamed to libtasn1
181 - Functions which return a string for error description
182   now accept a NULL argument.
183 - License is now GNU Lesser GPL
185 Version 0.1.0
186 - Initial release