This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from ca95a6983d Increases JVM heap memory
add 390e3355c0 Don't replace null password with default if provided
add 60fe5d4437 [[LOG4J2-3548] Improve support of `null` location and
password
add 51f36fd647 [LOG4J2-3548] Add unity tests
add a8b5972c00 [LOG4J-3548] Changelog
No new revisions were added by this update.
Summary of changes:
.../net/ssl/AbstractKeyStoreConfiguration.java | 24 +++---
.../log4j/core/net/ssl/KeyStoreConfiguration.java | 2 +-
.../core/net/ssl/SslConfigurationFactory.java | 41 ++++++----
.../log4j/core/net/ssl/StoreConfiguration.java | 3 +
.../core/net/ssl/KeyStoreConfigurationTest.java | 86 ++++++++++++++++++---
.../core/net/ssl/SslConfigurationFactoryTest.java | 58 +++++++++++++-
.../logging/log4j/core/net/ssl/TestConstants.java | 14 ++++
.../core/net/ssl/client.log4j2-keystore-nopass.p12 | Bin 0 -> 3274 bytes
.../log4j/core/net/ssl/client.log4j2-keystore.p12 | Bin 0 -> 4023 bytes
src/changes/changes.xml | 13 ++--
10 files changed, 196 insertions(+), 45 deletions(-)
create mode 100644
log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/client.log4j2-keystore-nopass.p12
create mode 100644
log4j-core/src/test/resources/org/apache/logging/log4j/core/net/ssl/client.log4j2-keystore.p12