Re: Authenticode timestamp processing: error while parsing timestamp request

2010-08-19 Thread Jakob Bohm
On 18-08-2010 19:41, Alessandro Menti wrote: Thanks for your help, Jacob. Where can I find your signing tools? A quick Google search revealed no useful links. Sorry, closed source in-house code only, tied heavily into other closed source code, anyway it was a client, not a server. Alternati

RE: Authenticode timestamp processing: error while parsing timestamp request

2010-08-18 Thread Alessandro Menti
Thanks for your help, Jacob. Where can I find your signing tools? A quick Google search revealed no useful links. Alternatively, can you suggest me how to complete the original ASN.1 structures so as to add the explicit [0] tag? I have already searched the official OpenSSL documentation for some

Re: Authenticode timestamp processing: error while parsing timestamp request

2010-08-18 Thread Jakob Bohm
Your ASN.1 looks a lot like what I am sending in my own signing tools (developed independently from the sf project you mention). I ran your example request through Peter Gutman's dumpasn1 with my old config file, and here is the output, which looks like the same requests I generate (no attributes

Authenticode timestamp processing: error while parsing timestamp request

2010-08-18 Thread Alessandro Menti
Hi everyone, I'm trying to write a CGI program to generate timestamps for the Authenticode(TM) digital signature system. I'm having trouble extracting the original ContentInfo from the timestamp request (the ContentInfo is required to generate a valid reply). Since the requests are Base64-encoded