This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
from 48da8546b4 ARTEMIS-5982 Fix start Ordering between Acceptor and
Mirroring
add 3573b66676 ARTEMIS-5599 Support key password in Netty SSL
No new revisions were added by this update.
Summary of changes:
.../core/remoting/impl/netty/NettyConnector.java | 10 ++
.../remoting/impl/netty/TransportConstants.java | 6 +
.../artemis/core/remoting/impl/ssl/SSLSupport.java | 26 ++-
.../spi/core/remoting/ssl/SSLContextConfig.java | 17 +-
.../core/remoting/impl/netty/NettyAcceptor.java | 6 +
docs/user-manual/configuring-transports.adoc | 9 ++
.../CoreClientOverOneWaySSLKeyPasswordTest.java | 174 +++++++++++++++++++++
tests/security-resources/build.sh | 8 +
...eystore.jceks => server-keystore-keypass.jceks} | Bin 4211 -> 4211 bytes
...-keystore.jceks => server-keystore-keypass.jks} | Bin 4211 -> 4228 bytes
.../remoting/impl/ssl/SSLContextConfigTest.java | 77 ++++++++-
.../core/remoting/impl/ssl/SSLSupportTest.java | 59 +++++++
12 files changed, 386 insertions(+), 6 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLKeyPasswordTest.java
copy tests/security-resources/{server-keystore.jceks =>
server-keystore-keypass.jceks} (65%)
copy tests/security-resources/{server-keystore.jceks =>
server-keystore-keypass.jks} (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]