File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1402,8 +1402,8 @@ class SAML {
1402
1402
} ,
1403
1403
EncryptionMethod : [
1404
1404
// this should be the set that the xmlenc library supports
1405
- { "@Algorithm" : "http://www.w3.org/2001/04/xmlenc #aes256-gcm" } ,
1406
- { "@Algorithm" : "http://www.w3.org/2001/04/xmlenc #aes128-gcm" } ,
1405
+ { "@Algorithm" : "http://www.w3.org/2009/xmlenc11 #aes256-gcm" } ,
1406
+ { "@Algorithm" : "http://www.w3.org/2009/xmlenc11 #aes128-gcm" } ,
1407
1407
{ "@Algorithm" : "http://www.w3.org/2001/04/xmlenc#aes256-cbc" } ,
1408
1408
{ "@Algorithm" : "http://www.w3.org/2001/04/xmlenc#aes128-cbc" } ,
1409
1409
] ,
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ nwtlCg==
33
33
</ds : X509Certificate >
34
34
</ds : X509Data >
35
35
</ds : KeyInfo >
36
- <EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc #aes256-gcm" />
37
- <EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc #aes128-gcm" />
36
+ <EncryptionMethod Algorithm =" http://www.w3.org/2009/xmlenc11 #aes256-gcm" />
37
+ <EncryptionMethod Algorithm =" http://www.w3.org/2009/xmlenc11 #aes128-gcm" />
38
38
<EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
39
39
<EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc#aes128-cbc" />
40
40
</KeyDescriptor >
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ nwtlCg==
55
55
</ds : X509Certificate >
56
56
</ds : X509Data >
57
57
</ds : KeyInfo >
58
- <EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc #aes256-gcm" />
59
- <EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc #aes128-gcm" />
58
+ <EncryptionMethod Algorithm =" http://www.w3.org/2009/xmlenc11 #aes256-gcm" />
59
+ <EncryptionMethod Algorithm =" http://www.w3.org/2009/xmlenc11 #aes128-gcm" />
60
60
<EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
61
61
<EncryptionMethod Algorithm =" http://www.w3.org/2001/04/xmlenc#aes128-cbc" />
62
62
</KeyDescriptor >
You can’t perform that action at this time.
0 commit comments