summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-08-20 21:35:59 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-08-20 21:37:30 +0200
commita01b3760350998b1ed6aab6cfb0f1e88f628ab40 (patch)
treecc1c0a3b4b8a055c59262bcff4a8baf44d426ec6
parent2e1b0636c38153623b40944d26df23cb8b05072b (diff)
downloadlibtasn1-a01b3760350998b1ed6aab6cfb0f1e88f628ab40.tar.gz
doc update
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4faf288..1216478 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,15 @@
GNU Libtasn1 NEWS -*- outline -*-
* Noteworthy changes in release 4.1 (unreleased) [stable]
-- corrected indefinite tag check in ANY constructions. That allows
+- Corrected indefinite tag check in ANY constructions. That allows
the decoding of BER-encoded structures that contain indefinite
encoding within an ANY element.
+- Added DER decoding flag ASN1_DECODE_FLAG_STRICT_DER. Over the
+ years BER functionality was added to the decoder and this flag
+ provides the way to disable it.
* Noteworthy changes in release 4.0 (released 2014-06-26) [stable]
-- optimized asn1_der_decoding_startEnd(). It no longer requires the
+- Optimized asn1_der_decoding_startEnd(). It no longer requires the
additional decoding step.
- asn1_read_value() understands the ?CURRENT keyword, which can be used
to indicate the current element of a sequence, when the provided node