blob: 377b8e1bd337a03f8352964c79d189704d96e53e [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlm8c80dc52004-09-08 02:49:06 +000020.9.3: 2004-Sep-07
vlm7a35b652004-08-26 06:19:23 +00003
vlme9a56c92004-09-05 10:41:39 +00004 * Extended constraints support in parametrized types.
5 * Better support for parametrization and constraints handling.
vlm21c70452004-09-08 00:27:33 +00006 * Better handling of recursive type definitions.
vlm39c50612004-09-04 05:02:31 +00007 * Added support for ANY type.
vlm7a35b652004-08-26 06:19:23 +00008
vlmd86c9252004-08-25 01:34:11 +000090.9.2: 2004-Aug-24
10
vlm3231b9f2004-08-25 02:06:48 +000011 * More flexible subtype constraints handling, with relaxed
12 PER visibility rules for actual constraints checking code generator.
vlmd86c9252004-08-25 01:34:11 +000013 * Indirect references in constraints resolver code fixed.
14 * Avoided compilation warning on gcc 3.3.3 systems.
vlmda4df3f2004-08-25 02:27:47 +000015 * Better ValueSet printing.
vlmd86c9252004-08-25 01:34:11 +000016
vlmef427fd2004-08-24 05:25:57 +0000170.9.1: 2004-Aug-23
18
19 * Documentation updated: doc/asn1c-usage.pdf
20 * Fixed OBJECT IDENTIFIER human-readable printing.
21 Reported by <siden@ul-gsm.ru>.
22
vlm82620702004-08-23 09:24:40 +0000230.9: 2004-Aug-23
vlmd3d0fbd2004-08-18 05:43:55 +000024
25 * Reworked subtype constraints handling, aiming at PER-applicability.
vlm7ce9add2004-08-19 13:35:01 +000026 * BOOLEAN and NULL are now implemented in terms of native int type.
27 * Compiler now links in only necessary skeleton files.
vlmf25d2812004-08-20 13:38:25 +000028 * -t option added to asn1c to ease manual BER/CER/DER decoding.
vlmdae7f9d2004-08-22 03:25:24 +000029 * Added support COMPONENTS OF construct.
30 * Numerous parser fixes and enhancements.
vlm758530a2004-08-22 13:47:59 +000031 * Better constraint failure reporting.
vlmd3d0fbd2004-08-18 05:43:55 +000032
vlm19aae982004-08-18 09:05:12 +0000330.8.19: 2004-Aug-18
34
35 * Fixed BER encoder (problem encoding large tag values)
36 (Severity: medium, Security impact: low)
37
vlm22736492004-08-13 12:39:17 +0000380.8.18: 2004-Aug-12
39
40 * Parser: fixed multiple IMPORTS problem (incorrect assertion).
41 * Parser: constraints extensibility parsing fix.
42
vlm6e73a042004-08-11 07:17:22 +0000430.8.17: 2004-Aug-11
vlm8ed2f6f2004-08-11 05:35:51 +000044
45 * Improved compiler output: duplicate #includes eliminated.
vlm6e73a042004-08-11 07:17:22 +000046 * Win32 portability fixes.
vlme167bf72004-08-11 08:11:50 +000047 * More compatibility with C++ or non-GCC compilers.
vlm8ed2f6f2004-08-11 05:35:51 +000048
vlm972a5382004-07-22 12:19:42 +0000490.8.16: 2004-Jul-22
50
51 * Fixed application-level problem in SET OF/SEQUENCE OF array cleanup.
52 (Severity: medium, Security impact: low)
vlm81057a82004-08-07 03:52:26 +000053 * Improved asn_GT2time() and added asn_time2{GT,UT}() functions.
vlm49b511a2004-08-07 05:01:45 +000054 * BIT STRING pretty-printing.
vlm972a5382004-07-22 12:19:42 +000055
vlm796c1da2004-07-21 03:55:44 +0000560.8.15: 2004-Jul-20
vlmf0769b42004-07-15 10:52:58 +000057
58 * Fixed parser: memory leak in free_struct code for SET OF/SEQUENCE OF.
59 (Severity: high, Security impact: medium)
vlmde1d8f72004-07-21 04:15:24 +000060 * Fixed parser: invalid memory reference in code constructing tags.
vlm796c1da2004-07-21 03:55:44 +000061 (Test case 48) (Severity: high, Security impact: medium)
62 When encoding data for certain ASN.1 specifications containing
63 explicit tags, the tag is always written incorrectly due to
64 incorrect memory reference. The encoding will almost always produce
65 unparseable data and might well reference unmapped region so program
66 would produce segmentation violation. Fortunately, memory is
67 read, not written, so remote exploits cannot execute arbitrary
68 code and triggering unmapped memory reference is highly unlikely
69 even it attacker knows the code (basically, the compiler should place
70 asn1_DEF_... right before the end of the mapped memory region, which
71 is extremely rare).
vlm7d278c42004-07-19 17:30:25 +000072 * Improved INTEGER type printing.
vlmf0769b42004-07-15 10:52:58 +000073
vlm79b08d52004-07-01 00:52:50 +0000740.8.14: 2004-Jun-30
75
76 * Fixed compiler: extensibility of CHOICE and SET type has not been
77 taken into account during table construction.
78 (Test case 47) (Severity: high, Security impact: low)
79
vlm65328a82004-06-28 21:22:20 +0000800.8.13: 2004-Jun-29
81
82 * Fixed compiler: the skip values for IMPLICIT tagging were broken
83 in some complex cases where one type is defined using another.
84 (Test case 46) (Severity: medium, Security impact: low).
85 * Added -fknown-extern-type command line parameter to asn1c.
86 * Removed -N command line flag and underlying functionality
87 to honor KISS principle.
88
vlmd315be52004-06-18 00:03:54 +0000890.8.12: 2004-Jun-17
vlme511d3e2004-06-14 13:53:32 +000090
vlmd315be52004-06-18 00:03:54 +000091 * RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound
92 anymore to an integer type of specific size (unsigned long). The
93 size of an integer must be provided explicitly.
94 See {OBJECT_IDENTIFIER|RELATIVE_OID}_{get|set}_arcs().
vlme511d3e2004-06-14 13:53:32 +000095 * SEQUENCE BER decoder fixed again for complex CHOICE case
vlm23ea2c72004-06-14 13:54:21 +000096 (Test case 44) (Severity: medium, Security impact: low).
vlme511d3e2004-06-14 13:53:32 +000097
vlm97986e42004-06-05 08:47:18 +0000980.8.11: 2004-Jun-05
99
vlm387ab0c2004-07-21 04:28:32 +0000100 * Enforced stricter conformance with C standards.
vlme511d3e2004-06-14 13:53:32 +0000101 * SEQUENCE BER decoder is now equipped with the sorted map
vlm45191f52004-06-06 07:20:37 +0000102 in case of complex CHOICE descendants. Test case 44 created.
vlm97986e42004-06-05 08:47:18 +0000103
vlmfa67ddc2004-06-03 03:38:44 +00001040.8.10: 2004-Jun-02
105
106 * Added const qualifier where necessary.
107 * Changed position of outmost_tag fetcher within asn1_TYPE_descriptor_t
108 structure.
109
1100.8.9: 2004-May-26
111
112 * Added *_{get|set}_arcs_*() functions for OBJECT IDENTIFIER
113 and RELATIVE-OID, together with test cases.
114
1150.8.8: 2004-May-09
116
117 * Introduced subtype constraints support (incomplete!).
118 * Fixed compiler. If the last member of the SEQUENCE is OPTIONAL
119 and absent in the encoding, and the type is extensible (...) or
120 EXTENSIBILITY IMPLIED flag is set, then the structure could not
121 be correctly decoded. (Severity: high, Security impact: low).
122 * Compiler: fixed recursive ASN.1 types inclusion (Severity: low,
123 Security impact: none).
124 * Parser: IMPORTS/FROM fixes, now allowing multiple sections.
125 * Code compiled and checked on PowerPC (@MacOS X). No major portability
126 issues experienced.
127
1280.8.7: 2004-Apr-11 T-version-0-8-7
129
130 * Fixed SEQUENCE BER decoder: if the last member of the SEQUENCE is
131 OPTIONAL and absent in the encoding, RC_FAIL was returned instead
132 of RC_OK (Severity: high, Security impact: low).
133 * Added test case to check the above problem.
134 * Added test case to check -fnative-integers mode.
135
1360.8.6: 2004-Apr-03 T-version-0-8-6
137
138 * Fixed compiler output for embedded ASN.1 structures.
139
1400.8.5: 2004-Mar-28 T-version-0-8-5
141
142 * Fixed ber_tlv_length() computation problem (Severity: blocker,
143 Security impact: none).
144 Reported by <vss@high.net.ru>
145
1460.8.4: 2004-Mar-22
147
148 * Removed RC_ITAG enumeration element from BER decoder.
149 This return code did not have much practical value.
150
1510.8.3: 2004-Mar-14 T-version-0-8-3
152
153 * Fixed SET::BER decoder: restart after reaching a buffer boundary
154 weas broken (Severity: blocker, Security impact: low).
155 * Fixed OCTET STRING::BER decoder: restart after reaching a buffer
156 boundary was broken (Severity: blocker, Security impact: low).
157 Reported by <vss@high.net.ru>
158 * Added test cases to check decoders restartability.
159 * Slightly more general INTEGER2long decoder.
160 * Allowed nested /* C-type */ comments, as per X.680:2002.
161
1620.8.2: 2004-Mar-01 T-version-0-8-2
163
164 * Fixed SEQUENCE BER decoder: an OPTIONAL element was required, where
165 should not have been (Severity: major; Security impact: low).
166 * Fixed print_struct pointer inheritance.
167 * Added -fno-c99 and -funnamed-unions
168
1690.8.1: 2004-Feb-22
170
171 * -R switch to asn1c: Omit support code, compile only the tables.
172 * Introduced NativeInteger pseudotype.
173 * Corrected the informal print_struct()'s output format.
174
1750.8.0: 2004-Feb-03 T-version-0-8-0
176
177 * Some documentation is created (a .pdf and a short manual page).
178 * Last touches to the code.
179
1800.7.9: 2004-Feb-01 T-version-0-7-9
181
182 * Human readable printing support.
183 * Support for implicit (standard) constraints.
184
1850.7.8: 2004-Jan-31
186
187 * SET now rejects duplicate fields in the data stream.
188
1890.7.7: 2004-Jan-25
190
191 * Added types: GeneralizedTime and UTCTime.
192
1930.7.6: 2004-Jan-24 T-version-0-7-6
194
195 * DER encoding of a SET OF now involves dynamic sorting.
196
1970.7.5: 2004-Jan-24 T-version-0-7-5
198
199 * DER encoding of a SET with untagged CHOICE
200 now involves dynamic sorting.
201
2020.7.0: 2004-Jan-19 T-version-0-7-0
203
204 * A bunch of DER encoders is implemented.
205
2060.6.6: 2004-Jan-11
207
208 * Implemented CHOICE decoder.
209 * Implemented destructors support.
210
2110.6.5: 2004-Jan-03
212
213 * Implemented SET decoder.
214 * Implemented SET OF and SEQUENCE OF decoders.
215
2160.6.4: 2003-Dec-31
217
218 * Implemented BOOLEAN, NULL, ENUMERATED decoders.
219 * Implemented OCTET STRING decoder.
220 * Implemented BIT STRING decoder.
221
2220.6: 2003-Dec-30
223
224 * First decoding of a BER-encoded structure!
225
2260.5: 2003-Dec-28
227
228 * Framework and most of the compiler backbone coding done.
229
2300.1: 2003-Nov-28
231
232 * Programming started.