- May 02, 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
-
- Nov 06, 2014
-
-
akwizgran authored
-
- Nov 05, 2014
-
-
akwizgran authored
-
- Nov 04, 2014
-
-
akwizgran authored
-
- Oct 08, 2014
-
-
akwizgran authored
-
- Apr 10, 2014
-
-
akwizgran authored
-
- Mar 19, 2014
-
-
akwizgran authored
-
- Feb 09, 2014
-
-
akwizgran authored
-
- Feb 07, 2014
-
-
akwizgran authored
This adds complexity but will save a lot of bandwidth, as most of the strings and byte arrays we want to send are less than 128 bytes. The extra complexity isn't exposed outside of the serial component.
-
- Jan 30, 2014
-
-
Ximin Luo authored
- add a UnixRemovableDriveMonitor.checkEnabled to pre-emptively check if it's loaded - os.arch is always x86,x86_64 on windows, i386,amd64 on linux - source: http://www.java-gaming.org/index.php/topic,14110 - we'll deal with freebsd support when we come to it, jnotify doesn't even do this atm
-
- Jan 14, 2014
-
-
akwizgran authored
-
- Jan 13, 2014
- Jan 09, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
-
-
akwizgran authored
-
- Nov 22, 2013
-
-
akwizgran authored
-
- Nov 19, 2013
-
-
akwizgran authored
The Request packet now contains a list of message IDs, rather than a bitmap referring to the list of messages IDs in the Offer. This allows the Request to be understood out of context, e.g. if the Offer and Request are sent over separate connections or a connection is replayed.
-
- Jul 27, 2013
-
-
akwizgran authored
The method used by Commons IO to get the available disk space fails on Android devices that lack a df binary - use the Android API instead.
-
- Jun 27, 2013
-
-
akwizgran authored
-
- Jun 17, 2013
-
-
akwizgran authored
-
- Jun 13, 2013
-
-
akwizgran authored
-
- May 15, 2013
-
-
akwizgran authored
Fixes issue #3612607.
-
- May 14, 2013
-
-
akwizgran authored
To fix issue #3611966, KeyManagerImpl's handling of TransportAddedEvent was made asynchronous. This made it possible for a thread to call KeyManager.endpointAdded() before the KeyManager had asynchronously handled the TransportAddedEvent from a previous call to DatabaseComponent.addTransport().
-
- Apr 16, 2013
-
-
akwizgran authored
-
- Apr 10, 2013
-
-
akwizgran authored
-
- Apr 05, 2013
-
-
akwizgran authored
-
- Mar 29, 2013
-
-
akwizgran authored
The invitation and private messaging UIs are currently broken. Some key rotation bugs were fixed; others may have been created (unit tests needed). An encoding for private keys was added. Pseudonyms were moved out of the messaging package and ratings were moved in.
-
- Mar 26, 2013
-
-
akwizgran authored
The Tor plugin tests are consistently failing with the latest versions of Silvertunnel and Spongy Castle; we may need to ship native Tor binaries for Windows/Mac/Linux and use Orbot on Android.
-
- Feb 06, 2013
-
-
akwizgran authored
-
- Jan 30, 2013
- Jan 16, 2013
-
-
akwizgran authored
-
- Dec 16, 2012
-
-
akwizgran authored
-
- Dec 15, 2012
-
-
akwizgran authored
-
- Dec 05, 2012