-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
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
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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: