summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-08-20 09:55:54 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-08-20 09:55:54 +0200
commit195781ab04c841a0073dc2344552545075127e8b (patch)
tree15592237eff5487a98e3937fd2e7005f6ac39fd9
parent1519e2daff51ecb9824adbd815e7e11f7b2988d3 (diff)
downloadlibtasn1-195781ab04c841a0073dc2344552545075127e8b.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0f8e1a6..3dea1e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
GNU Libtasn1 NEWS -*- outline -*-
+* Noteworthy changes in release 3.8 (unreleased) [stable]
+- corrected indefinite tag check in ANY constructions. That allows
+ the decoding of BER-encoded structures that contain indefinite
+ encoding within for an ANY element.
+
* Noteworthy changes in release 3.7 (released 2014-06-26) [stable]
- Fixes in length calculation in _asn1_extract_der_octet().
- Fixes in DER decoding.