summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-01-27 21:23:51 +0000
committerelie <elie>2013-01-27 21:23:51 +0000
commit6c8b88f1a7c9f44c33dad1116f341524a20cda60 (patch)
tree67005c388e0b3c4531f61414458c24b6b062f84f /CHANGES
parent3f1f9a84dbb54cc6c61174b62056cb4acd71faa1 (diff)
downloadpyasn1-6c8b88f1a7c9f44c33dad1116f341524a20cda60.tar.gz
fix to CHOICE decoder to handle explicitly tagged, indefinite length
mode encoding
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37c0576..7c84c42 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ Revision 0.1.7
format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always
CONSTRUCTED and OCTET STRING is either of the two)
- Fix to REAL type encoder to force primitive encoding form encoding.
+- Fix to CHOICE decoder to handle explicitly tagged, indefinite length
+ mode encoding
Revision 0.1.6
--------------