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

Parsing of multiple signatures from PE files #380

Closed
metthal opened this issue Aug 23, 2018 · 4 comments
Closed

Parsing of multiple signatures from PE files #380

metthal opened this issue Aug 23, 2018 · 4 comments

Comments

@metthal
Copy link
Member

metthal commented Aug 23, 2018

We currently do not parse the signatures from PE files the same way as described here.

We do not support multiple WIN_CERTIFICATE structures and also we do not support parsing of SPC_NESTED_SIGNATURE.

We already have an implementation of simple ASN1 parser so it can be used for the second case (maybe after some modifications).

@wxsBSD
Copy link

wxsBSD commented Aug 23, 2018

I'm happy to provide samples that have multiple WIN_CERTIFICATE structures (they are EFI images signed by both MSFT and RHAT) if you don't have any.

@metthal
Copy link
Member Author

metthal commented Aug 23, 2018

I would really appreciate that. It would help a lot. Thank you.

@wxsBSD
Copy link

wxsBSD commented Aug 24, 2018

Sorry, didn’t see this response until just now. Send me an email and I’ll get you a zip of them!

@PeterMatula
Copy link
Collaborator

Solved in #902

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants