diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-30 15:17:10 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-05-30 15:21:33 +0200 |
commit | e7baaf725a397546be2ecc90d36b005f5d6d1061 (patch) | |
tree | e25e105e39f8d6932eb1525f54da14326827a8a2 /NEWS | |
parent | e2e5b1d44456d6e99fb3765f2370630a2059994b (diff) | |
download | libtasn1-e7baaf725a397546be2ecc90d36b005f5d6d1061.tar.gz libtasn1-e7baaf725a397546be2ecc90d36b005f5d6d1061.tar.bz2 libtasn1-e7baaf725a397546be2ecc90d36b005f5d6d1061.zip |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ GNU Libtasn1 NEWS -*- outline -*- * Noteworthy changes in release 3.7 (unreleased) [stable] - asn1_der_decoding_element() is an alias to asn1_der_decoding(). +- optimized asn1_der_decoding_startEnd(). It only performs the decoding + step, if it is not already done. +- Added asn1_copy_node2(). - Fixes in DER decoding. * Noteworthy changes in release 3.6 (released 2014-05-25) [stable] |