summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-24 14:55:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-24 14:55:29 +0200
commit665b61fb45cb168b190c5943b8467bfb6ab9fc4b (patch)
treef6cb5924dd9c50a109c25600f3a46a34cadc0941
parentd2521ee04e00e1c060001d5d67c1cf0bd23ec260 (diff)
downloadlibtasn1-665b61fb45cb168b190c5943b8467bfb6ab9fc4b.tar.gz
updated TODO
-rw-r--r--doc/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 24941df..cf2b029 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,6 @@ 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?