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

Fix certificate test failures on iOS(-likes) #104410

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

bartonjs
Copy link
Member

@bartonjs bartonjs commented Jul 4, 2024

While new X509Certificate2(bytes) could read both PEM and DER certs, X509CertificateLoader.LoadCertificate(bytes) could not.

Also, sprinkle a SkipOnPlatform attribute on a test that is failing, but I don't see any issue tracking.

Fixes #104161

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

@bartonjs
Copy link
Member Author

bartonjs commented Jul 4, 2024

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@matouskozak
Copy link
Member

matouskozak commented Jul 4, 2024

Thank you for fixing the certificate tests. I took a look at the runtime-extra-platforms CI failures and they shouldn't be related and are already tracked at #103472.

@bartonjs bartonjs merged commit e78b72b into dotnet:main Jul 4, 2024
108 of 122 checks passed
@bartonjs bartonjs deleted the ios_failures branch July 4, 2024 17:50
@github-actions github-actions bot locked and limited conversation to collaborators Aug 4, 2024
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.

[apple] TvOS/MacCatalyst/iOSSimulator X509Certificates failures during AppleCrypto interop
3 participants