This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 967c7ca Fix NPE issue in testcase
`org.apache.pulsar.broker.service.ServerCnxTest` (#6781)
add 3b48df1 [pulsar-client] Add support to load tls certs/key dynamically
from inputstream (#6760)
No new revisions were added by this update.
Summary of changes:
.../pulsar/client/api/TlsProducerConsumerTest.java | 111 +++++++++++++++++++++
.../client/impl/auth/AuthenticationDataTls.java | 47 ++++++++-
.../pulsar/client/impl/auth/AuthenticationTls.java | 16 ++-
.../client/impl/conf/ClientConfigurationData.java | 3 +
.../apache/pulsar/common/util/SecurityUtility.java | 46 ++++++++-
5 files changed, 214 insertions(+), 9 deletions(-)