Upgrade to libtasn1 4.19.0
[platform/upstream/libtasn1.git] / NEWS
1 GNU Libtasn1 NEWS                                     -*- outline -*-
2
3 * Noteworthy changes in release 4.19.0 (2022-08-23) [stable]
4 - Clarify libtasn1.map license.  Closes: #38.
5 - Fix ETYPE_OK out of bounds read.  Closes: #32.
6 - Update gnulib files and various maintenance fixes.
7
8 * Noteworthy changes in release 4.18.0 (2021-11-09) [stable]
9 - Improve GTK-DOC manual.  Closes: #35.
10 - Improve --help and --version for tools with gnulib.  Closes: #37.
11 - Update gnulib files and various maintenance fixes.
12
13 * Noteworthy changes in release 4.17.0 (2021-05-13) [stable]
14 - Print deprecation messages for deprecated macros, thanks to Tim Rühsen.
15 - Fix some clang issues due to illegal pointers, thanks to Stefan Weil.
16 - Restore handling of SIZE nodes, thanks to Dmitry Baryshkov.
17 - Fix memory leak caught by oss-fuzz, thanks to Dmitry Baryshkov.
18 - Gtk-doc fixes, thanks to Dmitry Baryshkov.
19 - Fix bugs unveiled by Static Analysis, reported by Simo Sorce.
20 - Update gnulib files and many build fixes.
21
22 * Noteworthy changes in release 4.16.0 (released 2020-02-01) [stable]
23 - asn1_decode_simple_ber: added support for constructed definite
24   octet strings. This allows this function decode the whole set of
25   BER encodings for OCTET STRINGs.
26 - asn1_get_object_id_der: enhance the range of decoded OIDs (#25).
27   This also makes OID encoding and decoding more strict on invalid
28   input. This may break gnutls' test suite before 3.6.12 as it was
29   relying on decoding some invalid OIDs.
30 - asn1_object_id_der: New function
31
32
33 * Noteworthy changes in release 4.15.0 (released 2019-11-21) [stable]
34 - The generated tree no longer contains ASN.1 built-in types even
35   if they are explicitly defined in the description. Previously
36   a warning was printed when these types were seen, now they are
37   ignored.
38 - Several fixes in ASN.1 definition parser, preventing several
39   crashes and leaks in the tools due to improper ASN.1.
40 - Switched to semantic versioning.
41
42
43 * Noteworthy changes in release 4.14 (released 2019-07-21) [stable]
44 - New #defines for version checking: ASN1_VERSION_MAJOR, ASN1_VERSION_MINOR,
45   ASN1_VERSION_PATCH, ASN1_VERSION_NUMBER. The next release will switch
46   to semantic version semantics.
47 - Simplify ordering of SET OF elements by using qsort().
48 - Marked explicitly const uses of asn1_node with the introduction
49   of the (compatible) asn1_node_const type.
50 - Limit recursion in _asn1_expand_object_id() to detect infinite
51   recursion in incorrect .asn files (#4).
52 - asn1_array2tree(): fixed thread safety issues.
53 - Several fixes in gtk-doc generation.
54
55
56 * Noteworthy changes in release 4.13 (released 2018-01-16) [stable]
57 - On indefinite string decoding, set a maximum level of allowed recursions
58   (3) to protect the BER decoder from a stack exhaustion.
59
60 * Noteworthy changes in release 4.12 (released 2017-05-29) [stable]
61 - Corrected so-name version
62
63 * Noteworthy changes in release 4.11 (released 2017-05-27) [stable]
64 - Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate
65   an invalid encoding in the DER time fields.
66 - Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
67   allows decoding errors in time fields even when in strict DER mode.
68   That is introduced in order to allow toleration of invalid times in
69   X.509 certificates (which are common) even though strict DER adherence
70   is enforced in other fields.
71 - Added safety check in asn1_find_node(). That prevents a crash
72   when a very long variable name is provided by the developer.
73   Note that this to be exploited requires controlling the ASN.1
74   definitions used by the developer, i.e., the 'name' parameter of
75   asn1_write_value() or asn1_read_value(). The library is
76   not designed to protect against malicious manipulation of the
77   developer assigned variable names. Reported by Jakub Jirasek.
78
79 * Noteworthy changes in release 4.10 (released 2017-01-16) [stable]
80 - Updated gnulib
81 - Removed -Werror from default compiler flags
82 - Fixed undefined behavior when negating integers in _asn1_ltostr().
83   Issue found by oss-fuzz project (via gnutls):
84   https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=388
85 - Pass the correct length to _asn1_get_indefinite_length_string in
86   asn1_get_length_ber. This addresses reading 1-byte past the end
87   of data. Issue found by oss-fuzz project (via gnutls):
88   https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=330
89   https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=331
90
91 * Noteworthy changes in release 4.9 (released 2016-07-25) [stable]
92 - Fixes to OID encoding of OIDs which have elements which exceed 2^32
93
94 * Noteworthy changes in release 4.8 (released 2016-04-11) [stable]
95 - Fixes to avoid reliance on C undefined behavior.
96 - Fixes to avoid an infinite recursion when decoding without
97   the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
98 - Combined all the BER octet string decoding functions to a single
99   one based on asn1_decode_simple_ber().
100
101 * Noteworthy changes in release 4.7 (released 2015-09-14) [stable]
102 - Fixed regression introduced in the decoding of multi-byte tags
103   fix.
104
105 * Noteworthy changes in release 4.6 (released 2015-09-05) [stable]
106 - Allow decoding OCTET STRINGs with multi-byte tags.
107 - API and ABI changes since last version:
108   asn1_get_object_id_der: New function
109
110 * Noteworthy changes in release 4.5 (released 2015-04-29) [stable]
111 - Corrected an invalid memory access in octet string decoding.
112   Reported by Hanno Böck.
113
114 * Noteworthy changes in release 4.4 (released 2015-03-29) [stable]
115 - Corrected a two-byte stack overflow in asn1_der_decoding. Reported
116   by Hanno Böck.
117
118 * Noteworthy changes in release 4.3 (released 2015-03-09) [stable]
119 - Added asn1_decode_simple_ber()
120
121 * Noteworthy changes in release 4.2 (released 2014-09-15) [stable]
122 - Added sanity checks in the decoding of time when
123   ASN1_DECODE_FLAG_STRICT_DER is used.
124 - Fixes in the decoding of OCTET STRING when close to the end
125   of the structure.
126
127 * Noteworthy changes in release 4.1 (released 2014-08-23) [stable]
128 - Corrected indefinite tag check in ANY constructions. That allows
129   the decoding of BER-encoded structures that contain indefinite
130   encoding within an ANY element.
131 - Added DER decoding flag ASN1_DECODE_FLAG_STRICT_DER. Over the
132   years BER functionality was added to the decoder and this flag
133   provides the way to disable it.
134 - API and ABI changes since last version:
135   ASN1_DECODE_FLAG_STRICT_DER: New definition
136
137 * Noteworthy changes in release 4.0 (released 2014-06-26) [stable]
138 - Optimized asn1_der_decoding_startEnd(). It no longer requires the
139   additional decoding step.
140 - asn1_read_value() understands the ?CURRENT keyword, which can be used
141   to indicate the current element of a sequence, when the provided node
142   is a sequence element.
143 - Several optimizations in DER decoding of structures with sequences
144   containing many elements.
145 - asn1_der_decoding2() is introduced and allows flags to be passed on
146   the decoding process. Currently only ASN1_DECODE_FLAG_ALLOW_PADDING is
147   defined and that allows decoding DER structures that contain arbitrary
148   data past their end. Contributed by Karel Slany.
149 - API and ABI changes since last version:
150   ASN1_DECODE_FLAG_ALLOW_PADDING: New definition
151   asn1_dup_node: New function
152   asn1_der_decoding2: New function
153   asn1_der_decoding_element: It is now an alias to asn1_der_decoding
154
155 * Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
156 - Corrected an off-by-one error in ASN.1 DER tag decoding.
157 - Several improvements and new safety checks on DER decoding;
158   issues found using Codenomicon TLS test suite.
159 - Marked asn1_der_decoding_element() as deprecated. Use
160   asn1_der_decoding() instead.
161
162 * Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
163 - Correctly handle decoding of recursive CHOICE options.
164 - Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.
165 - Several small bug fixes found by coverity.
166 - Code improvements contributed by Kurt Roeckx.
167
168 * Noteworthy changes in release 3.4 (released 2013-11-25) [stable]
169 - Added asn1_delete_structure2() which allows zeroizing the contents
170   of all values in the structure prior to deinitialization.
171 - The parser accepts negative numbers in an INTEGER range (but
172   still does no enforce them).
173
174 * Noteworthy changes in release 3.3 (released 2013-03-23) [stable]
175 - More precise overflow checks using gnulib's intprops module.
176 - Updates to compile in Android systems.
177
178 * Noteworthy changes in release 3.2 (released 2012-11-30) [stable]
179 - Corrected buffer overflow in the error reporting of the parser (reported
180   by Andreas Metzler).
181
182 * Noteworthy changes in release 3.1 (released 2012-11-24) [stable]
183 - Completed rename of types:
184   ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t)
185 - Added new types: VisibleString, NumericString, IA5String, TeletexString,
186   PrintableString, UniversalString, BMPString, UTF8String. When re-defined
187   a warning is being print instead of failing.
188 - Parser outputs more detailed syntax error messages.
189 - Added asn1_decode_simple_der() and asn1_encode_simple_der().
190 - Added asn1_read_value_type() to return value and type.
191 - Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
192
193 * Noteworthy changes in release 3.0 (2012-10-28) [stable]
194 - Added tool in tests/ to benchmark X.509 structure decoding.
195 - Added asn1_read_node_value() to obtain a node's value.
196 - Optimizations in internal tree allocation.
197 - Optimizations in tree search.
198 - libtasn1.h no longer exports internal structures.
199 - Types were renamed for consistency:
200   ASN1_DATA_NODE -> asn1_data_node_st
201   ASN1_ARRAY_TYPE -> asn1_static_node
202   ASN1_TYPE -> asn1_node
203   ASN1_TYPE_EMPTY -> NULL
204   static_struct_asn -> asn1_static_node_st
205   node_asn_struct -> asn1_node_st
206   node_asn -> asn1_node_st
207   (the old types are still available as definitions)
208
209 * Noteworthy changes in release 2.13 (2012-05-31) [stable]
210 - Updated fix for DER decoding issue to not depend on specific compilers.
211 - Updated DER decoding check to apply to short form integers as well.
212
213 * Noteworthy changes in release 2.12 (2012-03-19) [stable]
214 - Cleanup license headers.
215 - build: Update gnulib files.
216 - Corrected DER decoding issue (reported by Matthew Hall).
217   Added self check to detect the problem, see tests/Test_overflow.c.
218   This problem can lead to at least remotely triggered crashes, see
219   further analysis on the libtasn1 mailing list.
220
221 * Noteworthy changes in release 2.11 (2011-11-25) [stable]
222 - qa: Now builds without compiler warnings with Solaris CC.
223 - qa: Added clang analysis.  Fixed cyclomatic complexity output.
224 - tests: Added self-test of bit string functions.
225 - build: Added windows/libtasn14win.mk rules to produce Windows binaries.
226 - build: Don't hard code path to perl in doc/gdoc.
227 - Various minor fixes.
228
229 * Noteworthy changes in release 2.10 (2011-10-25) [stable]
230 - lib: Small optimization, possibly working around gcc/valgrind issue.
231 - build: Update gnulib files.
232 - asn1Coding: actually implement the -c parameter.
233 - asn1Decoding: the -c parameter serves no purpose, remove it.
234 - doc: Add examples to asn1Coding and asn1Decoding description.
235
236 * Noteworthy changes in release 2.9 (2010-12-06) [stable]
237 - tests: Link to gnulib to avoid build error related to 'rpl_ftello' on Solaris.
238   Reported by Dagobert Michelsen.
239 - doc: Fix bug reporting address to point at help-libtasn1@gnu.org.
240 - doc: Fix Returns: documentation in Texinfo.  Reported by Jeffrey Walton.
241 - build: Update gnulib files.
242
243 * Noteworthy changes in release 2.8 (2010-09-25) [stable]
244 - Update gnulib files.
245 - Use Libtool 2.2.10 to ease MinGW64 builds.
246
247 * Noteworthy changes in release 2.7 (2010-05-20) [stable]
248 - Doc: Build a PDF manual using GTK-DOC.
249 - Doc: Fix of asn1_check_version, documentation was missing from last release.
250 - Build: Avoid warnings about ignored visibility attributes on Windows.
251
252 * Noteworthy changes in release 2.6 (2010-04-20) [stable]
253 - Fix build failure on platforms without support for GNU LD version scripts.
254 - libtasn1: Simplified implementation of asn1_check_version.
255 - tests: Improved self-checks.
256 - Update gnulib files, fix many syntax-check nits, indent code,
257   fix license templates.
258
259 * Noteworthy changes in release 2.5 (2010-03-15) [stable]
260 - doc: Improve GTK-DOC comments.
261 - misc: Updated gnulib files.
262
263 * Noteworthy changes in release 2.4 (2010-01-18) [stable]
264 - Doc fixes.
265 - Updated gnulib files.
266 - Clean up copyright notices.
267
268 * Noteworthy changes in release 2.3 (2009-07-29) [stable]
269 - Libtasn1 is now an official GNU project.
270 - Solve build problem on Tru64 related to TRUE/FALSE.
271 - More careful decoding of OIDs.
272 - Fixed warning in ASN1.y.
273 - Use "Software libraries" info dircategory.
274 - Drop GPL/LGPL copies from the manual (not needed there).
275 - New configure parameters to set packaging specific information.
276   The parameters are --with-packager, --with-packager-version, and
277   --with-packager-bug-reports.  See
278   <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
279   details.
280
281 * Noteworthy changes in release 2.2 (2009-05-20) [stable]
282 - Change how the ASN1_API decorator is used in libtasn1.h, for GTK-DOC.
283 - Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+.
284   Reported by Jeff Cai <Jeff.Cai@Sun.COM>.
285 - Building with many warning flags now requires --enable-gcc-warnings.
286 - Some warnings fixed.
287
288 * Noteworthy changes in release 2.1 (2009-04-17) [stable]
289 - Fix compilation failure on platforms that can't generate empty archives,
290   e.g., Mac OS X.  Reported by David Reiser <dbreiser@gmail.com>.
291
292 * Noteworthy changes in release 2.0 (2009-04-13) [stable]
293 - Optimized tree generation.
294 - ASN1 parser code re-generated using Bison 2.4.1.
295 - Build with more warning flags.  Many compiler warnings fixed.
296 - Compiled with -fvisibility=hidden by default if supported.
297   See http://gcc.gnu.org/wiki/Visibility
298 - The libtasn1-config tool has been removed.
299   For application developers, please stop using libtasn1-config for
300   finding libtasn1, use proper autoconf checks or pkg-config instead.
301   For users that need a libtasn1 that provides a libtasn1-config
302   script (for use with older applications), use libtasn1 v1.x instead.
303   Version 1.x is still supported.
304
305 * Noteworthy changes in release 1.8 (2009-01-16) [stable]
306 - Fix crlf self-test under Mingw+Wine.
307 - Fix build problems on platforms that lack stdint.h.
308   Reported by Dagobert Michelsen <dam@opencsw.org> in
309   <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3377>.
310
311 * Noteworthy changes in release 1.7 (2008-11-17) [stable]
312 - Add libtasn1-config for compatibility.
313   Please stop use it as it will disappear in v2.0!
314   Use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
315 - Read PKCS#12 blob as binary file, fixes self-tests under Mingw.
316 - Fix use of __attribute__ ((deprecated)) to work on non-GCC (#106548).
317
318 * Noteworthy changes in release 1.6 (2008-11-10) [stable]
319 - Fixed namespace violation for MAX_NAME_SIZE and MAX_ERROR_DESCRIPTION_SIZE.
320   The new names are ASN1_MAX_NAME_SIZE and ASN1_MAX_ERROR_DESCRIPTION_SIZE.
321 - Fixed namespace violation for libtasn1_perror and libtasn1_strerror.
322   The new names are asn1_perror and asn1_strerror.
323 - Fix namespace violation for LIBASN1_VERSION.
324   The new name is ASN1_VERSION.
325 - Decoder can now decode BER encoded octet strings.
326 - doc: Change license on the manual to GFDLv1.3+.
327 - doc: Sync gdoc script with GnuTLS, changes license on man-pages to GAP.
328 - doc: Improve gtk-doc manual.
329 - Assumes system has strdup and string.h.
330 - Remove libtasn1-config and libtasn1.m4,
331   use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
332 - Change detection of when to use a linker version script,
333   use --enable-ld-version-script or --disable-ld-version-script to
334   override auto-detection logic.
335 - API and ABI changes since last version:
336   asn1_get_length_ber: New function.
337   ASN1_VERSION: New symbol, replaces LIBTASN1_VERSION.
338   asn1_strerror: New function, replaces libtasn1_strerror.
339   asn1_perror: New function, replaces libtasn1_perror.
340   libtasn1_strerror: Marked as deprecated.
341   libtasn1_perror: Marked as deprecated.
342   LIBTASN1_VERSION: Deprecated.
343
344 * Noteworthy changes in release 1.5 (2008-07-29) [stable]
345 - Update gnulib files.
346 - Fix memory leaks, from Christian Grothoff <christian@grothoff.org>.
347
348 * Noteworthy changes in release 1.4 (2008-04-21) [stable]
349 - Update gnulib files.
350 - Replace uses of alloca with malloc.
351
352 * Noteworthy changes in release 1.3 (2008-02-01) [stable]
353 - Handle 'INTEGER { ... } (a..b)' regression.
354   Revert parts of earlier fix.  asn1Parser can now again parse src/pkix.asn1.
355   The ASN1.c file was generated using Bison 2.3.
356 - Move examples from src/ to new directory examples/.
357 - Duplicate copy of divergated pkix.asn removed.
358 - Merge unnecessary lib/defines.h into lib/int.h.
359 - Configure no longer tries to use gcc -pipe.
360 - Update gnulib files.
361 - Fix mem leak in self-test.
362
363 * Noteworthy changes in release 1.2 (2007-12-10) [stable]
364 - Update gnulib files.
365
366 * Noteworthy changes in release 1.1 (2007-08-31) [stable]
367 - Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10.
368
369 * Noteworthy changes in release 1.0 (2007-08-31) [stable]
370 - The self-tests, command line tools and build infrastructure have
371   been re-licensed from GPLv2 to GPLv3.
372 - Doc fixes.
373 - Update gnulib files.
374
375 * Noteworthy changes in release 0.3.10 (2007-05-25)
376 - Update gnulib files.
377
378 * Noteworthy changes in release 0.3.9 (2007-03-02)
379 - In generated code, config.h is pulled in if HAVE_CONFIG_H.
380 - Development changes: changed from CVS to GIT as an experiment.
381   I push my changes to <http://repo.or.cz/w/libtasn1.git>.
382 - Autoconf 2.61 and automake 1.10 is required.
383
384 * Noteworthy changes in release 0.3.8 (2006-11-16)
385 - Fix reading of binary files in asn1Decoding, for Windows.
386
387 * Noteworthy changes in release 0.3.7 (2006-10-19)
388 - When asn1_der_coding encoded a TYPE_NULL and the output buffer is
389   NULL, it would not increment the counter properly, so the size of
390   the required buffer would be off by one.  Fixed.  Reported by
391   Stephen Wrobleski <steve@localtoast.org>.
392 - Fix configure to respect user-definable flags.  Reported by "Diego
393   'Flameeyes' Pettenò" <flameeyes@gentoo.org>.
394 - The --help and --version outputs from the tools have been improved.
395
396 * Noteworthy changes in release 0.3.6 (2006-08-13)
397 - Fix man pages to use \- instead of - for negative signs (as in "-1").
398 - Add -I's when building in src/, so that unistd.h etc is found on
399   systems that doesn't have them.
400 - Valgrind isn't used for cross-compilation by default, and there is
401   also --disable-valgrind-tests to unconditionally disable it.
402 - Valgrind is invoked without parameters, put things you like into
403   ~/.valgrindrc instead.
404
405 * Noteworthy changes in release 0.3.5 (2006-06-27)
406 - Fix asn1_octet_der to handle writes of zero-length buffers, before
407   it did not write the ASN.1 length for a zero-length buffer.  This caused
408   ASN.1 encodings to be incorrect on 64-bit platforms.
409 - Add self test that attempt to trigger the above bug.
410 - Fix test of -Wno-pointer-sign.
411 - Improve cross-compilation to MinGW by using AC_LIBTOOL_WIN32_DLL.
412
413 * Noteworthy changes in release 0.3.4 (2006-05-10)
414 - Really fix encodings.
415 - Add new self test, tests/Test_encoding.c.
416 - Self tests are ran under valgrind, if it is available.
417 - We test for the -Wno-pointer-sign parameter before using it.
418
419 * Noteworthy changes in release 0.3.3 (2006-05-07)
420 - Add some 'const' to prototypes.
421 - Remove some 'unsigned' keywords.
422 - Corrected asn1_der_coding() bug introduced when it became reentrant.
423   Now it produces correct encodings.
424
425 * Noteworthy changes in release 0.3.2
426 - Corrected bug in asn1_der_coding() which overwrited some
427   data in the original structure.
428 - The asn1Parser, asn1Coding and asn1Decoding programs are now installed.
429
430 * Noteworthy changes in release 0.3.1
431 - Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
432   Reported by Cyril Holweck <cyril.holweck@q-free.com>.
433 - Add two more APIs required by GnuTLS.
434 - New public APIs:
435   asn1_find_node function
436   asn1_copy_node
437
438 * Noteworthy changes in release 0.3.0
439 - Export DER utility functions, mostly so that GnuTLS can avoid using
440   libtasn1 internals.
441 - The _asn1* symbols are not exported in the shared library file (when
442   using GNU ld).
443 - The library can now be built using Visual Studio, and the project
444   files are included in windows/.
445 - New public APIs:
446   asn1_get_tag_der
447   asn1_octet_der
448   asn1_get_octet_der
449   asn1_bit_der
450   asn1_get_bit_der
451   asn1_get_length_der
452   asn1_length_der
453
454 * Noteworthy changes in release 0.2.18
455 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
456 - Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
457 - Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
458   thanks to Bernard Leak.
459 - Update of gnulib files.
460 - Typo fixes in comments, e.g. finish libasn1 to libtasn1 renaming,
461   use LGPL boiler plate on some files in lib/.
462
463 * Noteworthy changes in release 0.2.17
464 - Fixed typo to make it build.
465
466 * Noteworthy changes in release 0.2.16
467 - * Noteworthy changes in release script added again.
468
469 * Noteworthy changes in release 0.2.15
470 - Gnulib is used to implement memmove if your system does not have it.
471 - Simplified assert/error handling slightly.
472
473 * Noteworthy changes in release 0.2.14
474 - Some build fixes.
475 - Pkg-config script 'libtasn1.pc' added.
476 - Postal address to FSF in license updated.
477
478 * Noteworthy changes in release 0.2.13
479 - * Noteworthy changes in release number in libtasn1.h updated properly.
480
481 * Noteworthy changes in release 0.2.12
482 - Manual converted to Texinfo format.
483 - Manual in GTK-DOC and DevHelp formats added.
484 - Man pages for all functions added.
485 - Various internal cleanups.
486
487 * Noteworthy changes in release 0.2.11
488 - Added the self test with "make check" target
489 - Added management of ANY type with null length
490 - Corrected some writes to invalid data.
491
492 * Noteworthy changes in release 0.2.10
493 - Added scripts to assist in libtasn1 version detection
494   from configure scripts.
495 - Corrected a DER decoding bug which was reported
496   by Max Vozeler <max@hinterhof.net>.
497
498 * Noteworthy changes in release 0.2.9
499 - Accept negative numbers as range in INTEGER declarations
500
501 * Noteworthy changes in release 0.2.8
502 - Add asn1_delete_element function
503
504 * Noteworthy changes in release 0.2.7
505 - Added versioned symbols.
506
507 * Noteworthy changes in release 0.2.6
508 - ASN.1 parser accepts these kinds of integer definitions:
509   "INTEGER (5 | 10)" and
510   "INTEGER (5)"
511 - Comments start at "--" and finish at the "end of line" or
512   with another "--".
513
514 * Noteworthy changes in release 0.2.5
515 - Bug fix in ordering procedure for SET OF and SEQUENCE OF
516   types coding.
517 - Manage structured format (BER encoding) in
518   asn1_der_decoding, asn1_decoding_element and
519   asn1_der_decoding_startEnd for OCTET STRING type.
520 - Manage SEQUENCE and SET empty structure.
521 - Manage "indefinite length method" in asn1_der_decoding,
522   asn1_decoding_element and asn1_der_decoding_startEnd
523   for the following types:
524   SEQUENCE, SEQUENCE OF, SET, and SET OF.
525 - Bug fix in asn1_read_value with NULL parameter in case
526   of BIT STRING
527
528 * Noteworthy changes in release 0.2.4
529 - Bug fix in asn1_der_coding with NULL parameter
530 - Manage DEFAULT option with OBJECT IDENTIFIER
531
532 * Noteworthy changes in release 0.2.3
533 - Chenge asn1_find_structure_from_oid prototype
534 - Chenge asn1_find_structure_from_oid prototype
535 - Add ASN1_MEM_ALLOC_ERROR return value
536
537 * Noteworthy changes in release 0.2.2
538 - Add vector length check in asn1_der_coding function
539 - Add vector length check in asn1_der_coding function
540 - Add vector length check in asn1_read_value function
541 - Add asn1_check_version function
542
543 * Noteworthy changes in release 0.2.1
544 - Add asn1_find_structure_from_oid function
545 - Add asn1_read_tag function
546
547 * Noteworthy changes in release 0.2.0
548 - Support for other platforms
549 - Change asn1_create_element function interface (dest_name not needed any more)
550 - Change OBJECT IDENTIFIER syntax: numbers must be separated by dot in
551   asn1_write_element and asn1_read_element functions (e.g. "1.2.3.4")
552
553 * Noteworthy changes in release 0.1.2
554 - Added GeneralString type
555 - Fixed a DER encoding bug when nested tags are used
556
557 * Noteworthy changes in release 0.1.1
558 - Renamed to libtasn1
559 - Functions which return a string for error description
560   now accept a NULL argument.
561 - License is now GNU Lesser GPL
562
563 * Noteworthy changes in release 0.1.0
564 - Initial release
565
566 ----------------------------------------------------------------------
567 Copyright (C) 2002-2022 Free Software Foundation, Inc.
568 Copying and distribution of this file, with or without modification,
569 are permitted in any medium without royalty provided the copyright
570 notice and this notice are preserved.