You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jj...@apache.org on 2019/08/08 18:17:05 UTC

[geode] branch develop updated (b9dbd9e -> 6231720)

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

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


    from b9dbd9e  GEODE-6748: First part of solution (#3854)
     add 6231720  GEODE-7022: Add SSL Alias Support for JMX Clients (#3857)

No new revisions were added by this update.

Summary of changes:
 .../internal/net/SSLConfigurationFactory.java      |   5 +-
 .../ContextAwareSSLRMIClientSocketFactory.java     |  30 +++-
 .../internal/cli/shell/JmxOperationInvoker.java    | 144 +++++++----------
 .../ConnectCommandWithSSLMultiKeyTest.java         | 170 +++++++++++++++++++++
 .../internal/cli/commands/multiKey_KeyStore.jks    | Bin 0 -> 4171 bytes
 .../internal/cli/commands/multiKey_TrustStore.jks  | Bin 0 -> 812 bytes
 6 files changed, 250 insertions(+), 99 deletions(-)
 create mode 100644 geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ConnectCommandWithSSLMultiKeyTest.java
 create mode 100644 geode-web/src/distributedTest/resources/org/apache/geode/management/internal/cli/commands/multiKey_KeyStore.jks
 create mode 100644 geode-web/src/distributedTest/resources/org/apache/geode/management/internal/cli/commands/multiKey_TrustStore.jks