[GitHub] activemq-artemis pull request #1834: ARTEMIS-1649 - enable openssl provider ...

2018-02-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1834 ---

[GitHub] activemq-artemis pull request #1834: ARTEMIS-1649 - enable openssl provider ...

2018-02-01 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1834#discussion_r16533 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -841,7 +86

[GitHub] activemq-artemis pull request #1834: ARTEMIS-1649 - enable openssl provider ...

2018-02-01 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1834#discussion_r165308928 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -530,48 +539,34 @@

[GitHub] activemq-artemis pull request #1834: ARTEMIS-1649 - enable openssl provider ...

2018-02-01 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1834#discussion_r165305348 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java --- @@ -530,48 +5

[GitHub] activemq-artemis pull request #1834: ARTEMIS-1649 - enable openssl provider ...

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

[GitHub] activemq-artemis pull request #1834: ARTEMIS-1649 - enable openssl provider ...

2018-02-01 Thread rpahli
GitHub user rpahli opened a pull request: https://github.com/apache/activemq-artemis/pull/1834 ARTEMIS-1649 - 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 Prov