summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-22 13:50:39 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-22 13:50:39 +0200
commitc9d7433c0441a9d64eb8f9687ec36bf0705c426e (patch)
treeae603f1d188b0b0d341f5eaea6be4909a5bba8e5
parente47b2a0651ffe1867c844968ade7f6127957bf13 (diff)
downloadlibtasn1-c9d7433c0441a9d64eb8f9687ec36bf0705c426e.tar.gz
libtasn1-c9d7433c0441a9d64eb8f9687ec36bf0705c426e.tar.bz2
libtasn1-c9d7433c0441a9d64eb8f9687ec36bf0705c426e.zip
doc update
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 11d6c27..9fcde9f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ 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.
+- Several improvements and new safety checks on DER decoding to
+ prevent issues discovered using the Codenomicon TLS tester.
- Marked asn1_der_decoding_element() as deprecated. Use
asn1_der_decoding() instead.