summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-04 14:28:47 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-04 14:28:47 +0200
commite7272b364e63548be8b92a6ae6236393a77d3cba (patch)
treedc9289aa72e2e920c533dff7c52f93fe4aa06101
parentdee899dd68f595549493d8929478fd298e115ade (diff)
downloadlibtasn1-e7272b364e63548be8b92a6ae6236393a77d3cba.tar.gz
libtasn1-e7272b364e63548be8b92a6ae6236393a77d3cba.tar.bz2
libtasn1-e7272b364e63548be8b92a6ae6236393a77d3cba.zip
doc update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 95d76d5..7d9290c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ GNU Libtasn1 NEWS -*- outline -*-
- optimized asn1_der_decoding_startEnd(). It only performs the decoding
step, if it is not already done.
- Added asn1_copy_node2().
+- asn1_read_value() understands the ?CURRENT keyword, which can be used
+ to indicate the current element of a sequence, when the provided node
+ is a sequence element.
- Fixes in DER decoding.
* Noteworthy changes in release 3.6 (released 2014-05-25) [stable]