* Optimized tree generation by adding a small_value field in every node.
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>
Mon, 3 Nov 2008 19:46:03 +0000 (21:46 +0200)
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>
Mon, 3 Nov 2008 19:46:03 +0000 (21:46 +0200)
commiteaac42b56f7f4294ae62aeb06c89222fe21f9264
treed4489406f31aaada170b762157b9d2f13b41da4a
parenta3577bd15ee66d37f025d014457c9d1751cd19ab
* Optimized tree generation by adding a small_value field in every node.
  If the node contains few data they will be stored there instead of a
  malloced buffer.

* Added ability to DER decoder to decode BER encoded octet strings.

* Added test case with a pkcs-12 formatted structure to test the ability
  to parse those strings.

* Added asn1_append_value() and asn1_set_value_octet() to reduce code being copied.
NEWS
lib/decoding.c
lib/element.c
lib/libtasn1.h
lib/parser_aux.c
lib/parser_aux.h
tests/Makefile.am
tests/Test_indefinite.c [new file with mode: 0644]
tests/pkix.asn [new file with mode: 0644]