-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Security.Cryptography.Rsa.Tests.EncryptDecrypt_Array.RsaCryptRoundtrip_OaepSHA1 test failure #68590
Comments
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue DetailsConfiguration:
|
Are lines like this intended to be loading a resource string? Shouldn't they be using strongly typed resources? Line 842 in a49958b
|
Yes, that's most likely a bug. It should be |
There are others, eg 4 lines above. |
Probably just a porting error from NetFX. This looks like code that was a CLR QCall that got rewritten to managed during the transition to Core. |
Since we've seen this before, it appears it was previously determined that this is the CAPI equivalent of #29683. |
For the strings, these are the errors that grep finds within System.Crypto:
(At one point we had considered an analyzer that would flag Argument*Exception when the first parameter was the name of a method parameter like this.) |
Closing as per @vcsjones's comment above (that issue already has blocking label). |
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1739587&view=ms.vss-test-web.build-test-results-tab&runId=47047408&resultId=166605&paneView=debug
Configuration:
net7.0-windows-Debug-x64-CoreCLR_release-(Windows.Nano.1809.Amd64.Open)windows.10.amd64.serverrs5.open@mcr.microsoft.com/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504
Runfo Tracking Issue: system.security.cryptography.rsa.tests.encryptdecrypt_array.rsacryptroundtrip_oaepsha1
Build Result Summary
The text was updated successfully, but these errors were encountered: