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 behavio
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
> attacks,
---
Spring Data GemFire > Nightly-ApacheGeode > #1010 was successful.
---
Scheduled
2425 tests in total.
https://build.spring.io/browse/SGF-NAG-1010/
--
Thi
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
+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
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. During
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