Jonathan

Results 6 issues of Jonathan

Thanks for adding support for ppt! Decrypting a simple password-protected ppt file (created by PowerPoint 2013) results in a successful decryption, however when opened by PowerPoint 2013 it launches in...

in progress
error

Hey, would it be possible to add the following CA: `DigiCert SHA2 Assured ID Code Signing CA`? The following (valid) sample cannot be verified because of: `VerificationError: Chain verification from...

enhancement
blocked

Windows verifies the attached sample's signature, however when I use `signify`, I get: `SignedPEParseError: The PE file does not contain a certificate table.` Any ideas? (Attaching as link because GitHub...

enhancement
research

I have a sample of a Spotify installer which Windows verifies correctly, while Signify returns: `SignerInfoParseError('SignerInfo.version must be 1, not 0',)` Any plans on supporting other `SignerInfo` versions as well?...

bug

I have a McAfee installer sample which Windows verifies correctly, while with Signify I get: `SignedPEParseError('Unknown certificate revision 3d6e',)` Any plans to support other revisions as well? [mcafee_sample.zip](https://github.com/ralphje/signify/files/5360728/mcafee_sample.zip)

bug

I was wondering, in the comment you write: > If certificate validation should be performed based on a date and time other than right now. A datetime.datetime object with a...