Skip to content

Commit 62becfe

Browse files
committed
Add RSA 1.5 to the supported algorithms.
1 parent 28448b8 commit 62becfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SAML2/Utils.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public'
108108
}
109109

110110
if (!in_array($algorithm, array(
111+
XMLSecurityKey::RSA_1_5,
111112
XMLSecurityKey::RSA_SHA1,
112113
XMLSecurityKey::RSA_SHA256,
113114
XMLSecurityKey::RSA_SHA384,

0 commit comments

Comments
 (0)