Re: [openssl-users] Verifying Authenticode timestamp using openssl apis

2015-11-24 Thread Leena Soman
] Verifying Authenticode timestamp using openssl apis On 24/11/15 05:17, Leena Soman wrote: > Hello, > I am trying to verify the timestamp in a file signed using Authenticode. > I have found that this timestamp is in the RFC3161 format. > Using openssl apis, I have parsed the

Re: [openssl-users] Verifying Authenticode timestamp using openssl apis

2015-11-24 Thread Matt Caswell
On 24/11/15 05:17, Leena Soman wrote: > Hello, > I am trying to verify the timestamp in a file signed using Authenticode. > I have found that this timestamp is in the RFC3161 format. > Using openssl apis, I have parsed the Authenticode signature and reached > the oid 1.3.6.1.4.1.311.3.3.1. I have