Re: [Cryptography-dev] Parsing DER from PE File

2018-12-25 Thread Robert Simmons
Thanks for the help above. However, I think I'm still missing something. When piping the DER binary data to openssl on the command line, the output appears to have three certificates in the example DER early in this thread. The code above has a list for certs, but it appears to only contain one cer

Re: [Cryptography-dev] Parsing DER from PE File

2018-12-25 Thread Robert Simmons
On a side note: there is one oid in the extensions of this cert that is listed as unknown, but openssl parses it as: Netscape Cert Type: Object Signing Is this something to submit a bug for? Also, happy holidays! On Tue, Dec 25, 2018 at 9:41 PM Robert Simmons wrote: > Thanks for the help a