[GitHub] activemq-artemis pull request #1833: enable openssl provider for Netty

2018-02-01 Thread rpahli
Github user rpahli commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1833#discussion_r165291242 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -416,6 +404,13 @@

[GitHub] activemq-artemis pull request #1833: enable openssl provider for Netty

2018-02-01 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1833#discussion_r165285729 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -16,6

[GitHub] activemq-artemis pull request #1833: enable openssl provider for Netty

2018-02-01 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1833#discussion_r165285067 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -416,6

[GitHub] activemq-artemis pull request #1833: enable openssl provider for Netty

2018-02-01 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1833#discussion_r165284845 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -388,23

[GitHub] activemq-artemis pull request #1833: enable openssl provider for Netty

2018-02-01 Thread rpahli
GitHub user rpahli opened a pull request: https://github.com/apache/activemq-artemis/pull/1833 enable openssl provider for Netty We want to use the native Openssl Provider for netty to use the native openssl. Added the supprt to switch between JDK and OpenSSL Provider. You