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 ec4a1f5c17 Fix FIPS mode to use FIPS-approved RSA-OAEP instead of RSA
1.5
add 2d9668b772 Add unit tests for FIPS mode algorithm selection
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/cxf/helpers/JavaUtilsTest.java | 104 ++++++++++++++++++
.../rs/security/jose/jwe/JweFipsAlgorithmTest.java | 121 +++++++++++++++++++++
2 files changed, 225 insertions(+)
create mode 100644 core/src/test/java/org/apache/cxf/helpers/JavaUtilsTest.java
create mode 100644
rt/rs/security/jose-parent/jose/src/test/java/org/apache/cxf/rs/security/jose/jwe/JweFipsAlgorithmTest.java