Re: Application crashes when SSL is used - more info

2005-05-06 Thread Louis Solomon [SteelBytes]
maybe see if grabbing the openssl dlls from another win32 app stops it crashing ... also try setting your ftp app to use the vc multithread dll crt (as apposed to single threaded or static linked lib) Louis Solomon www.SteelBytes.com - Original Message - From: "Sitaram" <[EMAIL PROTECT

Re: PEM_read_X509 and d2i_X509_fp problem.

2005-05-06 Thread Joseph Bruni
Did you set up your mutex call-backs needed by the library? See the man page for CRYPTO_set_locking_callback, et al for details. -joe On May 6, 2005, at 8:56 AM, Calista wrote: Are the functions d2i_X509_fp and PEM_read_X509 thread safe? smime.p7s Description: S/MIME cryptographic signature

"decryption failed or bad record mac"

2005-05-06 Thread dan trainor
Good Afternoon, all - We are developing an application in-house that is using openssl-0.9.7a-40 and openssl-devel-0.9.7a-40 under Fedora Core 3. When compiled and linked against this version, we receive the following errors intermittently: 18750:error:1408F455:SSL routines:SSL3_GET_RECORD:decryp

PEM_read_X509 and d2i_X509_fp problem.

2005-05-06 Thread Calista
The code below fails sometimes( it prints "error"). I don't understand why. I have a multi threaded application, and all the threads may be doing the following code simultaneously. Are the functions d2i_X509_fp and PEM_read_X509 thread safe? The variables - x509, fp, cert_filename are local non-st

Anybody using SafeNet Luna PCI crypto acclerator card?

2005-05-06 Thread Edward Chan
Title: Anybody using SafeNet Luna PCI crypto acclerator card? I've got a C program that uses OpenSSL and I'm trying to use the SafeNet Luna card with it.  I've downloaded a modified version of OpenSSL from them which includes support for this LunaCA3 engine, but am still having trouble getting

Re: Problem in compiling openssl 0.9.7g on Windows

2005-05-06 Thread Sean Covel
Ahmad, ahmad hassan wrote: > Hello, > Yes you are right the libeay32.lib and ssleay32.lib will do the trick > but i wanted to do it the way i had been using it. I need a little help I started to go this route too, but it got ugly in a hurry. You really need to track down and include all the indi

Re: Problem in compiling openssl 0.9.7g on Windows

2005-05-06 Thread ahmad hassan
Hello, Yes you are right the libeay32.lib and ssleay32.lib will do the trick but i wanted to do it the way i had been using it. I need a little help regarding that and the link error to get resolved. I also would like to ask you a little question if i am a client and using opensssl 0.9.7d and se