Skip to content

Commit b2ecfba

Browse files
committed
Add RSA 1.5 to the supported algorithms.
1 parent 88a9ae8 commit b2ecfba

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
@@ -120,6 +120,7 @@ public static function castKey(XMLSecurityKey $key, $algorithm, $type = 'public'
120120
}
121121

122122
if (!in_array($algorithm, array(
123+
XMLSecurityKey::RSA_1_5,
123124
XMLSecurityKey::RSA_SHA1,
124125
XMLSecurityKey::RSA_SHA256,
125126
XMLSecurityKey::RSA_SHA384,

0 commit comments

Comments
 (0)