Added support for allocating from the given stack with
authorPekka Riikonen <priikone@silcnet.org>
Sun, 8 Jul 2007 17:24:33 +0000 (17:24 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 8 Jul 2007 17:24:33 +0000 (17:24 +0000)
commit524dff836509afe72184a51bb55818377c3232e1
treed62c1dc710ce63b7d65a80f6e8c62b38a079578e
parent57497f3b415db66538de5e89bc11f7f5816a39e2
Added support for allocating from the given stack with
SILC_ASN1_ALLOC.  Added support for returning value if SILC_ASN1_NULL
was present or is encoded.  Added support for getting the choice
that was found with SILC_ASN1_CHOICE.
lib/silcasn1/silcasn1.c
lib/silcasn1/silcasn1.h
lib/silcasn1/silcasn1_decode.c
lib/silcasn1/silcasn1_encode.c
lib/silcasn1/silcasn1_i.h
lib/silcasn1/tests/test_silcasn1.c