Re: [openssl-users] Question about timestamps

2016-04-12 Thread Alex Samad
Oh sorry I am new to the TS side of things and I am putting things together piece meal. On 12 April 2016 at 13:08, Jakob Bohm wrote: > My point was that the -text output would *show* you if > the missing certs were included in the time stamp response > somewhere, and where. > > If they are indeed

Re: [openssl-users] Question about timestamps

2016-04-11 Thread Jakob Bohm
My point was that the -text output would *show* you if the missing certs were included in the time stamp response somewhere, and where. If they are indeed inside the response, then the question would be why the "openssl ts -verify" command didn't find them automatically. If they are not inside t

Re: [openssl-users] Question about timestamps

2016-04-08 Thread Alex Samad
Hi Yep I have tried the output to text. but does that verify the signature. So what I think I have now is my data to be signed I make a request send the request to the tsa the tsa signs it adds signature I have response. Now I need to verify it openssl ts -verify -data SHA.sha -in SHA.sha.tsr

Re: [openssl-users] Question about timestamps

2016-04-07 Thread Jakob Bohm
Try something like $OPENSSL ts -reply -in ${FL}.tsr -text -noout (Not sure if it accepts the -noout option or not). On 08/04/2016 08:01, Alex Samad wrote: Okay, how do I dump the intermediaries then ? On 8 April 2016 at 15:49, Jakob Bohm wrote: On 08/04/2016 07:39, Alex Samad wrote: Hi

Re: [openssl-users] Question about timestamps

2016-04-07 Thread Alex Samad
Okay, how do I dump the intermediaries then ? On 8 April 2016 at 15:49, Jakob Bohm wrote: > On 08/04/2016 07:39, Alex Samad wrote: >> >> Hi >> >> I am trying to use a rfc3161 timestamp service to record timestamps. >> >> >> Basically I have a sha of some files and I would like to sign the file.

Re: [openssl-users] Question about timestamps

2016-04-07 Thread Jakob Bohm
On 08/04/2016 07:39, Alex Samad wrote: Hi I am trying to use a rfc3161 timestamp service to record timestamps. Basically I have a sha of some files and I would like to sign the file. basically I am using something like this # Generate Query and send $OPENSSL ts -query -data "$FL" -sha256 | $

[openssl-users] Question about timestamps

2016-04-07 Thread Alex Samad
Hi I am trying to use a rfc3161 timestamp service to record timestamps. Basically I have a sha of some files and I would like to sign the file. basically I am using something like this # Generate Query and send $OPENSSL ts -query -data "$FL" -sha256 | $CURL -s -H "Content-Type:application/time