Re: [guardian-dev] guardian-dev Digest, Vol 69, Issue 17

2016-03-25 Thread Jay Pozo
Sorry for the weird message everyone, I'm not sure what happened. Investigating. > Date: Thu, 24 Mar 2016 09:26:00 -0700 > From: Jay Pozo > To: guardian-dev@lists.mayfirst.org > Subject: [guardian-dev] (no subject) > Message-ID: >

Re: [guardian-dev] NetCipher Book Chapter, and HTTP Stack Integration

2016-03-25 Thread Mark Murphy
On Fri, Mar 25, 2016, at 05:36, Hans-Christoph Steiner wrote: > * why did you use the custom WeakSet class rather than just a plain Set? To help prevent memory leaks, in case clients fail to unregister their callbacks. > * keep things as a JAR as much as possible, not an AAR, i.e. by avoiding >

Re: [guardian-dev] NetCipher Book Chapter, and HTTP Stack Integration

2016-03-25 Thread Hans-Christoph Steiner
Mark Murphy: > On Mon, Mar 21, 2016, at 09:39, Hans-Christoph Steiner wrote: >> As for a plan for integrating this into NetCipher, I'd like to start >> with the HttpURLConnection first, especially the SNI stuff. Ideally, it >> would all fit into the existing TlsOnlySocket* stuff, without the