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