This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 2c2cd14  [Doc] adjusting md style (#13615)
     add b540523  [security] Allow to config web server's cipher and protocols 
(#13354)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  10 ++
 conf/proxy.conf                                    |  10 ++
 .../apache/pulsar/broker/ServiceConfiguration.java |  14 ++
 .../org/apache/pulsar/broker/web/WebService.java   |   2 +
 pulsar-common/pom.xml                              |  14 ++
 ... => JettySslContextFactoryWithAutoRefresh.java} |  37 ++--
 .../util/keystoretls/KeyStoreSSLContext.java       |  32 ++--
 .../util/keystoretls/NetSslContextBuilder.java     |   4 +-
 .../JettySslContextFactoryWithAutoRefreshTest.java | 192 +++++++++++++++++++++
 .../src/test/resources/ssl/jetty_client_key.jks    | Bin 0 -> 2694 bytes
 .../src/test/resources/ssl/jetty_client_trust.jks  | Bin 0 -> 1222 bytes
 .../src/test/resources/ssl/jetty_server_key.jks    | Bin 0 -> 2694 bytes
 .../src/test/resources/ssl/jetty_server_trust.jks  | Bin 0 -> 1222 bytes
 .../pulsar/proxy/server/ProxyConfiguration.java    |  14 ++
 .../org/apache/pulsar/proxy/server/WebServer.java  |   2 +
 15 files changed, 298 insertions(+), 33 deletions(-)
 rename 
pulsar-common/src/main/java/org/apache/pulsar/common/util/keystoretls/{SslContextFactoryWithAutoRefresh.java
 => JettySslContextFactoryWithAutoRefresh.java} (57%)
 create mode 100644 
pulsar-common/src/test/java/org/apache/pulsar/common/util/keystoretls/JettySslContextFactoryWithAutoRefreshTest.java
 create mode 100644 pulsar-common/src/test/resources/ssl/jetty_client_key.jks
 create mode 100644 pulsar-common/src/test/resources/ssl/jetty_client_trust.jks
 create mode 100644 pulsar-common/src/test/resources/ssl/jetty_server_key.jks
 create mode 100644 pulsar-common/src/test/resources/ssl/jetty_server_trust.jks

Reply via email to