summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 24941df..93c0450 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,9 +4,13 @@ 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
+* Avoid the usage of any global state in array2tree or parser2tree
+ functions.
+* Allow extracting the time in a reasonable format (e.g. time_t)
+* C structure generation instead of a single array
+* CHOICE in CHOICE (e.g., RDN in byName in ResponderID in OCSP) cannot
+ be read directly. Also the OCTET string (ByKey) in the same choice
+ is not encoded properly.
- Add the checking of default value (e.g. 'INTEGER DEFAULT v1')
- Check _asn1_objectid_der, crashes on "0" input, gives incorrect encoding?