-
Notifications
You must be signed in to change notification settings - Fork 414
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
Add support for RSA-OAEP 256 (#1293) #2207
Conversation
@microsoft-github-policy-service agree |
@brentschmaltz can you review when you have time? #1231 |
test/Microsoft.IdentityModel.KeyVaultExtensions.Tests/KeyVaultKeyWrapProviderTests.cs
Outdated
Show resolved
Hide resolved
I removed all the ifdefs since they were effectively "> net45", and no longer needed |
@karoberts sorry to get to this so late, but we would like to take this. |
removing obsoleted ifdefs since net452 support was removed
Sounds great! I have rebased on top of latest dev. |
@karoberts Awesome, we are trying to get this into IdentityModel 8 that is coordinated with .net 9. |
@karoberts Thanks. |
This PR adds support for RSA-OAEP-256, as mentioned in RFC 7518 (https://datatracker.ietf.org/doc/html/rfc7518#section-4.1) and fixes Issue 1293