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