- Feb 26, 2016
- Feb 17, 2016
-
-
akwizgran authored
-
- Feb 11, 2016
- Jan 27, 2016
-
-
akwizgran authored
-
- Jan 20, 2016
- Jan 04, 2016
-
-
akwizgran authored
-
- Dec 17, 2015
- Dec 15, 2015
-
-
akwizgran authored
-
- Dec 14, 2015
-
-
akwizgran authored
-
- Dec 08, 2015
-
-
akwizgran authored
-
- Nov 30, 2015
- May 02, 2015
-
-
akwizgran authored
-
- Jan 05, 2015
-
-
akwizgran authored
-
- Dec 29, 2014
-
-
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.
-
akwizgran authored
-
- Dec 14, 2014
-
-
akwizgran authored
-
- Nov 06, 2014
- Nov 05, 2014
-
-
akwizgran authored
-
- Nov 04, 2014
-
-
akwizgran authored
-
- Oct 08, 2014
-
-
akwizgran authored
-
- Oct 03, 2014
-
-
akwizgran authored
-
- Jul 04, 2014
-
-
akwizgran authored
Fixed a bug in SimplexMessagingIntegrationTest that should've caught this.
-
- Feb 10, 2014
-
-
akwizgran authored
This allows the oldest LocalAuthor to be used as the default.
-
- Jan 24, 2014
-
-
akwizgran authored
-
- Jan 15, 2014
-
-
akwizgran authored
-
- Jan 14, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
- Dec 20, 2013
-
-
akwizgran authored
The distinction between inbox groups and other groups can be maintained internally, there's no need to represent it on the wire.
-
- Dec 19, 2013
-
-
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.
-
- Dec 11, 2013
-
-
akwizgran authored
This produces a saner user experience when devices have differing clocks.
-