summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-18 18:33:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-22 21:42:29 +0200
commitf80391388df8f54e386346b9a33d6dce4af887d5 (patch)
tree4b3aa3444c96ad0cd3f7d050b397b3c7a8ae2662
parentc9d7433c0441a9d64eb8f9687ec36bf0705c426e (diff)
downloadlibtasn1-f80391388df8f54e386346b9a33d6dce4af887d5.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9fcde9f..f763cec 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,11 @@ 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 to
- prevent issues discovered using the Codenomicon TLS tester.
+- Several improvements and new safety checks on DER decoding;
+ issues found using Codenomicon TLS test suite.
- Marked asn1_der_decoding_element() as deprecated. Use
asn1_der_decoding() instead.
-
* Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
- Correctly handle decoding of recursive CHOICE options.
- Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.