Re: Occasionally incorrect MD5 hash result

2011-07-08 Thread Gene Kligerman
Walton 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 wrote: > > Hi SSLers! > > I am seeing an intermittent problem using EVP_md5 func

Re: Occasionally incorrect MD5 hash result

2011-07-07 Thread Jeffrey Walton
On Thu, Jul 7, 2011 at 11:56 AM, Gene Kligerman wrote: > > 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 simpl

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.