You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2019/07/29 21:15:02 UTC

[geode] branch develop updated (b3227d7 -> e57028f)

This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from b3227d7  GEODE-6799: fix tests on windows
     add e57028f  GEODE-7018: Enable hostname validation for SSL over NIO (#3849)

No new revisions were added by this update.

Summary of changes:
 ...LSocketHostNameVerificationIntegrationTest.java | 227 +++++++++++++++++++++
 .../apache/geode/internal/net/SocketCreator.java   |  37 ++--
 .../org/apache/geode/internal/tcp/Connection.java  |   7 -
 3 files changed, 252 insertions(+), 19 deletions(-)
 create mode 100755 geode-core/src/integrationTest/java/org/apache/geode/internal/net/SSLSocketHostNameVerificationIntegrationTest.java