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