aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-09 22:19:25 +0000
committerLev Walkin <vlm@lionet.info>2005-03-09 22:19:25 +0000
commit0fab1a6fedfed87f5ebf182c771a4ce7269f4e9c (patch)
tree2a397ddc9a85ec53409b25bca0bb689bb6072128 /ChangeLog
parent9a0f8fad2f4d5ffb02d3fef8f6d3428755ee01a3 (diff)
relaxed XER processing rules for whitespace
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f319db2a..43ffed75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
-0.9.12: 2005-Mar-05
+0.9.12: 2005-Mar-09
* Fixed a name clash in produced constraint checking code.
* #includes are now in single quotes (to solve a name
clash with system's <time.h> on a Win32 system).
+ * Small refinement of XML DTD generation (`asn1c -X`).
+ * Relaxed XER processing rules to skip extra whitespace
+ in some more places. It also skips XML comments (although
+ prohibited by X.693, #8.2.1).
+ (Test case 70) (Severity: medium, Security impact: none)
+ Reported by <Dominique.Nerriec@alcatel.fr>.
0.9.11: 2005-Mar-04
@@ -53,7 +59,7 @@
identifiers (./tests/68-*-OK.asn1).
* ber_dec_rval_t renamed into asn_dec_rval_t: more generality.
* Extensions in CHOICE types are properly marked as non-pointers
- (Test case 59) (Severity: medium, Secruity impact: medium)
+ (Test case 59) (Severity: medium, Security impact: medium)
Reported by <roman.pfender@sdm.de>.
* Tagged CHOICE type is now supported again.
(Test case 59) (Severity: low, Security impact: low)
@@ -77,7 +83,7 @@
optionals-laden indefinite length structure. The code was previously
refusing to parse such structures.
* Fixed explicitly tagged ANY type encoding and decoding
- (Severity: medium, Secruity impact: low).
+ (Severity: medium, Security impact: low).
* Fixed CHOICE code spin when indefinite length structures appear
in the extensions (Severity: medium, Security impact: medium).
Reported by <siden@ul-gsm.ru>.
@@ -95,7 +101,7 @@
* Added -fno-constraints option to asn1c, which disabled generation of
ASN.1 subtype constraints checking code.
* Added ASN1C_ENVIRONMENT_VERSION and get_asn1c_environment_version().
- * Fixed ANY type decoding (Severity: high, Secruity impact: low).
+ * Fixed ANY type decoding (Severity: high, Security impact: low).
* Fixed BER decoder restartability problem with certain primitive
types (BOOLEAN, INTEGER, and REAL). The problem occured when the
encoding of such type is split between several bytes.