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

ffang pushed a change to branch CXF-9008
in repository https://gitbox.apache.org/repos/asf/cxf.git


 discard 3f4ee4f487 fips support
     new 3c556188a7 fips support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3f4ee4f487)
            \
             N -- N -- N   refs/heads/CXF-9008 (3c556188a7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .../rs/security/xml/AbstractXmlEncInHandler.java   |   3 +-
 .../wss4j/DOMToStaxEncryptionIdentifierTest.java   |   4 -
 .../cxf/ws/security/wss4j/RoundTripTest.java       |  14 +-
 .../wss4j/StaxCryptoCoverageCheckerTest.java       |  14 +-
 .../ws/security/wss4j/StaxRoundTripActionTest.java |  25 +-
 .../cxf/ws/security/wss4j/StaxRoundTripTest.java   |  25 +-
 .../wss4j/StaxToDOMEncryptionIdentifierTest.java   |  21 +-
 .../ws/security/wss4j/StaxToDOMRoundTripTest.java  |  29 +-
 .../wss4j/UserNameTokenAuthorizationTest.java      |  24 +-
 .../cxf/ws/security/wss4j/WSS4JInOutTest.java      |  15 +-
 .../ws/security/wss4j/WSS4JOutInterceptorTest.java |   4 +-
 .../security/src/test/resources/logging.properties |   2 +-
 .../cxf/sts/operation/IssueEncryptedUnitTest.java  |  43 ++-
 .../apache/cxf/sts/operation/IssueSCTUnitTest.java |   5 +-
 .../token/provider/SAMLProviderKeyTypeTest.java    |  11 +-
 .../username_actas/UsernameActAsCachingTest.java   |   4 +-
 .../sts/username_actas/UsernameActAsTest.java      |   7 +-
 .../UsernameOnBehalfOfCachingTest.java             |   4 +-
 .../UsernameOnBehalfOfTest.java                    |   7 +-
 .../sts/x509/X509AsymmetricBindingTest.java        |   4 +-
 ...service.wsdl => ws-trust-1.4-service-fips.wsdl} |   0
 .../sts/delegation/ws-trust-1.4-service.wsdl       |   4 +-
 .../systest/sts/deployment/cxf-transport-fips.xml  |   4 +-
 .../sts/deployment/cxf-ut-encrypted-fips.xml       |   2 +-
 .../cxf/systest/sts/deployment/cxf-ut-fips.xml     |   2 +-
 .../cxf/systest/sts/deployment/cxf-x509-fips.xml   |   2 +-
 .../sts/deployment/stax-cxf-transport-fips.xml     |   4 +-
 .../sts/deployment/stax-cxf-ut-encrypted-fips.xml  |   2 +-
 .../systest/sts/deployment/stax-cxf-ut-fips.xml    |   2 +-
 .../systest/sts/deployment/stax-cxf-x509-fips.xml  |   2 +-
 ...service.wsdl => ws-trust-1.4-service-fips.wsdl} |   0
 .../sts/deployment/ws-trust-1.4-service.wsdl       |  10 +-
 ...service.wsdl => ws-trust-1.4-service-fips.wsdl} |   0
 .../systest/sts/issuer/ws-trust-1.4-service.wsdl   |   2 +-
 .../security/jose/jwejws/JAXRSJweJwsTest.java      |   2 -
 .../jaxrs/security/xml/JAXRSXmlSecTest.java        |  18 +-
 .../apache/cxf/systest/ws/action/ActionTest.java   |  72 +++-
 .../systest/ws/algsuite/AlgorithmSuiteTest.java    |  40 +-
 .../org/apache/cxf/systest/ws/algsuite/Server.java |   5 +-
 .../ws/algsuite/StaxAlgorithmSuiteTest.java        |   5 +-
 .../apache/cxf/systest/ws/algsuite/StaxServer.java |   5 +-
 .../systest/ws/basicauth/BasicAuthJAASTest.java    |   6 +-
 .../cxf/systest/ws/basicauth/BasicAuthTest.java    |  13 +-
 .../cxf/systest/ws/basicauth/JAASServer.java       |   5 +-
 .../apache/cxf/systest/ws/basicauth/Server.java    |   5 +-
 .../systest/ws/bindings/BindingPropertiesTest.java |  45 ++-
 .../org/apache/cxf/systest/ws/bindings/Server.java |   5 +-
 .../apache/cxf/systest/ws/bindings/StaxServer.java |   5 +-
 .../apache/cxf/systest/ws/cache/CachingTest.java   |  13 +-
 .../org/apache/cxf/systest/ws/cache/Server.java    |   5 +-
 .../DoubleItPortTypeImplJavaFirstFips.java}        |  50 ++-
 .../org/apache/cxf/systest/ws/fault/FaultTest.java |  54 ++-
 .../systest/ws/fault/ModifiedRequestServer.java    |   6 +-
 .../cxf/systest/ws/fault/ModifiedRequestTest.java  |  21 +-
 .../org/apache/cxf/systest/ws/fault/Server.java    |   5 +-
 .../org/apache/cxf/systest/ws/gcm/GCMTest.java     |  17 +-
 .../systest/ws/gcm/MGF256AlgorithmSuiteLoader.java |   9 +-
 .../org/apache/cxf/systest/ws/gcm/MGFServer.java   |   5 +-
 .../apache/cxf/systest/ws/gcm/MGFStaxServer.java   |   5 +-
 .../java/org/apache/cxf/systest/ws/gcm/Server.java |   5 +-
 .../org/apache/cxf/systest/ws/gcm/StaxServer.java  |   5 +-
 .../apache/cxf/systest/ws/httpget/HTTPGetTest.java |   9 +-
 .../org/apache/cxf/systest/ws/httpget/Server.java  |   5 +-
 .../cxf/systest/ws/https/HttpsTokenTest.java       |  17 +-
 .../org/apache/cxf/systest/ws/https/Server.java    |   5 +-
 .../apache/cxf/systest/ws/https/StaxServer.java    |   6 +-
 .../cxf/systest/ws/mtom/MTOMSecurityTest.java      |  41 +-
 .../org/apache/cxf/systest/ws/mtom/Server.java     |   5 +-
 .../org/apache/cxf/systest/ws/mtom/StaxServer.java |   5 +-
 .../org/apache/cxf/systest/ws/parts/PartsTest.java |  45 ++-
 .../org/apache/cxf/systest/ws/parts/Server.java    |   5 +-
 .../apache/cxf/systest/ws/parts/StaxServer.java    |   5 +-
 .../ws/password/PasswordPropertiesTest.java        |  13 +-
 .../org/apache/cxf/systest/ws/password/Server.java |   5 +-
 .../systest/ws/policy/JavaFirstPolicyServer.java   |   6 +-
 .../systest/ws/policy/PolicyAlternativeTest.java   |  29 +-
 .../org/apache/cxf/systest/ws/policy/Server.java   |   5 +-
 .../ws/policy/operation/PolicyOperationTest.java   |   9 +-
 .../cxf/systest/ws/policy/operation/Server.java    |   5 +-
 .../systest/ws/security/SecurityPolicyTest.java    | 104 +++++-
 .../org/apache/cxf/systest/ws/security/Server.java |   6 +-
 .../apache/cxf/systest/ws/security/StaxServer.java |   6 +-
 .../systest/ws/security/WSSecurityClientTest.java  |   5 +-
 .../apache/cxf/systest/ws/swa/PolicyServer.java    |   5 +-
 .../apache/cxf/systest/ws/swa/SWAActionTest.java   |  21 +-
 .../apache/cxf/systest/ws/swa/SWAPolicyTest.java   |  29 +-
 .../java/org/apache/cxf/systest/ws/swa/Server.java |   5 +-
 .../cxf/systest/ws/swa/StaxPolicyServer.java       |   6 +-
 .../apache/cxf/systest/ws/tokens/BSTServer.java    |   5 +-
 .../systest/ws/tokens/BinarySecurityTokenTest.java |   5 +-
 .../cxf/systest/ws/tokens/EndorsingServer.java     |   5 +-
 .../ws/tokens/EndorsingSupportingTokenTest.java    |   9 +-
 .../org/apache/cxf/systest/ws/tokens/Server.java   |   5 +-
 .../cxf/systest/ws/tokens/StaxEndorsingServer.java |   5 +-
 .../apache/cxf/systest/ws/tokens/StaxServer.java   |   5 +-
 .../cxf/systest/ws/tokens/SupportingTokenTest.java |  17 +-
 .../apache/cxf/systest/ws/tokens/TLSServer.java    |   5 +-
 .../cxf/systest/ws/tokens/TLSStaxServer.java       |   5 +-
 .../org/apache/cxf/systest/ws/ut/PolicyServer.java |   5 +-
 .../java/org/apache/cxf/systest/ws/ut/Server.java  |   5 +-
 .../apache/cxf/systest/ws/ut/ServerDerived.java    |   5 +-
 .../apache/cxf/systest/ws/ut/StaxPolicyServer.java |   5 +-
 .../org/apache/cxf/systest/ws/ut/StaxServer.java   |   5 +-
 .../systest/ws/ut/UsernameTokenDerivedTest.java    |  29 +-
 .../cxf/systest/ws/ut/UsernameTokenPolicyTest.java |  21 +-
 .../cxf/systest/ws/ut/UsernameTokenTest.java       | 122 ++++--
 .../org/apache/cxf/systest/ws/wssc/UnitServer.java |   5 +-
 .../apache/cxf/systest/ws/wssc/WSSCUnitTest.java   |  17 +-
 .../WSSecurity10CustomAlgorithmSuiteTest.java      |   5 +-
 .../cxf/systest/ws/wssec10/WSSecurity10Test.java   |  57 ++-
 .../server/Customizable10SignEncrypt01.java        |  30 --
 .../wssec10/server/ServerCustomAlgorithmSuite.java |   5 +-
 .../server/ServerCustomizedAlgorithmSuite.java     |  39 --
 .../server/StaxServerCustomAlgorithmSuite.java     |   6 +-
 .../server/StaxServerCustomizedAlgorithmSuite.java |  40 --
 .../cxf/systest/ws/wssec11/WSSecurity112Test.java  | 101 +++--
 .../systest/ws/x509/DoubleItIntermediaryImpl.java  |   5 +-
 .../apache/cxf/systest/ws/x509/Intermediary.java   |   5 +-
 .../cxf/systest/ws/x509/SHA512PolicyLoader.java    |  24 +-
 .../apache/cxf/systest/ws/x509/X509TokenTest.java  | 412 +++++++++++++++------
 .../org/apache/cxf/systest/ws/xkms/Server.java     |   5 +-
 .../org/apache/cxf/systest/ws/xkms/StaxServer.java |   5 +-
 .../org/apache/cxf/systest/ws/xkms/XKMSTest.java   |   9 +-
 .../handler_policies/x509SecurityPolicy.xml        |   4 +-
 .../java_first_policies/AlternativesPolicy.xml     |   4 +-
 .../SslUsernamePasswordAttachment.xml              |   2 +-
 .../java_first_policies/UsernamePasswordPolicy.xml |   2 +-
 .../java_first_policies/UsernamePolicy.xml         |   2 +-
 ...nPolicy.wsdl => DoubleItActionPolicy-fips.wsdl} |   0
 .../systest/ws/action/DoubleItActionPolicy.wsdl    |   4 +-
 .../org/apache/cxf/systest/ws/action/client.xml    |  16 +-
 .../apache/cxf/systest/ws/action/server-fips.xml   |   4 +-
 .../org/apache/cxf/systest/ws/action/server.xml    |   9 +-
 .../ws/algsuite/{client.xml => client-fips.xml}    |   1 +
 .../org/apache/cxf/systest/ws/algsuite/client.xml  |  17 +-
 .../ws/algsuite/{server.xml => server-fips.xml}    |   1 +
 .../org/apache/cxf/systest/ws/algsuite/server.xml  |  22 +-
 .../{stax-server.xml => stax-server-fips.xml}      |   0
 .../apache/cxf/systest/ws/algsuite/stax-server.xml |   6 +-
 ...tBasicAuth.wsdl => DoubleItBasicAuth-fips.wsdl} |   0
 .../systest/ws/basicauth/DoubleItBasicAuth.wsdl    |   2 +-
 .../ws/basicauth/server-continuation-fips.xml      |  60 +++
 .../cxf/systest/ws/basicauth/server-fips.xml       |  65 ++++
 .../{clean-policy.xml => clean-policy-fips.xml}    |   0
 .../cxf/systest/ws/bindings/clean-policy.xml       |   2 +-
 .../apache/cxf/systest/ws/bindings/client-fips.xml | 350 +++++++++++++++++
 ....xml => encrypt-before-signing-policy-fips.xml} |   0
 .../ws/bindings/encrypt-before-signing-policy.xml  |   2 +-
 ...-sig-policy.xml => encrypt-sig-policy-fips.xml} |   0
 .../cxf/systest/ws/bindings/encrypt-sig-policy.xml |   2 +-
 ...olicy.xml => include-timestamp-policy-fips.xml} |   0
 .../ws/bindings/include-timestamp-policy.xml       |   2 +-
 ...y-sign-policy.xml => only-sign-policy-fips.xml} |   0
 .../cxf/systest/ws/bindings/only-sign-policy.xml   |   2 +-
 ...s-policy.xml => protect-tokens-policy-fips.xml} |   0
 .../systest/ws/bindings/protect-tokens-policy.xml  |   2 +-
 .../apache/cxf/systest/ws/bindings/server-fips.xml | 315 ++++++++++++++++
 ...=> sig-conf-enc-before-signing-policy-fips.xml} |   0
 .../sig-conf-enc-before-signing-policy.xml         |   2 +-
 ...ig-conf-policy.xml => sig-conf-policy-fips.xml} |   0
 .../cxf/systest/ws/bindings/sig-conf-policy.xml    |   2 +-
 ....xml => sign-before-encrypting-policy-fips.xml} |   0
 .../ws/bindings/sign-before-encrypting-policy.xml  |   2 +-
 .../cxf/systest/ws/bindings/stax-server-fips.xml   | 336 +++++++++++++++++
 .../{strict-policy.xml => strict-policy-fips.xml}  |   0
 .../cxf/systest/ws/bindings/strict-policy.xml      |   2 +-
 ...s-first-policy.xml => ts-first-policy-fips.xml} |   0
 .../cxf/systest/ws/bindings/ts-first-policy.xml    |   2 +-
 ...{ts-last-policy.xml => ts-last-policy-fips.xml} |   0
 .../cxf/systest/ws/bindings/ts-last-policy.xml     |   2 +-
 ...{DoubleItCache.wsdl => DoubleItCache-fips.wsdl} |   0
 .../apache/cxf/systest/ws/cache/DoubleItCache.wsdl |   2 +-
 .../apache/cxf/systest/ws/cache/server-fips.xml    |  56 +++
 ...{DoubleItFault.wsdl => DoubleItFault-fips.wsdl} |   0
 .../apache/cxf/systest/ws/fault/DoubleItFault.wsdl |   6 +-
 ...tricUTPolicy.xml => SymmetricUTPolicy-fips.xml} |   0
 .../cxf/systest/ws/fault/SymmetricUTPolicy.xml     |   2 +-
 .../org/apache/cxf/systest/ws/fault/client.xml     |   2 +-
 .../cxf/systest/ws/fault/modified-server-fips.xml  |  60 +++
 .../apache/cxf/systest/ws/fault/server-fips.xml    | 123 ++++++
 .../{DoubleItGCM.wsdl => DoubleItGCM-fips.wsdl}    |   0
 .../org/apache/cxf/systest/ws/gcm/DoubleItGCM.wsdl |   6 +-
 .../apache/cxf/systest/ws/gcm/mgf-server-fips.xml  |  61 +++
 .../cxf/systest/ws/gcm/mgf-stax-server-fips.xml    |  64 ++++
 .../org/apache/cxf/systest/ws/gcm/server-fips.xml  |  66 ++++
 .../apache/cxf/systest/ws/gcm/stax-server-fips.xml |  69 ++++
 ...bleItHTTPGet.wsdl => DoubleItHTTPGet-fips.wsdl} |   0
 .../cxf/systest/ws/httpget/DoubleItHTTPGet.wsdl    |   2 +-
 .../apache/cxf/systest/ws/httpget/server-fips.xml  |  61 +++
 ...-auth-policy.xml => basic-auth-policy-fips.xml} |   0
 .../cxf/systest/ws/https/basic-auth-policy.xml     |   2 +-
 .../{clean-policy.xml => clean-policy-fips.xml}    |   0
 .../apache/cxf/systest/ws/https/clean-policy.xml   |   2 +-
 .../apache/cxf/systest/ws/https/client-fips.xml    | 148 ++++++++
 ...auth-policy.xml => digest-auth-policy-fips.xml} |   0
 .../cxf/systest/ws/https/digest-auth-policy.xml    |   2 +-
 ...{nochild-policy.xml => nochild-policy-fips.xml} |   0
 .../apache/cxf/systest/ws/https/nochild-policy.xml |   2 +-
 ...-policy.xml => req-client-cert-policy-fips.xml} |   0
 .../systest/ws/https/req-client-cert-policy.xml    |   2 +-
 .../apache/cxf/systest/ws/https/server-fips.xml    | 107 ++++++
 .../cxf/systest/ws/https/stax-server-fips.xml      | 128 +++++++
 .../{DoubleItMtom.wsdl => DoubleItMtom-fips.wsdl}  |   0
 .../apache/cxf/systest/ws/mtom/DoubleItMtom.wsdl   |   6 +-
 .../org/apache/cxf/systest/ws/mtom/server-fips.xml | 184 +++++++++
 .../cxf/systest/ws/mtom/stax-server-fips.xml       |  69 ++++
 .../{addr-policy.xml => addr-policy-fips.xml}      |   0
 .../apache/cxf/systest/ws/parts/addr-policy.xml    |   2 +-
 ...policy.xml => bad-req-elements-policy-fips.xml} |   0
 .../systest/ws/parts/bad-req-elements-policy.xml   |   2 +-
 ...ts-policy.xml => bad-req-parts-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/bad-req-parts-policy.xml  |   2 +-
 .../apache/cxf/systest/ws/parts/client-fips.xml    | 355 ++++++++++++++++++
 ... => content-encrypted-elements-policy-fips.xml} |   0
 .../ws/parts/content-encrypted-elements-policy.xml |   2 +-
 ...r-policy.xml => encrypted-addr-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/encrypted-addr-policy.xml |   2 +-
 ...y.xml => encrypted-attachments-policy-fips.xml} |   0
 .../ws/parts/encrypted-attachments-policy.xml      |   2 +-
 ...y-policy.xml => encrypted-body-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/encrypted-body-policy.xml |   2 +-
 ...licy.xml => encrypted-elements-policy-fips.xml} |   0
 .../systest/ws/parts/encrypted-elements-policy.xml |   2 +-
 ...-policy.xml => encrypted-parts-policy-fips.xml} |   0
 .../systest/ws/parts/encrypted-parts-policy.xml    |   2 +-
 ...=> multiple-encrypted-elements-policy-fips.xml} |   0
 .../parts/multiple-encrypted-elements-policy.xml   |   2 +-
 ...nts-policy.xml => req-elements-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/req-elements-policy.xml   |   2 +-
 ...-parts-policy.xml => req-parts-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/req-parts-policy.xml      |   2 +-
 .../apache/cxf/systest/ws/parts/server-fips.xml    | 344 +++++++++++++++++
 ...addr-policy.xml => signed-addr-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/signed-addr-policy.xml    |   2 +-
 ...licy.xml => signed-attachments-policy-fips.xml} |   0
 .../systest/ws/parts/signed-attachments-policy.xml |   2 +-
 ...addr-policy.xml => signed-body-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/signed-body-policy.xml    |   2 +-
 ...-policy.xml => signed-elements-policy-fips.xml} |   0
 .../systest/ws/parts/signed-elements-policy.xml    |   2 +-
 ...rts-policy.xml => signed-parts-policy-fips.xml} |   0
 .../cxf/systest/ws/parts/signed-parts-policy.xml   |   2 +-
 .../cxf/systest/ws/parts/stax-server-fips.xml      | 349 +++++++++++++++++
 ...eItPassword.wsdl => DoubleItPassword-fips.wsdl} |   0
 .../cxf/systest/ws/password/DoubleItPassword.wsdl  |   4 +-
 .../apache/cxf/systest/ws/password/server-fips.xml |  75 ++++
 .../policy/{client-bus.xml => client-bus-fips.xml} |   0
 .../apache/cxf/systest/ws/policy/client-bus.xml    |   2 +-
 .../ws/policy/{client.xml => client-fips.xml}      |   0
 .../org/apache/cxf/systest/ws/policy/client.xml    |   6 +-
 ...avafirstserver.xml => javafirstserver-fips.xml} |   0
 .../cxf/systest/ws/policy/javafirstserver.xml      |   8 +-
 ...tion.wsdl => DoubleItPolicyOperation-fips.wsdl} |   0
 .../policy/operation/DoubleItPolicyOperation.wsdl  |   2 +-
 .../systest/ws/policy/operation/server-fips.xml    |  45 +++
 .../ws/policy/{server.xml => server-fips.xml}      |   0
 .../org/apache/cxf/systest/ws/policy/server.xml    |   6 +-
 .../security/{DoubleIt.wsdl => DoubleIt-fips.wsdl} |   0
 .../apache/cxf/systest/ws/security/DoubleIt.wsdl   |  18 +-
 .../ws/security/{client.xml => client-fips.xml}    |   0
 .../org/apache/cxf/systest/ws/security/client.xml  |   5 +-
 .../ws/security/{server.xml => server-fips.xml}    |   0
 .../org/apache/cxf/systest/ws/security/server.xml  |   5 +-
 .../{stax-server.xml => stax-server-fips.xml}      |   0
 .../apache/cxf/systest/ws/security/stax-server.xml |   5 +-
 .../{DoubleItSwa.wsdl => DoubleItSwa-fips.wsdl}    |   0
 .../org/apache/cxf/systest/ws/swa/DoubleItSwa.wsdl |   6 +-
 .../cxf/systest/ws/swa/policy-server-fips.xml      | 117 ++++++
 .../org/apache/cxf/systest/ws/swa/server-fips.xml  | 192 ++++++++++
 .../cxf/systest/ws/swa/stax-policy-server-fips.xml | 124 +++++++
 .../tokens/{bst-server.xml => bst-server-fips.xml} |   0
 .../apache/cxf/systest/ws/tokens/client-fips.xml   | 184 +++++++++
 ...cy.xml => encrypted-supp-token-policy-fips.xml} |   0
 .../ws/tokens/encrypted-supp-token-policy.xml      |   2 +-
 .../systest/ws/tokens/endorsing-client-fips.xml    | 124 +++++++
 .../systest/ws/tokens/endorsing-server-fips.xml    | 119 ++++++
 ...l => endorsing-x509-supp-token-policy-fips.xml} |   0
 .../ws/tokens/endorsing-x509-supp-token-policy.xml |   2 +-
 .../apache/cxf/systest/ws/tokens/server-fips.xml   | 158 ++++++++
 ...=> signed-encrypted-supp-token-policy-fips.xml} |   0
 .../tokens/signed-encrypted-supp-token-policy.xml  |   2 +-
 ...gned-endorsing-x509-supp-token-policy-fips.xml} |   0
 .../signed-endorsing-x509-supp-token-policy.xml    |   2 +-
 ...olicy.xml => signed-supp-token-policy-fips.xml} |   0
 .../systest/ws/tokens/signed-supp-token-policy.xml |   2 +-
 ....xml => signed-x509-supp-token-policy-fips.xml} |   0
 .../ws/tokens/signed-x509-supp-token-policy.xml    |   2 +-
 .../ws/tokens/stax-endorsing-server-fips.xml       | 125 +++++++
 .../cxf/systest/ws/tokens/stax-server-fips.xml     | 167 +++++++++
 ...token-policy.xml => supp-token-policy-fips.xml} |   0
 .../cxf/systest/ws/tokens/supp-token-policy.xml    |   2 +-
 .../client-bus.xml => tokens/tls-client-fips.xml}  |  84 ++---
 .../cxf/systest/ws/tokens/tls-server-fips.xml      |  80 ++++
 .../cxf/systest/ws/tokens/tls-stax-server-fips.xml |  82 ++++
 ...-policy.xml => x509-supp-token-policy-fips.xml} |   0
 .../systest/ws/tokens/x509-supp-token-policy.xml   |   2 +-
 .../ut/{DoubleItUt.wsdl => DoubleItUt-fips.wsdl}   |   0
 .../org/apache/cxf/systest/ws/ut/DoubleItUt.wsdl   |  14 +-
 ...tUtDerived.wsdl => DoubleItUtDerived-fips.wsdl} |   0
 .../cxf/systest/ws/ut/DoubleItUtDerived.wsdl       |  14 +-
 .../ut/{clean-policy.xml => clean-policy-fips.xml} |   0
 .../org/apache/cxf/systest/ws/ut/clean-policy.xml  |   2 +-
 .../systest/ws/ut/{client.xml => client-fips.xml}  |   0
 .../org/apache/cxf/systest/ws/ut/client.xml        |   4 +-
 ...{created-policy.xml => created-policy-fips.xml} |   0
 .../apache/cxf/systest/ws/ut/created-policy.xml    |   2 +-
 ...h-pass-policy.xml => hash-pass-policy-fips.xml} |   0
 .../apache/cxf/systest/ws/ut/hash-pass-policy.xml  |   2 +-
 ...{no-pass-policy.xml => no-pass-policy-fips.xml} |   0
 .../apache/cxf/systest/ws/ut/no-pass-policy.xml    |   2 +-
 .../ut/{nonce-policy.xml => nonce-policy-fips.xml} |   0
 .../org/apache/cxf/systest/ws/ut/nonce-policy.xml  |   2 +-
 ...s-policy.xml => plaintext-pass-policy-fips.xml} |   0
 .../cxf/systest/ws/ut/plaintext-pass-policy.xml    |   2 +-
 ...ml => plaintext-pass-timestamp-policy-fips.xml} |   0
 .../ws/ut/plaintext-pass-timestamp-policy.xml      |   2 +-
 .../cxf/systest/ws/ut/policy-client-fips.xml       | 184 +++++++++
 .../cxf/systest/ws/ut/policy-server-fips.xml       | 183 +++++++++
 .../cxf/systest/ws/ut/server-derived-fips.xml      |  98 +++++
 .../systest/ws/ut/{server.xml => server-fips.xml}  |  26 +-
 .../org/apache/cxf/systest/ws/ut/server.xml        |   2 +-
 .../cxf/systest/ws/ut/stax-policy-server-fips.xml  | 196 ++++++++++
 .../ut/{stax-server.xml => stax-server-fips.xml}   |  26 +-
 .../org/apache/cxf/systest/ws/ut/stax-server.xml   |   2 +-
 ...-pass-policy.xml => supp-token-policy-fips.xml} |   0
 .../apache/cxf/systest/ws/ut/supp-token-policy.xml |   2 +-
 .../{DoubleItWSSC.wsdl => DoubleItWSSC-fips.wsdl}  |   0
 .../apache/cxf/systest/ws/wssc/DoubleItWSSC.wsdl   |  12 +-
 .../cxf/systest/ws/wssc/unit-server-fips.xml       |  68 ++++
 ...te.xml => client_customAlgorithmSuite-fips.xml} |   0
 .../ws/wssec10/client_customAlgorithmSuite.xml     |   7 +-
 .../ws/wssec10/client_customizedAlgorithmSuite.xml | 112 ------
 ...te.xml => server_customAlgorithmSuite-fips.xml} |   0
 .../ws/wssec10/server_customAlgorithmSuite.xml     |   5 +-
 .../ws/wssec10/server_customizedAlgorithmSuite.xml | 112 ------
 ...l => stax-server_customAlgorithmSuite-fips.xml} |   0
 .../wssec10/stax-server_customAlgorithmSuite.xml   |   5 +-
 .../stax-server_customizedAlgorithmSuite.xml       | 116 ------
 ...perations.wsdl => DoubleItOperations-fips.wsdl} |   0
 .../cxf/systest/ws/x509/DoubleItOperations.wsdl    |   2 +-
 .../{DoubleItX509.wsdl => DoubleItX509-fips.wsdl}  |   0
 .../apache/cxf/systest/ws/x509/DoubleItX509.wsdl   |  60 +--
 ...ssing.wsdl => DoubleItX509Addressing-fips.wsdl} |   0
 .../systest/ws/x509/DoubleItX509Addressing.wsdl    |   2 +-
 ...nature.wsdl => DoubleItX509Signature-fips.wsdl} |   0
 .../cxf/systest/ws/x509/DoubleItX509Signature.wsdl |  10 +-
 .../{clean-policy.xml => clean-policy-fips.xml}    |   0
 .../apache/cxf/systest/ws/x509/clean-policy.xml    |   2 +-
 .../org/apache/cxf/systest/ws/x509/client-fips.xml |  10 +-
 ...n-policy.xml => end-supp-token-policy-fips.xml} |   0
 .../cxf/systest/ws/x509/end-supp-token-policy.xml  |   2 +-
 .../cxf/systest/ws/x509/intermediary-fips.xml      |  53 +++
 .../cxf/systest/ws/x509/jaxws-client-fips.xml      |  48 +++
 .../org/apache/cxf/systest/ws/x509/server-fips.xml | 112 +++---
 .../cxf/systest/ws/x509/stax-server-fips.xml       | 112 +++---
 ...i-policy.xml => supp-token-pki-policy-fips.xml} |   0
 .../cxf/systest/ws/x509/supp-token-pki-policy.xml  |   2 +-
 ...token-policy.xml => supp-token-policy-fips.xml} |   0
 .../cxf/systest/ws/x509/supp-token-policy.xml      |   2 +-
 .../{DoubleItXKMS.wsdl => DoubleItXKMS-fips.wsdl}  |   0
 .../apache/cxf/systest/ws/xkms/DoubleItXKMS.wsdl   |   4 +-
 .../org/apache/cxf/systest/ws/xkms/server-fips.xml |  55 +++
 .../cxf/systest/ws/xkms/stax-server-fips.xml       |  57 +++
 .../WsSecurity10_customizedAlgorithmSuite.wsdl     |  66 ----
 ...Security10_policy_customizedAlgorithmSuite.wsdl | 178 ---------
 365 files changed, 7813 insertions(+), 1657 deletions(-)
 copy 
