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