aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-24 21:06:19 +0000
committerLev Walkin <vlm@lionet.info>2004-09-24 21:06:19 +0000
commitc0fde9bd703d38f0c0e0cb1d290951d68bee7cd0 (patch)
tree0b3b731a617a13f6a23aac901256c57c23292aad
parent33c16ba73320412ba750cbf55f6777ac20c3a4ed (diff)
BER decoder restartability problem; unbe & enber; updated documentation
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 68adf0eb..98244726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
-0.9.6: 2004-Sep-22
+0.9.6: 2004-Sep-24
* Implemented BASIC-XER encoding support (X.693).
- * Implemented unber(1) for generic BER decoding.
+ * Implemented unber(1) and enber(1) for BER<->XML translation.
* Implemented CGI for online ASN.1 compilation (asn1c/webcgi).
- * The X.509 decoder implemented (./examples/sample.source.PKIX1).
+ * Implemented the sample X.509 decoder (./examples/sample.source.PKIX1).
* NamedType is now supported for SET OF/SEQUENCE OF type.
* Added ASN1C_ENVIRONMENT_VERSION and get_asn1c_environment_version().
* Fixed ANY type decoding (Severity: high, Secruity 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.
+ (Severity: high, Security impact: low)
+ * Updated documentation.
0.9.5: 2004-Sep-17