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

[geode] branch release/1.10.0 updated (1943405 -> f78a7d3)

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

onichols pushed a change to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 1943405  User Guide config: quote version string to avoid truncation
     add f78a7d3  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