Re: Occasionally incorrect MD5 hash result

2011-07-08 Thread Gene Kligerman
Walton noloa...@gmail.com To: openssl-users@openssl.org Date: 07/07/2011 04:07 PM Subject: Re: Occasionally incorrect MD5 hash result Sent by: owner-openssl-us...@openssl.org On Thu, Jul 7, 2011 at 11:56 AM, Gene Kligerman gene_kliger...@ca.ibm.com wrote: Hi SSLers! I am seeing an intermittent

Occasionally incorrect MD5 hash result

2011-07-07 Thread Gene Kligerman
Hi SSLers! I am seeing an intermittent problem using EVP_md5 function to hash user-specified passwords. The application works fine most of the time except when I run a stress test: 3 user applications concurrently that simply try to connect to my server in a loop of 3,000 iterations each.

X0509_free undefined when linking static library to shared object

2008-03-14 Thread Gene Kligerman
Hi folks, I googled the web, but couldn't find anything relevant, so hoping that e-mailing the gurus on this list can help: Running on x64 Linux box. I am trying to link the static OpenSSL library with my application .so shared library. Here are the gcc link options that I am using: --- gcc