summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-14 19:55:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-14 19:55:37 +0100
commit075a1d35203f8948e21297c4fd66fd34bef2a298 (patch)
treeace83384997a1ead51fc62825edfcc8018a2b67a
parentac7b50cfe58811de8f2484cbbf672bde7ac6f4a6 (diff)
downloadlibtasn1-075a1d35203f8948e21297c4fd66fd34bef2a298.tar.gz
doc update
-rw-r--r--doc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 58abcd2..1b1a5b6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,6 +6,8 @@ Current list:
+ Audit the code
* 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 encoded correctly.
- Add the checking of default value (e.g. 'INTEGER DEFAULT v1')
- Check _asn1_objectid_der, crashes on "0" input, gives incorrect encoding?