mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
Upgrade santuario to 3.0.6 to fix SANTUARIO-617
Closes #45680 Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
parent
bef8f7f0fd
commit
bd703eb767
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
|
@ -125,7 +125,7 @@
|
|||
<woodstox.version>6.0.3</woodstox.version>
|
||||
<wildfly.common.quarkus.aligned.version>1.5.4.Final-format-001</wildfly.common.quarkus.aligned.version>
|
||||
<wildfly.common.wildfly.aligned.version>1.6.0.Final</wildfly.common.wildfly.aligned.version>
|
||||
<xmlsec.version>3.0.4</xmlsec.version>
|
||||
<xmlsec.version>3.0.6</xmlsec.version>
|
||||
<nashorn.version>15.4</nashorn.version>
|
||||
<ua-parser.version>1.6.1</ua-parser.version>
|
||||
<org.yaml.snakeyaml.version>2.0</org.yaml.snakeyaml.version>
|
||||
|
|
|
|||
|
|
@ -478,12 +478,12 @@ public class BasicSamlTest extends AbstractSamlTest {
|
|||
|
||||
@Test
|
||||
public void testEncryptionRsaOaep() throws Exception {
|
||||
testEncryption(XMLCipher.AES_256_GCM, XMLCipher.RSA_OAEP, XMLCipher.SHA256, "", XMLCipher.AES_256_GCM, XMLCipher.RSA_OAEP, XMLCipher.SHA256, EncryptionConstants.MGF1_SHA1);
|
||||
testEncryption(XMLCipher.AES_256_GCM, XMLCipher.RSA_OAEP, XMLCipher.SHA256, "", XMLCipher.AES_256_GCM, XMLCipher.RSA_OAEP, XMLCipher.SHA256, "");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testEncryptionRsaOaepLegacy() throws Exception {
|
||||
testEncryption(XMLCipher.AES_128, XMLCipher.RSA_OAEP, XMLCipher.SHA1, "", XMLCipher.AES_128, XMLCipher.RSA_OAEP, "", EncryptionConstants.MGF1_SHA1);
|
||||
testEncryption(XMLCipher.AES_128, XMLCipher.RSA_OAEP, XMLCipher.SHA1, "", XMLCipher.AES_128, XMLCipher.RSA_OAEP, "", "");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue