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

Signing algorithm http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1 #590

Open
joonlabs opened this issue Jul 10, 2024 · 2 comments
Open

Comments

@joonlabs
Copy link

Hey there,

Is there any way to sign using RSA-PSS with http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1 method?

Best regards
Julius

@pitbulk
Copy link
Contributor

pitbulk commented Sep 5, 2024

Not supported.

@joonlabs
Copy link
Author

@pitbulk thanks, I saw that in the code. But the actual reasons for this, is the underlying robrichards/xmlseclibs library. If we could switch from the openssl implementation to a phpseclib/phpseclib one, we could support it easily. I opened an issue at the robrichards/xmlseclibs library: robrichards/xmlseclibs#263

These algorithms are required by modern IDPs. We are working for municipalities in Germany and connecting to the ELSTER IDP of the German governmant, that only supports these modern encryption algorithms.

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

2 participants