blob: 55d97bab0b682c262f93f7e8c80bb2758c7fdf50 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlmd315be52004-06-18 00:03:54 +000020.8.12: 2004-Jun-17
vlme511d3e2004-06-14 13:53:32 +00003
vlmd315be52004-06-18 00:03:54 +00004 * RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound
5 anymore to an integer type of specific size (unsigned long). The
6 size of an integer must be provided explicitly.
7 See {OBJECT_IDENTIFIER|RELATIVE_OID}_{get|set}_arcs().
vlme511d3e2004-06-14 13:53:32 +00008 * SEQUENCE BER decoder fixed again for complex CHOICE case
vlm23ea2c72004-06-14 13:54:21 +00009 (Test case 44) (Severity: medium, Security impact: low).
vlme511d3e2004-06-14 13:53:32 +000010
vlm97986e42004-06-05 08:47:18 +0000110.8.11: 2004-Jun-05
12
13 * Enforsed stricter conformance with C standards.
vlme511d3e2004-06-14 13:53:32 +000014 * SEQUENCE BER decoder is now equipped with the sorted map
vlm45191f52004-06-06 07:20:37 +000015 in case of complex CHOICE descendants. Test case 44 created.
vlm97986e42004-06-05 08:47:18 +000016
vlmfa67ddc2004-06-03 03:38:44 +0000170.8.10: 2004-Jun-02
18
19 * Added const qualifier where necessary.
20 * Changed position of outmost_tag fetcher within asn1_TYPE_descriptor_t
21 structure.
22
230.8.9: 2004-May-26
24
25 * Added *_{get|set}_arcs_*() functions for OBJECT IDENTIFIER
26 and RELATIVE-OID, together with test cases.
27
280.8.8: 2004-May-09
29
30 * Introduced subtype constraints support (incomplete!).
31 * Fixed compiler. If the last member of the SEQUENCE is OPTIONAL
32 and absent in the encoding, and the type is extensible (...) or
33 EXTENSIBILITY IMPLIED flag is set, then the structure could not
34 be correctly decoded. (Severity: high, Security impact: low).
35 * Compiler: fixed recursive ASN.1 types inclusion (Severity: low,
36 Security impact: none).
37 * Parser: IMPORTS/FROM fixes, now allowing multiple sections.
38 * Code compiled and checked on PowerPC (@MacOS X). No major portability
39 issues experienced.
40
410.8.7: 2004-Apr-11 T-version-0-8-7
42
43 * Fixed SEQUENCE BER decoder: if the last member of the SEQUENCE is
44 OPTIONAL and absent in the encoding, RC_FAIL was returned instead
45 of RC_OK (Severity: high, Security impact: low).
46 * Added test case to check the above problem.
47 * Added test case to check -fnative-integers mode.
48
490.8.6: 2004-Apr-03 T-version-0-8-6
50
51 * Fixed compiler output for embedded ASN.1 structures.
52
530.8.5: 2004-Mar-28 T-version-0-8-5
54
55 * Fixed ber_tlv_length() computation problem (Severity: blocker,
56 Security impact: none).
57 Reported by <vss@high.net.ru>
58
590.8.4: 2004-Mar-22
60
61 * Removed RC_ITAG enumeration element from BER decoder.
62 This return code did not have much practical value.
63
640.8.3: 2004-Mar-14 T-version-0-8-3
65
66 * Fixed SET::BER decoder: restart after reaching a buffer boundary
67 weas broken (Severity: blocker, Security impact: low).
68 * Fixed OCTET STRING::BER decoder: restart after reaching a buffer
69 boundary was broken (Severity: blocker, Security impact: low).
70 Reported by <vss@high.net.ru>
71 * Added test cases to check decoders restartability.
72 * Slightly more general INTEGER2long decoder.
73 * Allowed nested /* C-type */ comments, as per X.680:2002.
74
750.8.2: 2004-Mar-01 T-version-0-8-2
76
77 * Fixed SEQUENCE BER decoder: an OPTIONAL element was required, where
78 should not have been (Severity: major; Security impact: low).
79 * Fixed print_struct pointer inheritance.
80 * Added -fno-c99 and -funnamed-unions
81
820.8.1: 2004-Feb-22
83
84 * -R switch to asn1c: Omit support code, compile only the tables.
85 * Introduced NativeInteger pseudotype.
86 * Corrected the informal print_struct()'s output format.
87
880.8.0: 2004-Feb-03 T-version-0-8-0
89
90 * Some documentation is created (a .pdf and a short manual page).
91 * Last touches to the code.
92
930.7.9: 2004-Feb-01 T-version-0-7-9
94
95 * Human readable printing support.
96 * Support for implicit (standard) constraints.
97
980.7.8: 2004-Jan-31
99
100 * SET now rejects duplicate fields in the data stream.
101
1020.7.7: 2004-Jan-25
103
104 * Added types: GeneralizedTime and UTCTime.
105
1060.7.6: 2004-Jan-24 T-version-0-7-6
107
108 * DER encoding of a SET OF now involves dynamic sorting.
109
1100.7.5: 2004-Jan-24 T-version-0-7-5
111
112 * DER encoding of a SET with untagged CHOICE
113 now involves dynamic sorting.
114
1150.7.0: 2004-Jan-19 T-version-0-7-0
116
117 * A bunch of DER encoders is implemented.
118
1190.6.6: 2004-Jan-11
120
121 * Implemented CHOICE decoder.
122 * Implemented destructors support.
123
1240.6.5: 2004-Jan-03
125
126 * Implemented SET decoder.
127 * Implemented SET OF and SEQUENCE OF decoders.
128
1290.6.4: 2003-Dec-31
130
131 * Implemented BOOLEAN, NULL, ENUMERATED decoders.
132 * Implemented OCTET STRING decoder.
133 * Implemented BIT STRING decoder.
134
1350.6: 2003-Dec-30
136
137 * First decoding of a BER-encoded structure!
138
1390.5: 2003-Dec-28
140
141 * Framework and most of the compiler backbone coding done.
142
1430.1: 2003-Nov-28
144
145 * Programming started.