PeNet icon indicating copy to clipboard operation
PeNet copied to clipboard

Certificate parsing in .NET Core 3.0

Open secana opened this issue 6 years ago • 4 comments
trafficstars

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.

secana avatar Jun 11 '19 14:06 secana

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 avatar Nov 09 '19 13:11 crypticspawn

@crypticspawn the file is not a valid PE file and cannot be parsed at all.

secana avatar Nov 11 '19 07:11 secana

Issue is still not fixed in .NET Core 3.1. Maybe need to fix it myself in the dotnet repo.

secana avatar Dec 20 '19 15:12 secana

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.

secana avatar Sep 02 '20 06:09 secana