summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-08 13:51:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-08 13:51:24 +0200
commit404d57934c4b0c717325766340f029ef703a781b (patch)
tree62a9b5f11969628dc44d54bdb18bf89b617bc1dc
parent0be0b11a1d0c4029f362ab368a63bc267065b5bd (diff)
downloadlibtasn1-404d57934c4b0c717325766340f029ef703a781b.tar.gz
doc update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d4f28c..cd65168 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ GNU Libtasn1 NEWS -*- outline -*-
- Fixes to avoid reliance on C undefined behavior.
- Fixes to avoid an infinite recursion when decoding without
the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
+- Combined all the BER octet string decoding functions to a single
+ one based on asn1_decode_simple_ber().
* Noteworthy changes in release 4.7 (released 2015-09-14) [stable]
- Fixed regression introduced in the decoding of multi-byte tags