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

Manage .NET XPLAT cryptography #7606

Closed
2 tasks
PatoBeltran opened this issue Dec 7, 2018 · 3 comments
Closed
2 tasks

Manage .NET XPLAT cryptography #7606

PatoBeltran opened this issue Dec 7, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@PatoBeltran
Copy link

PatoBeltran commented Dec 7, 2018

The dotnet APIs have specific XPLAT behaviors that we need to address when tackling signing and verification XPLAT. This will mean either document known behavior or do functional changes in specific platforms.

Some things are:

  • X509RevocationMode.Offline is not supported on macOS
  • OSCP are not supported in Linux

More info: https://github.com/dotnet/corefx/blob/master/Documentation/architecture/cross-platform-cryptography.md

Note: Make sure to read the document before implementing since it might change.

@clairernovotny
Copy link

I have a PR that shows the code changes needed to enable code signing for .NET Core: NuGet/NuGet.Client#2545

@Thraka
Copy link

Thraka commented Jul 22, 2019

Please note that when this gets added to NuGet, the .NET Core doc for dotnet restore needs to be updated. dotnet/docs#6496

@zkat
Copy link
Contributor

zkat commented Jan 6, 2020

This work is being superseded by the epic over at #7939, so I'm closing this issue.

@zkat zkat closed this as completed Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants