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

Certificate parsing in .NET Core 3.0 #82

Open
secana opened this issue Jun 11, 2019 · 4 comments
Open

Certificate parsing in .NET Core 3.0 #82

secana opened this issue Jun 11, 2019 · 4 comments
Labels
implementation Implementation detail with no feature changes

Comments

@secana
Copy link
Owner

secana commented Jun 11, 2019

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 secana added the implementation Implementation detail with no feature changes label Jun 11, 2019
@secana secana added this to the v2.0.0 milestone Jun 11, 2019
@crypticspawn
Copy link

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

@secana
Copy link
Owner Author

secana commented Nov 11, 2019

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

@secana secana removed this from the v2.0.0 milestone Dec 20, 2019
@secana
Copy link
Owner Author

secana commented Dec 20, 2019

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

@secana
Copy link
Owner Author

secana commented Sep 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Implementation detail with no feature changes
Projects
None yet
Development

No branches or pull requests

2 participants