Document that ider and ider_len are optional in asn1_der_decoding_startEnd()
[platform/upstream/libtasn1.git] / doc / TODO
1 If you want to contribute (implement something from the current list, or
2 anything), contact the developer's mailing list ...,
3 in order to avoid having people working on the same thing.
4
5 Current list:
6 + Audit the code
7 + Eliminate the need for ltostr() and its reverse
8 + Make asn1_der_decoding_element() an alias of asn1_der_decoding()
9 + C structure generation instead of a single array
10 - Add the checking of default value (e.g. 'INTEGER DEFAULT v1')
11 - Check _asn1_objectid_der, crashes on "0" input, gives incorrect encoding?
12
13 (+) Means high priority
14 (*) Means medium priority
15 (-) Means low priority (ie. nobody is interested to develop that)
16
17 ----------------------------------------------------------------------
18 Copyright (C) 2002-2014 Free Software Foundation, Inc.
19 Copying and distribution of this file, with or without modification,
20 are permitted in any medium without royalty provided the copyright
21 notice and this notice are preserved.