summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-16 22:39:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-16 22:39:49 +0200
commit3d577dd07e6f8229cc0785e270908bd0d970e890 (patch)
tree1275f10abf32ec1e0c603a894826998317fde471
parent1c3ccb3e040bf13e342ee60bc23b21b97b11923f (diff)
downloadlibtasn1-3d577dd07e6f8229cc0785e270908bd0d970e890.tar.gz
doc update
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e62c5d..636247c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ GNU Libtasn1 NEWS -*- outline -*-
* Noteworthy changes in release 3.6 (unreleased) [stable]
- Corrected an off-by-one error in ASN.1 DER tag decoding.
- Several improvements and new safety checks on DER decoding.
+- asn1_der_decoding_element() is an alias to asn1_der_decoding().
* Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
- Correctly handle decoding of recursive CHOICE options.