summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-02-09 11:59:26 +0000
committerelie <elie>2013-02-09 11:59:26 +0000
commit4fb89e67ad959833ca9a3ab2edb0f89048ca5b79 (patch)
tree5df1485bdb9df5e18f3252f757046443b2e63b42
parent527d8a3bbe88107816f3a2d0dae33e7c68974f44 (diff)
downloadpyasn1-4fb89e67ad959833ca9a3ab2edb0f89048ca5b79.tar.gz
correction
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a2be213..5b2e162 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,8 @@ Revision 0.1.7
--------------
- Fix to decoder working on indefinite length substrate -- end-of-octets
- marker is now detected by both tag and value. Otherwise implicitly tagged
- values may interfere with end-of-octets marker.
+ marker is now detected by both tag and value. Otherwise zero values may
+ interfere with end-of-octets marker.
- Fix to decoder to fail in cases where tagFormat indicates inappropriate
format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always
CONSTRUCTED and OCTET STRING is either of the two)