Skip to content

Conversation

vcsjones
Copy link
Member

@vcsjones vcsjones commented Jul 15, 2021

This changes the PKCS12 from using RC2 to 3DES so that the test passes on Android, which does not support RC2.

With this change, the test now passes on Android.

07-14 21:01:05.967 19124 19150 I DOTNET : [PASS] System.Security.Cryptography.Xml.Tests.SigningVerifyingX509Cert.SignedXmlHasDSACertificateVerifiableSignature

Also confirmed the entire System.Security.Cryptography.Xml.Tests suite passes now.

Closes #55694.

This changes the PKCS12 from being using RC2 to 3DES so that the test
passes on Android, which does not support RC2.
@ghost ghost added the area-System.Security label Jul 15, 2021
@ghost
Copy link

ghost commented Jul 15, 2021

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks
See info in area-owners.md if you want to be subscribed.

Issue Details

This changes the PKCS12 from being using RC2 to 3DES so that the test passes on Android, which does not support RC2.

With this change, the test now passes on Android.

07-14 21:01:05.967 19124 19150 I DOTNET : [PASS] System.Security.Cryptography.Xml.Tests.SigningVerifyingX509Cert.SignedXmlHasDSACertificateVerifiableSignature

Also confirmed the entire System.Security.Cryptography.Xml.Tests suite passes now.

Closes #55694.

Author: vcsjones
Assignees: -
Labels:

area-System.Security

Milestone: -

@bartonjs bartonjs merged commit bcb1042 into dotnet:main Jul 15, 2021
@vcsjones vcsjones deleted the fix-rc2-android branch July 15, 2021 22:16
@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SigningVerifyingX509Cert.SignedXmlHasDSACertificateVerifiableSignature fails on Android due to missing RC2

2 participants