We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regardings Microsoft, the issue with parsing PKCS7 certificates on Linux should be fixed with .NET Core 3.0 Issue: https://github.com/dotnet/corefx/issues/2910#issuecomment-500718982
If the fix is available, it would make sense to switch to .NET Core 3.0 to get rid of PeNet.ASN.
The text was updated successfully, but these errors were encountered:
Is this the same reason I am having problems getting this signature information from off this file?
https://drive.google.com/file/d/1PwsLa0nTKpwl4ceC3jh7SOOhrW4lS-n5/view?usp=sharing
Sorry, something went wrong.
@crypticspawn the file is not a valid PE file and cannot be parsed at all.
Issue is still not fixed in .NET Core 3.1. Maybe need to fix it myself in the dotnet repo.
Microsoft did not fix the bug for .NET 5.0 but instead moved the issue to .NET 6.0, so no fix in the next time.
No branches or pull requests
Regardings Microsoft, the issue with parsing PKCS7 certificates on Linux should be fixed with .NET Core 3.0
Issue: https://github.com/dotnet/corefx/issues/2910#issuecomment-500718982
If the fix is available, it would make sense to switch to .NET Core 3.0 to get rid of PeNet.ASN.
The text was updated successfully, but these errors were encountered: