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

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


    from 0a25a61  Merge pull request #454 from rmannibucau/xbean-asm7-support
     new 37e9a9b  Adding TLSv1.3 tests
     new 05b8db0  Replace RC4 CipherSuite tests as it's not supported from Java 
>= 8 upwards
     new f652464  Disabling a ClientAuthTest with JDK11
     new a444dcd  Upgrading Jetty + fixing systest failures
     new ae99416  Removing unused getSecureSocketsProtocol method
     new 2656823  CXF-7862 - Exclude 3DES, MD5, CBC and RC4 ciphersuites as 
well by default
     new 4da4203  Fixing some failing security systests with JDK11

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/cxf/configuration/jsse/SSLUtils.java    |  25 +---
 parent/pom.xml                                     |   2 +-
 .../http/spring/HttpConduitConfigurationTest.java  |   2 +-
 .../cxf/transport/http/spring/conduit-bean.xml     |  10 +-
 .../transport/http/spring/conduit-tlsrefs-bean.xml |  10 +-
 .../https/ciphersuites/CipherSuitesTest.java       | 145 +++++++++++----------
 .../systest/https/clientauth/ClientAuthTest.java   |   4 +
 ...t-tlsv12.xml => ciphersuites-client-tlsv13.xml} |   4 +-
 .../https/ciphersuites/ciphersuites-client.xml     |   2 +-
 ...null-client.xml => ciphersuites-dhe-client.xml} |   2 +-
 .../ciphersuites/ciphersuites-explicit-client.xml  |   2 +-
 .../https/ciphersuites/ciphersuites-rc4-client.xml |  38 ------
 .../https/ciphersuites/ciphersuites-server.xml     |  15 ++-
 ...SSecurity10UsernameAuthorizationLegacyTest.java |   4 +-
 .../WSSecurity10UsernameAuthorizationTest.java     |   8 +-
 .../ws/wssec10/server/AuthorizedServer.java        |   2 +-
 .../ws/wssec10/server/AuthorizedServer2.java       |   2 +-
 ...ed_unauthorized.xml => client_unauthorized.xml} |   4 +-
 ...ricted_authorized.xml => server_authorized.xml} |   4 +-
 ...ed_authorized_2.xml => server_authorized_2.xml} |   4 +-
 20 files changed, 120 insertions(+), 169 deletions(-)
 copy 
systests/transports/src/test/resources/org/apache/cxf/systest/https/ciphersuites/{ciphersuites-client-tlsv12.xml
 => ciphersuites-client-tlsv13.xml} (95%)
 rename 
systests/transports/src/test/resources/org/apache/cxf/systest/https/ciphersuites/{ciphersuites-null-client.xml
 => ciphersuites-dhe-client.xml} (97%)
 delete mode 100644 
systests/transports/src/test/resources/org/apache/cxf/systest/https/ciphersuites/ciphersuites-rc4-client.xml
 rename 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/{client_restricted_unauthorized.xml
 => client_unauthorized.xml} (97%)
 rename 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/{server_restricted_authorized.xml
 => server_authorized.xml} (98%)
 rename 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/{server_restricted_authorized_2.xml
 => server_authorized_2.xml} (98%)

Reply via email to