Hi Mike
I have integrated openSSL version 102d. While running secure FTP
connection, I have encountered double free or corruption issue.
The TLS negotiation is successful and file is also getting transferred to
partner machine. At the end while freeing all the memory, file transfer is
ended with
On 07/04/16 14:23, Vikas TM wrote:
> Hi Mike
>
>
> I have integrated openSSL version 102d. While running secure FTP
> connection, I have encountered double free or corruption issue.
Are you running 1.0.2d as downloaded from the OpenSSL website with no
other patches applied? The line numbers b
Hi Matt,
I was trying the patches available in the Internet. Due to that few blank
lines might have added or removed. But no major change in the code.
Thanks & Regards,
Vikas
On 7 Apr 2016 7:07 pm, "Matt Caswell" wrote:
>
>
> On 07/04/16 14:23, Vikas TM wrote:
> > Hi Mike
> >
> >
> > I have int
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
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 | $
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.
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