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

[Bug] net4.6.2 select RSACng for PSS support #3097

Closed
jennyf19 opened this issue Jan 17, 2025 · 0 comments
Closed

[Bug] net4.6.2 select RSACng for PSS support #3097

jennyf19 opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
Bug Product is not functioning as expected Internal Indicates issue was opened by the IdentityModel team P1 More important, prioritize highly
Milestone

Comments

@jennyf19
Copy link
Collaborator

jennyf19 commented Jan 17, 2025

For net4.6.2 select RSACng for PSS support.
RSACreate() returns a RsaCryptoServiceProvider which does not support PSS.

The exception thrown is ArgumentOutOfRangeException which is not breaking as ArgumentOutOfRangeException derives from ArgumentException.

#3085

@jennyf19 jennyf19 added Bug Product is not functioning as expected Internal Indicates issue was opened by the IdentityModel team P1 More important, prioritize highly labels Jan 17, 2025
@jennyf19 jennyf19 added this to the 8.3.1 milestone Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Product is not functioning as expected Internal Indicates issue was opened by the IdentityModel team P1 More important, prioritize highly
Projects
None yet
Development

No branches or pull requests

2 participants