Re: [Proposal] SSL - hostname verification

2018-08-15 Thread Sai Boorlagadda
I agree that hostname verification is independent of supporting default context and I like Dan's suggestion of making hostname validation is enabled by default if the user wants to use default SSL context otherwise can be enabled using 'ssl-enable-endpoint-identification'. Here is what the

Re: [Proposal] SSL - hostname verification

2018-08-15 Thread Jacob Barrett
On Tue, Aug 14, 2018 at 10:22 AM Dan Smith wrote: > > > > The current SSL implementation is also susceptible to man-in-the-middle > as > > well. This proposal is really independent of those proposed changes. > > > > The current SSL implementation is not susceptible to man-in-the-middle >

Re: [DISCUSS] Streamline return value from RemoteQuery

2018-08-15 Thread David Kimura
On Wed, Aug 15, 2018 at 5:24 AM, Jacob Barrett wrote: > Oh wouldn’t it be nice if it was asynchronous... :( "Hold my beer" :P

Re: [DISCUSS] Streamline return value from RemoteQuery

2018-08-15 Thread Blake Bender
+1 for always returning StructSet. Just this change would have pretty minimal impact. We took a slightly more in-depth look at the code, and it doesn't look like there's anything preventing us from converting most of this stuff to standard library code. StructSet could be replaced with std::map

Geode Summit 2018 coming up on Sept 24th - register now

2018-08-15 Thread Jagdish Mirani
Hello Geode enthusiasts: The next Geode Summit is a bit more than a month away, this September 24th, in Washington D.C. This year’s agenda is even larger and more comprehensive than last year --- showcasing the latest Geode case studies and tech features. The Geode community has been busy.

Re: [DISCUSS] Streamline return value from RemoteQuery

2018-08-15 Thread Jacob Barrett
Oh wouldn’t it be nice if it was asynchronous... :( > On Aug 14, 2018, at 8:56 PM, David Kimura wrote: > > If this is a non-blocking function (and maybe even if it isn't), then it > might be worth considering a future/promise contract. Perhaps something > like folly which provides a very rich