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