fix
[oweals/gnunet.git] / BUGS
diff --git a/BUGS b/BUGS
index 6271eb2f174dda00989ce1f32a71d8231d46a7f5..affae73e80a77ad0f9befb3bdf058c3d86b546d9 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -4,7 +4,6 @@ sane end-user should care about this codebase yet anyway.
 
 
 * UTIL:
-  - crypto_hash: use libgcrypt (supports SHA-512 since 2003)
   - container_bloomfilter: improve efficiency (see FIXME)
   - no tests for BIO
   - Windows: use events instead of pipes to signal select()s [Nils]
@@ -93,8 +92,6 @@ sane end-user should care about this codebase yet anyway.
   - implement exponential back-off for service restarts
   - better tracking of which config changes actually need to cause process restarts by ARM.
   - have way to specify dependencies between services (to manage ARM restarts better)
-  - client-API is inefficient since it opens a TCP connection per service that is started
-    (instead of re-using connections).
 * CORE: 
   - code currently notifies clients about "encrypted" connections being up well before
     we get the encrypted PONG; sometimes this may be OK (for topology killing
@@ -108,7 +105,7 @@ sane end-user should care about this codebase yet anyway.
 * POSTGRES-DB:
   - finish postgres implementation; simplify other SQLs using new stats
 * HTTPS transport
-  - PolariSSL for MHD?
+  - Better SSL-support for MHD
   - https integration
 * GAP improvements:
   - active reply route caching design & implementation of service,
@@ -116,3 +113,4 @@ sane end-user should care about this codebase yet anyway.
 * HOSTLIST:
   - implement advertising of hostlist URL
   - implement learning of hostlist URLs
+