[
https://issues.apache.org/jira/browse/GEODE-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16725406#comment-16725406
]
ASF subversion and git services commented on GEODE-2113:
--------------------------------------------------------
Commit 8dfba2d5ad7a70a1fd42d0564f34ec7bb4e11ad4 in geode's branch
refs/heads/feature/GEODE-2113c from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8dfba2d ]
GEODE-2113 Implement SSL over NIO
Added a rolling-upgrade test to ensure interop with regular SSLSockets.
Fixed some problems with mutual authentication in SocketCreator when
used with SSLEngines.
Fixed buffer reset problem in Connection, allowing the NioSslEngine to
manage the position of the network "inputBuffer".
> Implement SSL over NIO
> ----------------------
>
> Key: GEODE-2113
> URL: https://issues.apache.org/jira/browse/GEODE-2113
> Project: Geode
> Issue Type: Improvement
> Components: messaging
> Reporter: Addison
> Assignee: Bruce Schuchardt
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Java now has a nifty javax.net.ssl.SSLSocketFactory that can produce an
> SSLSocket from an existing Socket. This will let us create an SSLSocket that
> has an NIO SocketChannel and get rid of all of the "Old IO" code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)