Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing support for new RSA-PSS x509 #71

Open
Kuzuto opened this issue Sep 21, 2024 · 0 comments
Open

Missing support for new RSA-PSS x509 #71

Kuzuto opened this issue Sep 21, 2024 · 0 comments

Comments

@Kuzuto
Copy link

Kuzuto commented Sep 21, 2024

We have problems with SAML for new RSA-PSS x509 certificates.
LightSaml \ Error \ LightSamlSecurityException : Unrecognized signature algorithm
Fails in src/Credential/X509Certificate.php line 151, because rsassaPss is not found as a valid signatureAlgorithm.

The .xml HTTPS certificate is:
Version: 3 (0x2)
Serial Number:
xxxxx
Signature Algorithm: rsassaPss
Hash Algorithm: sha256
Mask Algorithm: mgf1 with sha256

Please add the new and more secure RSA

@Kuzuto Kuzuto changed the title Add support for new RSA-PSS x509 Missing support for new RSA-PSS x509 Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant