mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 07:30:17 -05:00
Upgrade bc-fips to 1.0.2.5
Closes #26568 Closes #27884 Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
@@ -15,11 +15,4 @@ export JAVA_HOME=/etc/alternatives/java_sdk_21
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# NOTE the use of "org.bouncycastle.rsa.allow_pkcs15_enc" as per BCFIPS release notes:
|
||||
#
|
||||
# End of 2023 transition for RSA PKCS1.5 encryption. The provider blocks RSA with PKCS1.5 encryption.
|
||||
# The following property can be used to override the default behavior:
|
||||
# org.bouncycastle.rsa.allow_pkcs15_enc (allow use of PKCS1.5)
|
||||
# This is required by crypto/fips1402/src/test/java/org/keycloak/crypto/fips/test/FIPS1402JWETest.java
|
||||
./mvnw test -nsu -B -pl crypto/default,crypto/fips1402 -Dcom.redhat.fips=true -Dorg.bouncycastle.fips.approved_only=true -Dorg.bouncycastle.rsa.allow_pkcs15_enc=true
|
||||
./mvnw test -nsu -B -pl crypto/default,crypto/fips1402 -Dcom.redhat.fips=true -Dorg.bouncycastle.fips.approved_only=true
|
||||
|
||||
Reference in New Issue
Block a user