Skip to content
Snippets Groups Projects
  1. Feb 26, 2016
  2. Feb 17, 2016
  3. Feb 11, 2016
  4. Jan 27, 2016
  5. Jan 20, 2016
  6. Jan 04, 2016
  7. Dec 17, 2015
  8. Dec 15, 2015
  9. Dec 14, 2015
  10. Dec 08, 2015
  11. Nov 30, 2015
  12. May 02, 2015
  13. Jan 05, 2015
  14. Dec 29, 2014
    • akwizgran's avatar
      Don't try to erase secrets from memory. · 358166bc
      akwizgran authored
      1. The things we're really trying to protect - contact identities,
      message contents, etc - can't be erased from memory because they're
      encapsulated inside objects we don't control.
      
      2. Long-term secrets can't be protected by erasing them from memory
      because they're stored in the database and the database key has to be
      held in memory whenever the app's running.
      
      3. If the runtime uses a compacting garbage collector then we have no
      way to ensure an object is erased from memory.
      
      4. Trying to erase secrets from memory makes the code more complex.
      
      Conclusion: Let's not try to protect secrets from an attacker who can
      read arbitrary memory locations.
      358166bc
    • akwizgran's avatar
      Moved stream crypto to crypto component. · f316d64a
      akwizgran authored
      f316d64a
  15. Dec 14, 2014
  16. Nov 06, 2014
  17. Nov 05, 2014
  18. Nov 04, 2014
  19. Oct 08, 2014
  20. Oct 03, 2014
  21. Jul 04, 2014
  22. Feb 10, 2014
  23. Jan 24, 2014
  24. Jan 15, 2014
  25. Jan 14, 2014
  26. Jan 08, 2014
  27. Dec 20, 2013
  28. Dec 19, 2013
    • akwizgran's avatar
      Replaced private messages with private groups. · 0dc86922
      akwizgran authored
      Private messages are now the same as group messages, but groups can be
      private or public. When a contact is added, a private group is created
      and designated as the inbox for exchanging private messages with the
      contact.
      0dc86922
  29. Dec 11, 2013
Loading