stronger randomness
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index ee4c37b32c7cf45be9f65f3dc2662601dc51150b..1a6cdcfb868b9f217ba132bbb33e33723fbc2647 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,16 @@
 0.9.0pre2:
-* FS:
-  - namespace_list_updateable testcase [CG]
-    (currently, updateable content does NOT show in GTK)
-* GTK:
-  - local namespace not listed in fs-search dialog (?) [CG]
+ FS:
+  - measure latencies (core, datastore) => trust economy
+  - FS performance benchmarking
+  - integrate with DHT (need DHT API to fit block API better first; also, get rid of the continuation!)
+* DHT: [Nate]
+  - use new block lib in service
+  - provide block-lib compatible API in gnunet_dht_service.h
+  - eliminate continuations in DHT API (not needed, we have auto-retransmit!)
 * CORE:
-  - derived key generation [Nils]
+  - dynamic IVs [Nils]
+       - use QUALITY_NONCE
+  - authentication of ciphertexts [Nils]
   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
     (transport notified us that we connected to ourselves!!!)
   - transport-level disconnect (i.e. TCP) does not cause core-level
@@ -17,6 +22,8 @@
        likely good enough until we get ATS going; still should be tested...
     => "peers connected (transport)" now instantly goes to ZERO (core statistic),
        but "established sessions" stays up...
+* UTIL:
+  - drop dependency on GMP? [Nils]
 
 0.9.0pre3:
 * Determine RC bugs and fix those (release should have no known real bugs)
@@ -28,7 +35,7 @@
   - needs more testing (especially F2F topology) & transport blacklisting
 * TRANSPORT-TCP [MW]:
   - should use hash map to look up sessions
-* NAT/UPNP: [MW]
+* NAT/UPNP: [Milan]
   - finalize API design
   - code clean up
   - testing
   - good to have for DHT evaluation!
 * DHT: [Nate]
   - performance tests
+* BLOCK:
+  - more testing (KBlock, SBlock, NBlock)
 
 0.9.1:
 * TRANSPORT: [MW]