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

2016-05-10 Thread Vikas TM
& Regards, Vikas On 7 Apr 2016 7:18 pm, "Vikas TM" wrote: 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 Casw

Re: [openssl-users] Received signal SIGSEGV in CRYPTO_add_lock()

2016-04-12 Thread Vikas TM
Hi, I am not very clear with solution provided in the following link, http://lists.globus.org/pipermail/gt-user/2007-December/005317.html Appreciated if you help me in resolving this issue. Thanks & Regards, Vikas On 11 Apr 2016 8:20 pm, "Vikas TM" wrote: > Hi, > >

[openssl-users] Received signal SIGSEGV in CRYPTO_add_lock()

2016-04-11 Thread Vikas TM
Hi, It looks like there is issue in handling crypto locks. I encountered segmentation fault in CRYPTO_add_lock() function referencing NULL pointer. Please find GDB output below, (gdb) run ftp://x.x.x.x:sample.txt Starting program: /App/vikftp ftp://x.x.x.x:sample.txt Missing separate debuginfo

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: > &g

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

2016-04-07 Thread Vikas TM
n 25 Feb 2016 2:20 pm, "Mike Mohr" wrote: > You'll need to rebuild your application and openssl with debugging symbols > and no optimization, then run it inside gdb to produce a more useful stack > trace. Since you don't include any context or source code snippets i

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

2016-02-24 Thread Vikas TM
Hi, While running my application with openSSL 102d and I encountered double free error or corruption. As per few threads suggestion, I have changed getpid() with pthread_self() in CRYPTO_thread_id(). Still the result is same. Please let me know if any fix available to this issue. *** glibc dete

[openssl-users] RSA silently downgraded to EXPORT_RSA [client]

2015-08-28 Thread Vikas TM
Hi All, I have following two queries, 1. When I specify option -cipher EXPORT in the s_client command, it says connected and cipher changed new cipher EXP-EDH-RSA-DES-CBC-SHA. If I am not requesting -cipher of EXPORT type then it returns DHE-RSA-AES256-SHA Here, when I request cipher of type EXP