blob: cdf80f09f8788c44fee70f1584a9dddbbd1a8ef1 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlm97986e42004-06-05 08:47:18 +000020.8.11: 2004-Jun-05
3
4 * Enforsed stricter conformance with C standards.
5
vlmfa67ddc2004-06-03 03:38:44 +000060.8.10: 2004-Jun-02
7
8 * Added const qualifier where necessary.
9 * Changed position of outmost_tag fetcher within asn1_TYPE_descriptor_t
10 structure.
11
120.8.9: 2004-May-26
13
14 * Added *_{get|set}_arcs_*() functions for OBJECT IDENTIFIER
15 and RELATIVE-OID, together with test cases.
16
170.8.8: 2004-May-09
18
19 * Introduced subtype constraints support (incomplete!).
20 * Fixed compiler. If the last member of the SEQUENCE is OPTIONAL
21 and absent in the encoding, and the type is extensible (...) or
22 EXTENSIBILITY IMPLIED flag is set, then the structure could not
23 be correctly decoded. (Severity: high, Security impact: low).
24 * Compiler: fixed recursive ASN.1 types inclusion (Severity: low,
25 Security impact: none).
26 * Parser: IMPORTS/FROM fixes, now allowing multiple sections.
27 * Code compiled and checked on PowerPC (@MacOS X). No major portability
28 issues experienced.
29
300.8.7: 2004-Apr-11 T-version-0-8-7
31
32 * Fixed SEQUENCE BER decoder: if the last member of the SEQUENCE is
33 OPTIONAL and absent in the encoding, RC_FAIL was returned instead
34 of RC_OK (Severity: high, Security impact: low).
35 * Added test case to check the above problem.
36 * Added test case to check -fnative-integers mode.
37
380.8.6: 2004-Apr-03 T-version-0-8-6
39
40 * Fixed compiler output for embedded ASN.1 structures.
41
420.8.5: 2004-Mar-28 T-version-0-8-5
43
44 * Fixed ber_tlv_length() computation problem (Severity: blocker,
45 Security impact: none).
46 Reported by <vss@high.net.ru>
47
480.8.4: 2004-Mar-22
49
50 * Removed RC_ITAG enumeration element from BER decoder.
51 This return code did not have much practical value.
52
530.8.3: 2004-Mar-14 T-version-0-8-3
54
55 * Fixed SET::BER decoder: restart after reaching a buffer boundary
56 weas broken (Severity: blocker, Security impact: low).
57 * Fixed OCTET STRING::BER decoder: restart after reaching a buffer
58 boundary was broken (Severity: blocker, Security impact: low).
59 Reported by <vss@high.net.ru>
60 * Added test cases to check decoders restartability.
61 * Slightly more general INTEGER2long decoder.
62 * Allowed nested /* C-type */ comments, as per X.680:2002.
63
640.8.2: 2004-Mar-01 T-version-0-8-2
65
66 * Fixed SEQUENCE BER decoder: an OPTIONAL element was required, where
67 should not have been (Severity: major; Security impact: low).
68 * Fixed print_struct pointer inheritance.
69 * Added -fno-c99 and -funnamed-unions
70
710.8.1: 2004-Feb-22
72
73 * -R switch to asn1c: Omit support code, compile only the tables.
74 * Introduced NativeInteger pseudotype.
75 * Corrected the informal print_struct()'s output format.
76
770.8.0: 2004-Feb-03 T-version-0-8-0
78
79 * Some documentation is created (a .pdf and a short manual page).
80 * Last touches to the code.
81
820.7.9: 2004-Feb-01 T-version-0-7-9
83
84 * Human readable printing support.
85 * Support for implicit (standard) constraints.
86
870.7.8: 2004-Jan-31
88
89 * SET now rejects duplicate fields in the data stream.
90
910.7.7: 2004-Jan-25
92
93 * Added types: GeneralizedTime and UTCTime.
94
950.7.6: 2004-Jan-24 T-version-0-7-6
96
97 * DER encoding of a SET OF now involves dynamic sorting.
98
990.7.5: 2004-Jan-24 T-version-0-7-5
100
101 * DER encoding of a SET with untagged CHOICE
102 now involves dynamic sorting.
103
1040.7.0: 2004-Jan-19 T-version-0-7-0
105
106 * A bunch of DER encoders is implemented.
107
1080.6.6: 2004-Jan-11
109
110 * Implemented CHOICE decoder.
111 * Implemented destructors support.
112
1130.6.5: 2004-Jan-03
114
115 * Implemented SET decoder.
116 * Implemented SET OF and SEQUENCE OF decoders.
117
1180.6.4: 2003-Dec-31
119
120 * Implemented BOOLEAN, NULL, ENUMERATED decoders.
121 * Implemented OCTET STRING decoder.
122 * Implemented BIT STRING decoder.
123
1240.6: 2003-Dec-30
125
126 * First decoding of a BER-encoded structure!
127
1280.5: 2003-Dec-28
129
130 * Framework and most of the compiler backbone coding done.
131
1320.1: 2003-Nov-28
133
134 * Programming started.