Skip to content
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

Make DSA.Create, AesCcm, AesGcm, ChaCha20Poly1305 throw PNSE on iOS #52978

Merged
merged 16 commits into from May 21, 2021

Conversation

filipnavara
Copy link
Member

@filipnavara filipnavara commented May 19, 2021

Fixes #52758
Fixes #51332
Fixes #51331
Fixes #51330
Fixes #51370

This PR re-enables all System.Security.Cryptography.* tests to ensure sufficient coverage of the change.

@ghost
Copy link

ghost commented May 19, 2021

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

Issue Details
Author: filipnavara
Assignees: -
Labels:

area-System.Security

Milestone: -

public static new DSA Create()
{
return CreateCore();
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indirection is necessary because of the UnsupportedOSPlatform attributes which would otherwise have to be in 5 different places.

@filipnavara
Copy link
Member Author

Commit fdc95f2 passed all the relevant tests on iOS and tvOS Simulators in runtime-staging. There were few test exclusions that had to be updated for Mac Catalyst which should pass with c663d2a.

@dotnet dotnet locked as resolved and limited conversation to collaborators Jun 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants