aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-11 11:43:08 +0000
committerLev Walkin <vlm@lionet.info>2004-10-11 11:43:08 +0000
commit07f388cf82ee438138064a756e5e409e1cd969a1 (patch)
treea9aa7d32ab23780acc4c28262dd1d64d0e91a7b1 /ChangeLog
parente560f4cc9eb3506653042c7baffc9dc518f00e89 (diff)
fixed explicitly tagged ANY type handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37bae2f9..dc3f32ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.7: 2004-Oct-04
+0.9.7: 2004-Oct-11
* Finished CANONICAL-XER implementation by adding SET and SET OF
canonical ordering support.
@@ -10,6 +10,8 @@
* Fixed SEQUENCE dealing with premature termination of the
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).
* Fixed CHOICE code spin when indefinite length structures appear
in the extensions (Severity: medium, Security impact: medium).
Reported by <siden@ul-gsm.ru>.