summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-22 21:44:19 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-22 21:44:19 +0200
commit99af70b17ad87e910c528c9203f261bf4e513f54 (patch)
tree10b6c6b7568bb17395c4644e9b2462ad92a0c745
parentf2aa59688754d5674de7cf2b8c7a39b2a67e635e (diff)
downloadlibtasn1-99af70b17ad87e910c528c9203f261bf4e513f54.tar.gz
libtasn1-99af70b17ad87e910c528c9203f261bf4e513f54.tar.bz2
libtasn1-99af70b17ad87e910c528c9203f261bf4e513f54.zip
updated TODO
-rw-r--r--doc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index cf52ef9..24941df 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,6 +4,8 @@ in order to avoid having people working on the same thing.
Current list:
+ Audit the code
++ Eliminate the need for ltostr() and its reverse
++ Make asn1_der_decoding_element() an alias of asn1_der_decoding()
+ C structure generation instead of a single array
- Add the checking of default value (e.g. 'INTEGER DEFAULT v1')
- Check _asn1_objectid_der, crashes on "0" input, gives incorrect encoding?