PeNet
PeNet copied to clipboard
Certificate parsing in .NET Core 3.0
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.
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
@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.