Skip to content

Things to do to get over a proof of concept later

Leberwurscht edited this page Feb 14, 2011 · 4 revisions
  • make sure that there is no security hole introduced by truncating the SHA hash
  • eliminate DoS vulnerabilities
  • rewrite tests to use the unittest module
  • make tests non-probabilistic
  • remove time.sleep from tests
  • check that partners can not escape from the tunnel when synchronizing, as this would enable them to add/delete hashes directly
  • remove superfluous OCaml files