summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-04 18:56:49 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-04 18:56:49 +0200
commit5e34dbb7d807a214b5b2d62101c04f42dfe863a2 (patch)
treeff1ed5d284c9d789c37f8cd14ada0f670bd12f97
parentfda8ab9e2c943247081ab27e9de7abc2b5d4dbf5 (diff)
downloadlibtasn1-5e34dbb7d807a214b5b2d62101c04f42dfe863a2.tar.gz
document the global state issue
-rw-r--r--doc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index d6bde22..93c0450 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
+* 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