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 20:00:16 +0100
commitc73ef9293c2c13b40e4fad78ae367c77272a5395 (patch)
treef51d9d1d645923dd3ae94ac301359ba3c4068c12
parent075a1d35203f8948e21297c4fd66fd34bef2a298 (diff)
downloadlibtasn1-c73ef9293c2c13b40e4fad78ae367c77272a5395.tar.gz
doc update
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 1b1a5b6..d6bde22 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -7,7 +7,8 @@ Current list:
* 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.
+ 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?