blob: e6414fd53f326f2a6418cb42cda34383d5a2f174 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Lev Walkin9d2cd722004-09-04 05:02:31 +000020.9.3: 2004-Sep-03
Lev Walkin8059bc42004-08-26 06:19:23 +00003
Lev Walkin7b1b9ab2004-09-05 10:41:39 +00004 * Extended constraints support in parametrized types.
5 * Better support for parametrization and constraints handling.
Lev Walkin9d2cd722004-09-04 05:02:31 +00006 * Added support for ANY type.
Lev Walkin8059bc42004-08-26 06:19:23 +00007
Lev Walkin4ce78ca2004-08-25 01:34:11 +000080.9.2: 2004-Aug-24
9
Lev Walkin51c38232004-08-25 02:06:48 +000010 * More flexible subtype constraints handling, with relaxed
11 PER visibility rules for actual constraints checking code generator.
Lev Walkin4ce78ca2004-08-25 01:34:11 +000012 * Indirect references in constraints resolver code fixed.
13 * Avoided compilation warning on gcc 3.3.3 systems.
Lev Walkinc74ea222004-08-25 02:27:47 +000014 * Better ValueSet printing.
Lev Walkin4ce78ca2004-08-25 01:34:11 +000015
Lev Walkinfa66e082004-08-24 05:25:57 +0000160.9.1: 2004-Aug-23
17
18 * Documentation updated: doc/asn1c-usage.pdf
19 * Fixed OBJECT IDENTIFIER human-readable printing.
20 Reported by <siden@ul-gsm.ru>.
21
Lev Walkin09e85222004-08-23 09:24:40 +0000220.9: 2004-Aug-23
Lev Walkin3d0b5a32004-08-18 05:43:55 +000023
24 * Reworked subtype constraints handling, aiming at PER-applicability.
Lev Walkin45b2fdf2004-08-19 13:35:01 +000025 * BOOLEAN and NULL are now implemented in terms of native int type.
26 * Compiler now links in only necessary skeleton files.
Lev Walkin9bc36682004-08-20 13:38:25 +000027 * -t option added to asn1c to ease manual BER/CER/DER decoding.
Lev Walkin08079b02004-08-22 03:25:24 +000028 * Added support COMPONENTS OF construct.
29 * Numerous parser fixes and enhancements.
Lev Walkin16835b62004-08-22 13:47:59 +000030 * Better constraint failure reporting.
Lev Walkin3d0b5a32004-08-18 05:43:55 +000031
Lev Walkin1ef79852004-08-18 09:05:12 +0000320.8.19: 2004-Aug-18
33
34 * Fixed BER encoder (problem encoding large tag values)
35 (Severity: medium, Security impact: low)
36
Lev Walkinb0892fe2004-08-13 12:39:17 +0000370.8.18: 2004-Aug-12
38
39 * Parser: fixed multiple IMPORTS problem (incorrect assertion).
40 * Parser: constraints extensibility parsing fix.
41
Lev Walkin64399722004-08-11 07:17:22 +0000420.8.17: 2004-Aug-11
Lev Walkind8b940c2004-08-11 05:35:51 +000043
44 * Improved compiler output: duplicate #includes eliminated.
Lev Walkin64399722004-08-11 07:17:22 +000045 * Win32 portability fixes.
Lev Walkin3af51b42004-08-11 08:11:50 +000046 * More compatibility with C++ or non-GCC compilers.
Lev Walkind8b940c2004-08-11 05:35:51 +000047
Lev Walkinab42ef92004-07-22 12:19:42 +0000480.8.16: 2004-Jul-22
49
50 * Fixed application-level problem in SET OF/SEQUENCE OF array cleanup.
51 (Severity: medium, Security impact: low)
Lev Walkin99006362004-08-07 03:52:26 +000052 * Improved asn_GT2time() and added asn_time2{GT,UT}() functions.
Lev Walkinf5dda9c2004-08-07 05:01:45 +000053 * BIT STRING pretty-printing.
Lev Walkinab42ef92004-07-22 12:19:42 +000054
Lev Walkinf7a6c6d2004-07-21 03:55:44 +0000550.8.15: 2004-Jul-20
Lev Walkin29a62262004-07-15 10:52:58 +000056
57 * Fixed parser: memory leak in free_struct code for SET OF/SEQUENCE OF.
58 (Severity: high, Security impact: medium)
Lev Walkinc698eb82004-07-21 04:15:24 +000059 * Fixed parser: invalid memory reference in code constructing tags.
Lev Walkinf7a6c6d2004-07-21 03:55:44 +000060 (Test case 48) (Severity: high, Security impact: medium)
61 When encoding data for certain ASN.1 specifications containing
62 explicit tags, the tag is always written incorrectly due to
63 incorrect memory reference. The encoding will almost always produce
64 unparseable data and might well reference unmapped region so program
65 would produce segmentation violation. Fortunately, memory is
66 read, not written, so remote exploits cannot execute arbitrary
67 code and triggering unmapped memory reference is highly unlikely
68 even it attacker knows the code (basically, the compiler should place
69 asn1_DEF_... right before the end of the mapped memory region, which
70 is extremely rare).
Lev Walkindb13f512004-07-19 17:30:25 +000071 * Improved INTEGER type printing.
Lev Walkin29a62262004-07-15 10:52:58 +000072
Lev Walkin35631482004-07-01 00:52:50 +0000730.8.14: 2004-Jun-30
74
75 * Fixed compiler: extensibility of CHOICE and SET type has not been
76 taken into account during table construction.
77 (Test case 47) (Severity: high, Security impact: low)
78
Lev Walkind0d63f02004-06-28 21:22:20 +0000790.8.13: 2004-Jun-29
80
81 * Fixed compiler: the skip values for IMPLICIT tagging were broken
82 in some complex cases where one type is defined using another.
83 (Test case 46) (Severity: medium, Security impact: low).
84 * Added -fknown-extern-type command line parameter to asn1c.
85 * Removed -N command line flag and underlying functionality
86 to honor KISS principle.
87
Lev Walkine8826882004-06-18 00:03:54 +0000880.8.12: 2004-Jun-17
Lev Walkin715f45c2004-06-14 13:53:32 +000089
Lev Walkine8826882004-06-18 00:03:54 +000090 * RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound
91 anymore to an integer type of specific size (unsigned long). The
92 size of an integer must be provided explicitly.
93 See {OBJECT_IDENTIFIER|RELATIVE_OID}_{get|set}_arcs().
Lev Walkin715f45c2004-06-14 13:53:32 +000094 * SEQUENCE BER decoder fixed again for complex CHOICE case
Lev Walkin90c408c2004-06-14 13:54:21 +000095 (Test case 44) (Severity: medium, Security impact: low).
Lev Walkin715f45c2004-06-14 13:53:32 +000096
Lev Walkin67c2aec2004-06-05 08:47:18 +0000970.8.11: 2004-Jun-05
98
Lev Walkin28551732004-07-21 04:28:32 +000099 * Enforced stricter conformance with C standards.
Lev Walkin715f45c2004-06-14 13:53:32 +0000100 * SEQUENCE BER decoder is now equipped with the sorted map
Lev Walkin886e22e2004-06-06 07:20:37 +0000101 in case of complex CHOICE descendants. Test case 44 created.
Lev Walkin67c2aec2004-06-05 08:47:18 +0000102
Lev Walkinf15320b2004-06-03 03:38:44 +00001030.8.10: 2004-Jun-02
104
105 * Added const qualifier where necessary.
106 * Changed position of outmost_tag fetcher within asn1_TYPE_descriptor_t
107 structure.
108
1090.8.9: 2004-May-26
110
111 * Added *_{get|set}_arcs_*() functions for OBJECT IDENTIFIER
112 and RELATIVE-OID, together with test cases.
113
1140.8.8: 2004-May-09
115
116 * Introduced subtype constraints support (incomplete!).
117 * Fixed compiler. If the last member of the SEQUENCE is OPTIONAL
118 and absent in the encoding, and the type is extensible (...) or
119 EXTENSIBILITY IMPLIED flag is set, then the structure could not
120 be correctly decoded. (Severity: high, Security impact: low).
121 * Compiler: fixed recursive ASN.1 types inclusion (Severity: low,
122 Security impact: none).
123 * Parser: IMPORTS/FROM fixes, now allowing multiple sections.
124 * Code compiled and checked on PowerPC (@MacOS X). No major portability
125 issues experienced.
126
1270.8.7: 2004-Apr-11 T-version-0-8-7
128
129 * Fixed SEQUENCE BER decoder: if the last member of the SEQUENCE is
130 OPTIONAL and absent in the encoding, RC_FAIL was returned instead
131 of RC_OK (Severity: high, Security impact: low).
132 * Added test case to check the above problem.
133 * Added test case to check -fnative-integers mode.
134
1350.8.6: 2004-Apr-03 T-version-0-8-6
136
137 * Fixed compiler output for embedded ASN.1 structures.
138
1390.8.5: 2004-Mar-28 T-version-0-8-5
140
141 * Fixed ber_tlv_length() computation problem (Severity: blocker,
142 Security impact: none).
143 Reported by <vss@high.net.ru>
144
1450.8.4: 2004-Mar-22
146
147 * Removed RC_ITAG enumeration element from BER decoder.
148 This return code did not have much practical value.
149
1500.8.3: 2004-Mar-14 T-version-0-8-3
151
152 * Fixed SET::BER decoder: restart after reaching a buffer boundary
153 weas broken (Severity: blocker, Security impact: low).
154 * Fixed OCTET STRING::BER decoder: restart after reaching a buffer
155 boundary was broken (Severity: blocker, Security impact: low).
156 Reported by <vss@high.net.ru>
157 * Added test cases to check decoders restartability.
158 * Slightly more general INTEGER2long decoder.
159 * Allowed nested /* C-type */ comments, as per X.680:2002.
160
1610.8.2: 2004-Mar-01 T-version-0-8-2
162
163 * Fixed SEQUENCE BER decoder: an OPTIONAL element was required, where
164 should not have been (Severity: major; Security impact: low).
165 * Fixed print_struct pointer inheritance.
166 * Added -fno-c99 and -funnamed-unions
167
1680.8.1: 2004-Feb-22
169
170 * -R switch to asn1c: Omit support code, compile only the tables.
171 * Introduced NativeInteger pseudotype.
172 * Corrected the informal print_struct()'s output format.
173
1740.8.0: 2004-Feb-03 T-version-0-8-0
175
176 * Some documentation is created (a .pdf and a short manual page).
177 * Last touches to the code.
178
1790.7.9: 2004-Feb-01 T-version-0-7-9
180
181 * Human readable printing support.
182 * Support for implicit (standard) constraints.
183
1840.7.8: 2004-Jan-31
185
186 * SET now rejects duplicate fields in the data stream.
187
1880.7.7: 2004-Jan-25
189
190 * Added types: GeneralizedTime and UTCTime.
191
1920.7.6: 2004-Jan-24 T-version-0-7-6
193
194 * DER encoding of a SET OF now involves dynamic sorting.
195
1960.7.5: 2004-Jan-24 T-version-0-7-5
197
198 * DER encoding of a SET with untagged CHOICE
199 now involves dynamic sorting.
200
2010.7.0: 2004-Jan-19 T-version-0-7-0
202
203 * A bunch of DER encoders is implemented.
204
2050.6.6: 2004-Jan-11
206
207 * Implemented CHOICE decoder.
208 * Implemented destructors support.
209
2100.6.5: 2004-Jan-03
211
212 * Implemented SET decoder.
213 * Implemented SET OF and SEQUENCE OF decoders.
214
2150.6.4: 2003-Dec-31
216
217 * Implemented BOOLEAN, NULL, ENUMERATED decoders.
218 * Implemented OCTET STRING decoder.
219 * Implemented BIT STRING decoder.
220
2210.6: 2003-Dec-30
222
223 * First decoding of a BER-encoded structure!
224
2250.5: 2003-Dec-28
226
227 * Framework and most of the compiler backbone coding done.
228
2290.1: 2003-Nov-28
230
231 * Programming started.