diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index 8af3b772..ebb5e67e 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -1397,6 +1397,8 @@ class X509 case 'rsaEncryption': $key = RSA::loadFormat('PKCS8', $publicKey); switch ($signatureAlgorithm) { + case 'id-RSASSA-PSS': + break; case 'md2WithRSAEncryption': case 'md5WithRSAEncryption': case 'sha1WithRSAEncryption':