blob: fbb2510ed36dce7c135fd9b4535af519bec3abed [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlmf0769b42004-07-15 10:52:58 +000020.8.15: 2004-Jul-15
3
4 * Fixed parser: memory leak in free_struct code for SET OF/SEQUENCE OF.
5 (Severity: high, Security impact: medium)
6
vlm79b08d52004-07-01 00:52:50 +000070.8.14: 2004-Jun-30
8
9 * Fixed compiler: extensibility of CHOICE and SET type has not been
10 taken into account during table construction.
11 (Test case 47) (Severity: high, Security impact: low)
12
vlm65328a82004-06-28 21:22:20 +0000130.8.13: 2004-Jun-29
14
15 * Fixed compiler: the skip values for IMPLICIT tagging were broken
16 in some complex cases where one type is defined using another.
17 (Test case 46) (Severity: medium, Security impact: low).
18 * Added -fknown-extern-type command line parameter to asn1c.
19 * Removed -N command line flag and underlying functionality
20 to honor KISS principle.
21
vlmd315be52004-06-18 00:03:54 +0000220.8.12: 2004-Jun-17
vlme511d3e2004-06-14 13:53:32 +000023
vlmd315be52004-06-18 00:03:54 +000024 * RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound
25 anymore to an integer type of specific size (unsigned long). The
26 size of an integer must be provided explicitly.
27 See {OBJECT_IDENTIFIER|RELATIVE_OID}_{get|set}_arcs().
vlme511d3e2004-06-14 13:53:32 +000028 * SEQUENCE BER decoder fixed again for complex CHOICE case
vlm23ea2c72004-06-14 13:54:21 +000029 (Test case 44) (Severity: medium, Security impact: low).
vlme511d3e2004-06-14 13:53:32 +000030
vlm97986e42004-06-05 08:47:18 +0000310.8.11: 2004-Jun-05
32
33 * Enforsed stricter conformance with C standards.
vlme511d3e2004-06-14 13:53:32 +000034 * SEQUENCE BER decoder is now equipped with the sorted map
vlm45191f52004-06-06 07:20:37 +000035 in case of complex CHOICE descendants. Test case 44 created.
vlm97986e42004-06-05 08:47:18 +000036
vlmfa67ddc2004-06-03 03:38:44 +0000370.8.10: 2004-Jun-02
38
39 * Added const qualifier where necessary.
40 * Changed position of outmost_tag fetcher within asn1_TYPE_descriptor_t
41 structure.
42
430.8.9: 2004-May-26
44
45 * Added *_{get|set}_arcs_*() functions for OBJECT IDENTIFIER
46 and RELATIVE-OID, together with test cases.
47
480.8.8: 2004-May-09
49
50 * Introduced subtype constraints support (incomplete!).
51 * Fixed compiler. If the last member of the SEQUENCE is OPTIONAL
52 and absent in the encoding, and the type is extensible (...) or
53 EXTENSIBILITY IMPLIED flag is set, then the structure could not
54 be correctly decoded. (Severity: high, Security impact: low).
55 * Compiler: fixed recursive ASN.1 types inclusion (Severity: low,
56 Security impact: none).
57 * Parser: IMPORTS/FROM fixes, now allowing multiple sections.
58 * Code compiled and checked on PowerPC (@MacOS X). No major portability
59 issues experienced.
60
610.8.7: 2004-Apr-11 T-version-0-8-7
62
63 * Fixed SEQUENCE BER decoder: if the last member of the SEQUENCE is
64 OPTIONAL and absent in the encoding, RC_FAIL was returned instead
65 of RC_OK (Severity: high, Security impact: low).
66 * Added test case to check the above problem.
67 * Added test case to check -fnative-integers mode.
68
690.8.6: 2004-Apr-03 T-version-0-8-6
70
71 * Fixed compiler output for embedded ASN.1 structures.
72
730.8.5: 2004-Mar-28 T-version-0-8-5
74
75 * Fixed ber_tlv_length() computation problem (Severity: blocker,
76 Security impact: none).
77 Reported by <vss@high.net.ru>
78
790.8.4: 2004-Mar-22
80
81 * Removed RC_ITAG enumeration element from BER decoder.
82 This return code did not have much practical value.
83
840.8.3: 2004-Mar-14 T-version-0-8-3
85
86 * Fixed SET::BER decoder: restart after reaching a buffer boundary
87 weas broken (Severity: blocker, Security impact: low).
88 * Fixed OCTET STRING::BER decoder: restart after reaching a buffer
89 boundary was broken (Severity: blocker, Security impact: low).
90 Reported by <vss@high.net.ru>
91 * Added test cases to check decoders restartability.
92 * Slightly more general INTEGER2long decoder.
93 * Allowed nested /* C-type */ comments, as per X.680:2002.
94
950.8.2: 2004-Mar-01 T-version-0-8-2
96
97 * Fixed SEQUENCE BER decoder: an OPTIONAL element was required, where
98 should not have been (Severity: major; Security impact: low).
99 * Fixed print_struct pointer inheritance.
100 * Added -fno-c99 and -funnamed-unions
101
1020.8.1: 2004-Feb-22
103
104 * -R switch to asn1c: Omit support code, compile only the tables.
105 * Introduced NativeInteger pseudotype.
106 * Corrected the informal print_struct()'s output format.
107
1080.8.0: 2004-Feb-03 T-version-0-8-0
109
110 * Some documentation is created (a .pdf and a short manual page).
111 * Last touches to the code.
112
1130.7.9: 2004-Feb-01 T-version-0-7-9
114
115 * Human readable printing support.
116 * Support for implicit (standard) constraints.
117
1180.7.8: 2004-Jan-31
119
120 * SET now rejects duplicate fields in the data stream.
121
1220.7.7: 2004-Jan-25
123
124 * Added types: GeneralizedTime and UTCTime.
125
1260.7.6: 2004-Jan-24 T-version-0-7-6
127
128 * DER encoding of a SET OF now involves dynamic sorting.
129
1300.7.5: 2004-Jan-24 T-version-0-7-5
131
132 * DER encoding of a SET with untagged CHOICE
133 now involves dynamic sorting.
134
1350.7.0: 2004-Jan-19 T-version-0-7-0
136
137 * A bunch of DER encoders is implemented.
138
1390.6.6: 2004-Jan-11
140
141 * Implemented CHOICE decoder.
142 * Implemented destructors support.
143
1440.6.5: 2004-Jan-03
145
146 * Implemented SET decoder.
147 * Implemented SET OF and SEQUENCE OF decoders.
148
1490.6.4: 2003-Dec-31
150
151 * Implemented BOOLEAN, NULL, ENUMERATED decoders.
152 * Implemented OCTET STRING decoder.
153 * Implemented BIT STRING decoder.
154
1550.6: 2003-Dec-30
156
157 * First decoding of a BER-encoded structure!
158
1590.5: 2003-Dec-28
160
161 * Framework and most of the compiler backbone coding done.
162
1630.1: 2003-Nov-28
164
165 * Programming started.