services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/delegation/{ws-trust-1.4-service.wsdl
 => ws-trust-1.4-service-fips.wsdl} (100%)
 copy 
services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/deployment/{ws-trust-1.4-service.wsdl
 => ws-trust-1.4-service-fips.wsdl} (100%)
 copy 
services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/issuer/{ws-trust-1.4-service.wsdl
 => ws-trust-1.4-service-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/java/org/apache/cxf/systest/ws/{x509/DoubleItIntermediaryImpl.java
 => fault/DoubleItPortTypeImplJavaFirstFips.java} (51%)
 delete mode 100644 
systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec10/server/Customizable10SignEncrypt01.java
 delete mode 100644 
systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec10/server/ServerCustomizedAlgorithmSuite.java
 delete mode 100644 
systests/ws-security/src/test/java/org/apache/cxf/systest/ws/wssec10/server/StaxServerCustomizedAlgorithmSuite.java
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/{DoubleItActionPolicy.wsdl
 => DoubleItActionPolicy-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/algsuite/{client.xml
 => client-fips.xml} (99%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/algsuite/{server.xml
 => server-fips.xml} (99%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/algsuite/{stax-server.xml
 => stax-server-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/basicauth/{DoubleItBasicAuth.wsdl
 => DoubleItBasicAuth-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/basicauth/server-continuation-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/basicauth/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{clean-policy.xml
 => clean-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/client-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{encrypt-before-signing-policy.xml
 => encrypt-before-signing-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{encrypt-sig-policy.xml
 => encrypt-sig-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{include-timestamp-policy.xml
 => include-timestamp-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{only-sign-policy.xml
 => only-sign-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{protect-tokens-policy.xml
 => protect-tokens-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{sig-conf-enc-before-signing-policy.xml
 => sig-conf-enc-before-signing-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{sig-conf-policy.xml
 => sig-conf-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{sign-before-encrypting-policy.xml
 => sign-before-encrypting-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{strict-policy.xml
 => strict-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{ts-first-policy.xml
 => ts-first-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/bindings/{ts-last-policy.xml
 => ts-last-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/cache/{DoubleItCache.wsdl
 => DoubleItCache-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/cache/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/fault/{DoubleItFault.wsdl
 => DoubleItFault-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/fault/{SymmetricUTPolicy.xml
 => SymmetricUTPolicy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/fault/modified-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/fault/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/{DoubleItGCM.wsdl
 => DoubleItGCM-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/mgf-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/mgf-stax-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/gcm/stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/httpget/{DoubleItHTTPGet.wsdl
 => DoubleItHTTPGet-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/httpget/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/{basic-auth-policy.xml
 => basic-auth-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/{clean-policy.xml
 => clean-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/client-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/{digest-auth-policy.xml
 => digest-auth-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/{nochild-policy.xml
 => nochild-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/{req-client-cert-policy.xml
 => req-client-cert-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/https/stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/{DoubleItMtom.wsdl
 => DoubleItMtom-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/mtom/stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{addr-policy.xml
 => addr-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{bad-req-elements-policy.xml
 => bad-req-elements-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{bad-req-parts-policy.xml
 => bad-req-parts-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/client-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{content-encrypted-elements-policy.xml
 => content-encrypted-elements-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{encrypted-addr-policy.xml
 => encrypted-addr-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{encrypted-attachments-policy.xml
 => encrypted-attachments-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{encrypted-body-policy.xml
 => encrypted-body-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{encrypted-elements-policy.xml
 => encrypted-elements-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{encrypted-parts-policy.xml
 => encrypted-parts-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{multiple-encrypted-elements-policy.xml
 => multiple-encrypted-elements-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{req-elements-policy.xml
 => req-elements-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{req-parts-policy.xml
 => req-parts-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{signed-addr-policy.xml
 => signed-addr-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{signed-attachments-policy.xml
 => signed-attachments-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{addr-policy.xml
 => signed-body-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{signed-elements-policy.xml
 => signed-elements-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/{signed-parts-policy.xml
 => signed-parts-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/parts/stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/password/{DoubleItPassword.wsdl
 => DoubleItPassword-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/password/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/{client-bus.xml
 => client-bus-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/{client.xml
 => client-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/{javafirstserver.xml
 => javafirstserver-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/operation/{DoubleItPolicyOperation.wsdl
 => DoubleItPolicyOperation-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/operation/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/policy/{server.xml
 => server-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/{DoubleIt.wsdl
 => DoubleIt-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/{client.xml
 => client-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/{server.xml
 => server-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/{stax-server.xml
 => stax-server-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/swa/{DoubleItSwa.wsdl
 => DoubleItSwa-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/swa/policy-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/swa/server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/swa/stax-policy-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{bst-server.xml
 => bst-server-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/client-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{encrypted-supp-token-policy.xml
 => encrypted-supp-token-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/endorsing-client-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/endorsing-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{endorsing-x509-supp-token-policy.xml
 => endorsing-x509-supp-token-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{signed-encrypted-supp-token-policy.xml
 => signed-encrypted-supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{signed-endorsing-x509-supp-token-policy.xml
 => signed-endorsing-x509-supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{signed-supp-token-policy.xml
 => signed-supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{signed-x509-supp-token-policy.xml
 => signed-x509-supp-token-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/stax-endorsing-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{supp-token-policy.xml
 => supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/{policy/client-bus.xml
 => tokens/tls-client-fips.xml} (55%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/tls-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/tls-stax-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/tokens/{x509-supp-token-policy.xml
 => x509-supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{DoubleItUt.wsdl
 => DoubleItUt-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{DoubleItUtDerived.wsdl
 => DoubleItUtDerived-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{clean-policy.xml
 => clean-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{client.xml
 => client-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{created-policy.xml
 => created-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{hash-pass-policy.xml
 => hash-pass-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{no-pass-policy.xml
 => no-pass-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{nonce-policy.xml
 => nonce-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{plaintext-pass-policy.xml
 => plaintext-pass-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{plaintext-pass-timestamp-policy.xml
 => plaintext-pass-timestamp-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/policy-client-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/policy-server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/server-derived-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{server.xml
 => server-fips.xml} (93%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/stax-policy-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{stax-server.xml
 => stax-server-fips.xml} (94%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/ut/{plaintext-pass-policy.xml
 => supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssc/{DoubleItWSSC.wsdl
 => DoubleItWSSC-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssc/unit-server-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/{client_customAlgorithmSuite.xml
 => client_customAlgorithmSuite-fips.xml} (100%)
 delete mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/client_customizedAlgorithmSuite.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/{server_customAlgorithmSuite.xml
 => server_customAlgorithmSuite-fips.xml} (100%)
 delete mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/server_customizedAlgorithmSuite.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/{stax-server_customAlgorithmSuite.xml
 => stax-server_customAlgorithmSuite-fips.xml} (100%)
 delete mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/wssec10/stax-server_customizedAlgorithmSuite.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{DoubleItOperations.wsdl
 => DoubleItOperations-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{DoubleItX509.wsdl
 => DoubleItX509-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{DoubleItX509Addressing.wsdl
 => DoubleItX509Addressing-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{DoubleItX509Signature.wsdl
 => DoubleItX509Signature-fips.wsdl} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{clean-policy.xml
 => clean-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{end-supp-token-policy.xml
 => end-supp-token-policy-fips.xml} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/intermediary-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/jaxws-client-fips.xml
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{supp-token-pki-policy.xml
 => supp-token-pki-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/x509/{supp-token-policy.xml
 => supp-token-policy-fips.xml} (100%)
 copy 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/{DoubleItXKMS.wsdl
 => DoubleItXKMS-fips.wsdl} (100%)
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/server-fips.xml
 create mode 100644 
systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/stax-server-fips.xml
 delete mode 100644 
systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec10/WsSecurity10_customizedAlgorithmSuite.wsdl
 delete mode 100644 
systests/ws-security/src/test/resources/wsdl_systest_wssec/wssec10/WsSecurity10_policy_customizedAlgorithmSuite.wsdl


Reply via email to