aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-01-17 11:40:49 +0000
committerLev Walkin <vlm@lionet.info>2005-01-17 11:40:49 +0000
commit659c63b7462412623650bab37349b1ad98dbebca (patch)
treeb86b0d204ec312476cc7da522ef235a29f5d98cd /ChangeLog
parent028a28bf5fbf247292b9590e496ff44161eaa2fa (diff)
extensions in CHOICE types properly marked
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 763edb49..d007ff07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.8: 2004-Oct-30
+0.9.8: 2005-Jan-17
* [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64).
Some code needed to be fixed regarding int-long conversions
@@ -15,6 +15,9 @@
* ber_dec_rval_t renamed into asn_dec_rval_t: more generality.
* Removed order dependency in DEFAULT references to ENUMERATED
identifiers (./tests/68-*-OK.asn1).
+ * Extensions in CHOICE types are properly marked as non-pointers
+ (Test case 59) (Severity: medium, Secruity impact: medium)
+ Reported by <roman.pfender@sdm.de>.
* Implemented der_encode_to_buffer() procedure.
0.9.7.1: 2004-Oct-12