This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch CXF-9008
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 5d7084fbd7 Merge branch 'main' into CXF-9008
add ec4a1f5c17 Fix FIPS mode to use FIPS-approved RSA-OAEP instead of RSA
1.5
No new revisions were added by this update.
Summary of changes:
core/src/main/java/org/apache/cxf/helpers/JavaUtils.java | 13 ++++++++++++-
parent/pom.xml | 2 +-
.../httpsignature/utils/DefaultSignatureConstants.java | 11 +++++++++--
.../apache/cxf/rs/security/jose/common/JoseConstants.java | 2 +-
.../java/org/apache/cxf/rs/security/jose/jwe/JweUtils.java | 6 +++---
.../cxf/rs/security/jose/jwe/RSAKeyDecryptionAlgorithm.java | 4 ++--
.../oauth2/provider/OAuthServerJoseJwtProducer.java | 4 ++--
.../apache/cxf/rs/security/xml/AbstractXmlEncInHandler.java | 8 ++++----
.../apache/cxf/rs/security/xml/EncryptionProperties.java | 4 ++--
.../apache/cxf/rs/security/xml/XmlEncOutInterceptor.java | 2 +-
.../security/policy/custom/DefaultAlgorithmSuiteLoader.java | 2 +-
.../org/apache/cxf/sts/service/EncryptionProperties.java | 9 +++++----
.../apache/cxf/sts/token/provider/jwt/JWTTokenProvider.java | 2 +-
.../apache/cxf/sts/operation/IssueEncryptedUnitTest.java | 8 ++++----
.../org/apache/cxf/sts/operation/IssueSamlUnitTest.java | 2 +-
.../cxf/systest/ws/gcm/MGF256AlgorithmSuiteLoader.java | 9 ++-------
16 files changed, 51 insertions(+), 37 deletions(-)