cxf-soap tests fail in FIPS environment
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
### Bug description
If you run `integration-test-groups/cxf-soap/` in FIPS environment, following tests fail:
* `cxf-soap-ws-security-server`
```
Errors:
CxfWssSecurityPolicyServerCxfWayTest.encrypetdSigned:53 » SOAPFault unsupported key transport encryption algorithm: No such algorithm: "RSA/ECB/OAEPWithSHA1AndMGF1Padding"
CxfWssSecurityPolicyServerTest.encrypetdSigned:52 » SOAPFault unsupported key transport encryption algorithm: No such algorithm: "RSA/ECB/OAEPWithSHA1AndMGF1Padding"
```
* `cxf-soap-ws-trust`
```
Errors:
CxfWsTrustTest.programmaticSts:107 » SOAPFault unsupported key transport encryption algorithm: No such algorithm: "RSA/ECB/OAEPWithSHA1AndMGF1Padding"
CxfWsTrustCxfWayTest.programmaticSts:112 » SOAPFault unsupported key transport encryption algorithm: No such algorithm: "RSA/ECB/OAEPWithSHA1AndMGF1Padding"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.