mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Support for RSA Key Size of 3072
Closes #41551 Signed-off-by: Bjoern Eickvonder <bjoern.eickvonder@inform-software.com>
This commit is contained in:
2
.github/scripts/run-fips-it.sh
vendored
2
.github/scripts/run-fips-it.sh
vendored
@@ -9,7 +9,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
STRICT_OPTIONS=""
|
||||
if [ "$1" = "strict" ]; then
|
||||
STRICT_OPTIONS="-Dauth.server.fips.mode=strict -Dauth.server.supported.keystore.types=BCFKS -Dauth.server.keystore.type=bcfks -Dauth.server.supported.rsa.key.sizes=2048,4096"
|
||||
STRICT_OPTIONS="-Dauth.server.fips.mode=strict -Dauth.server.supported.keystore.types=BCFKS -Dauth.server.keystore.type=bcfks -Dauth.server.supported.rsa.key.sizes=2048,3072,4096"
|
||||
fi
|
||||
echo "STRICT_OPTIONS: $STRICT_OPTIONS"
|
||||
TESTS=`testsuite/integration-arquillian/tests/base/testsuites/suite.sh fips`
|
||||
|
||||
Reference in New Issue
Block a user