summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2012-05-07 17:45:01 +0000
committerelie <elie>2012-05-07 17:45:01 +0000
commit71c1692d21b2ef6a83c6b47631c39a71441d488c (patch)
treeba2fcc2332153d0cdf8fff1f67020650e2c7c757
parent3384d2578323d854c98a1e2b6cd6ab7b2df24190 (diff)
downloadpyasn1-71c1692d21b2ef6a83c6b47631c39a71441d488c.tar.gz
updated
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d408d3c..9bd368a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
Revision 0.1.4
--------------
+- Added some more checks to ObjectIdentifier BER encoder catching
+ posible 2^8 overflow condition by two leading sub-OIDs.
- Fix in Boolean truth testting built-in methods
-- Fix to substrate underrun error handling at ObjectIdentifier DER decoder
+- Fix to substrate underrun error handling at ObjectIdentifier BER decoder
- Fix to BER Boolean decoder that allows other pre-computed
values besides 0 and 1.