diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-18 18:33:50 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-22 21:42:29 +0200 |
commit | f80391388df8f54e386346b9a33d6dce4af887d5 (patch) | |
tree | 4b3aa3444c96ad0cd3f7d050b397b3c7a8ae2662 /NEWS | |
parent | c9d7433c0441a9d64eb8f9687ec36bf0705c426e (diff) | |
download | libtasn1-f80391388df8f54e386346b9a33d6dce4af887d5.tar.gz libtasn1-f80391388df8f54e386346b9a33d6dce4af887d5.tar.bz2 libtasn1-f80391388df8f54e386346b9a33d6dce4af887d5.zip |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |