Re: [openssl-users] glibc detected *** xxx: double free or corruption (!prev): 0x097b8750

2016-04-07 Thread Vikas TM
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

Re: [openssl-users] glibc detected *** xxx: double free or corruption (!prev): 0x097b8750

2016-04-07 Thread Matt Caswell
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

Re: [openssl-users] glibc detected *** xxx: double free or corruption (!prev): 0x097b8750

2016-04-07 Thread Vikas TM
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

[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

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 | $

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
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