diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-20 15:29:09 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-20 15:29:09 +0200 |
commit | d9751e077f02ed4718c5e274ef384a1f72250b34 (patch) | |
tree | f709c4fe9b97169494ff054c659895a5ae399ea0 | |
parent | 317486161fcf615c4093ac00608b880f2361373f (diff) | |
download | libtasn1-d9751e077f02ed4718c5e274ef384a1f72250b34.tar.gz libtasn1-d9751e077f02ed4718c5e274ef384a1f72250b34.tar.bz2 libtasn1-d9751e077f02ed4718c5e274ef384a1f72250b34.zip |
doc update
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,8 +8,14 @@ GNU Libtasn1 NEWS -*- outline -*- is a sequence element. - Several optimizations in DER decoding of structures with sequences containing many elements. +- asn1_der_decoding2() is introduced and allows flags to be passed on + the decoding process. Currently only ASN1_DECODE_FLAG_ALLOW_PADDING is + defined and that allows decoding DER structures that contain arbitrary + data past their end. Contributed by Karel Slany. - API and ABI changes since last version: + ASN1_DECODE_FLAG_ALLOW_PADDING: New definition asn1_dup_node: New function + asn1_der_decoding2: New function asn1_der_decoding_element: Made alias to asn1_der_decoding * Noteworthy changes in release 3.6 (released 2014-05-25) [stable] |