diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-22 13:50:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-22 13:50:39 +0200 |
commit | c9d7433c0441a9d64eb8f9687ec36bf0705c426e (patch) | |
tree | ae603f1d188b0b0d341f5eaea6be4909a5bba8e5 | |
parent | e47b2a0651ffe1867c844968ade7f6127957bf13 (diff) | |
download | libtasn1-c9d7433c0441a9d64eb8f9687ec36bf0705c426e.tar.gz libtasn1-c9d7433c0441a9d64eb8f9687ec36bf0705c426e.tar.bz2 libtasn1-c9d7433c0441a9d64eb8f9687ec36bf0705c426e.zip |
doc update
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |