aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-13 08:32:15 +0000
committerLev Walkin <vlm@lionet.info>2004-09-13 08:32:15 +0000
commitb4adfd3eefa32cf2d60683da0b26df69775d2400 (patch)
treeece33da1ccdd8253a9605a57bc523b94a16f359a
parent53c4f3900e4d031477fcbf9bb8147fe211ffaad6 (diff)
inner structures tagging fix
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9725d7fd..fc7abe1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
+0.9.5: 2004-Sep-13
+
+ * Fixed CER (common BER) decoder code. See check-25.c/VisibleString
+ case for details. X.690 specifies that inner structures in BER
+ encoding must be tagged by stripping off the outer tag for each
+ subsequent containment level. See also X.690: 8.21.5.4 and
+ the "Spouse" case in A.3.
+ (Severity: medium, Security impact: low)
+ * Added converters between any generic type and the ANY type.
+
0.9.4: 2004-Sep-10
* More support for recursive type definitions.