-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[7.0] [Android] Test failure in X509Certificates.Tests.PfxTests - Algorithm 'RC2' is not supported on this platform #88747
Labels
area-System.Security
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
os-android
Milestone
Comments
carlossanlop
added
area-System.Security
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
os-android
Known Build Error
Use this to report build issues in the .NET Helix tab
labels
Jul 12, 2023
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones Issue DetailsError Blob{
"ErrorMessage": "Algorithm 'RC2' is not supported on this platform",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} Reproduction Steps
|
These tests should probably be marked as conditional with: [ConditionalFact(typeof(PlatformSupport), nameof(PlatformSupport.IsRC2Supported))] Android does not support RC2, and, I would recommend not attempting to change the algorithm used in the PKCS12 documents in these tests. |
This was referenced Jul 12, 2023
ghost
added
in-pr
There is an active PR which will close this issue when it is merged
and removed
in-pr
There is an active PR which will close this issue when it is merged
labels
Jul 17, 2023
ghost
locked as resolved and limited conversation to collaborators
Aug 17, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-System.Security
blocking-clean-ci
Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Known Build Error
Use this to report build issues in the .NET Helix tab
os-android
Error Blob
Reproduction Steps
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=336356
Error message validated:
Algorithm 'RC2' is not supported on this platform
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 7/12/2023 4:33:41 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: