blob: 91d20b09cfc3fe5c32fde38b07c54c438e937d11 [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.
vlm45191f52004-06-06 07:20:37 +00005 * SEQUENCE decoder is now equipped with the sorted map
6 in case of complex CHOICE descendants. Test case 44 created.
vlm97986e42004-06-05 08:47:18 +00007
vlmfa67ddc2004-06-03 03:38:44 +000080.8.10: 2004-Jun-02
9
10 * Added const qualifier where necessary.
11 * Changed position of outmost_tag fetcher within asn1_TYPE_descriptor_t
12 structure.
13
140.8.9: 2004-May-26
15
16 * Added *_{get|set}_arcs_*() functions for OBJECT IDENTIFIER
17 and RELATIVE-OID, together with test cases.
18
190.8.8: 2004-May-09
20
21 * Introduced subtype constraints support (incomplete!).
22 * Fixed compiler. If the last member of the SEQUENCE is OPTIONAL
23 and absent in the encoding, and the type is extensible (...) or
24 EXTENSIBILITY IMPLIED flag is set, then the structure could not
25 be correctly decoded. (Severity: high, Security impact: low).
26 * Compiler: fixed recursive ASN.1 types inclusion (Severity: low,
27 Security impact: none).
28 * Parser: IMPORTS/FROM fixes, now allowing multiple sections.
29 * Code compiled and checked on PowerPC (@MacOS X). No major portability
30 issues experienced.
31
320.8.7: 2004-Apr-11 T-version-0-8-7
33
34 * Fixed SEQUENCE BER decoder: if the last member of the SEQUENCE is
35 OPTIONAL and absent in the encoding, RC_FAIL was returned instead
36 of RC_OK (Severity: high, Security impact: low).
37 * Added test case to check the above problem.
38 * Added test case to check -fnative-integers mode.
39
400.8.6: 2004-Apr-03 T-version-0-8-6
41
42 * Fixed compiler output for embedded ASN.1 structures.
43
440.8.5: 2004-Mar-28 T-version-0-8-5
45
46 * Fixed ber_tlv_length() computation problem (Severity: blocker,
47 Security impact: none).
48 Reported by <vss@high.net.ru>
49
500.8.4: 2004-Mar-22
51
52 * Removed RC_ITAG enumeration element from BER decoder.
53 This return code did not have much practical value.
54
550.8.3: 2004-Mar-14 T-version-0-8-3
56
57 * Fixed SET::BER decoder: restart after reaching a buffer boundary
58 weas broken (Severity: blocker, Security impact: low).
59 * Fixed OCTET STRING::BER decoder: restart after reaching a buffer
60 boundary was broken (Severity: blocker, Security impact: low).
61 Reported by <vss@high.net.ru>
62 * Added test cases to check decoders restartability.
63 * Slightly more general INTEGER2long decoder.
64 * Allowed nested /* C-type */ comments, as per X.680:2002.
65
660.8.2: 2004-Mar-01 T-version-0-8-2
67
68 * Fixed SEQUENCE BER decoder: an OPTIONAL element was required, where
69 should not have been (Severity: major; Security impact: low).
70 * Fixed print_struct pointer inheritance.
71 * Added -fno-c99 and -funnamed-unions
72
730.8.1: 2004-Feb-22
74
75 * -R switch to asn1c: Omit support code, compile only the tables.
76 * Introduced NativeInteger pseudotype.
77 * Corrected the informal print_struct()'s output format.
78
790.8.0: 2004-Feb-03 T-version-0-8-0
80
81 * Some documentation is created (a .pdf and a short manual page).
82 * Last touches to the code.
83
840.7.9: 2004-Feb-01 T-version-0-7-9
85
86 * Human readable printing support.
87 * Support for implicit (standard) constraints.
88
890.7.8: 2004-Jan-31
90
91 * SET now rejects duplicate fields in the data stream.
92
930.7.7: 2004-Jan-25
94
95 * Added types: GeneralizedTime and UTCTime.
96
970.7.6: 2004-Jan-24 T-version-0-7-6
98
99 * DER encoding of a SET OF now involves dynamic sorting.
100
1010.7.5: 2004-Jan-24 T-version-0-7-5
102
103 * DER encoding of a SET with untagged CHOICE
104 now involves dynamic sorting.
105
1060.7.0: 2004-Jan-19 T-version-0-7-0
107
108 * A bunch of DER encoders is implemented.
109
1100.6.6: 2004-Jan-11
111
112 * Implemented CHOICE decoder.
113 * Implemented destructors support.
114
1150.6.5: 2004-Jan-03
116
117 * Implemented SET decoder.
118 * Implemented SET OF and SEQUENCE OF decoders.
119
1200.6.4: 2003-Dec-31
121
122 * Implemented BOOLEAN, NULL, ENUMERATED decoders.
123 * Implemented OCTET STRING decoder.
124 * Implemented BIT STRING decoder.
125
1260.6: 2003-Dec-30
127
128 * First decoding of a BER-encoded structure!
129
1300.5: 2003-Dec-28
131
132 * Framework and most of the compiler backbone coding done.
133
1340.1: 2003-Nov-28
135
136 * Programming started.