Re: [openssl.org #373] Fw: is SSL_CTX_new() thread safe (on win32) ?

2002-12-15 Thread Louis Solomon [SteelBytes] via RT
YPTO_LOCK_SSL); > if (init_ciphers) load_ciphers(); > + CRYPTO_w_unlock(CRYPTO_LOCK_SSL); > > /* > * To reduce the work to do we only want to process the compiled > > > In message <[EMAIL PROTECTED]> on Mon, 2 Dec 2002 09:09:25 +0100 (MET), "Louis Solomon [SteelBytes] via

Re: [openssl.org #380] VC-WIN32 build issue

2002-12-04 Thread Louis Solomon [SteelBytes] via RT
thnx Louis Solomon www.SteelBytes.com - Original Message - From: "Richard Levitte via RT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 12:37 PM Subject: [openssl.org #380] VC-WIN32 build issue > > OK, I've made that change. >

[openssl.org #383] crash bug with openssl-0.9.7-stable-SNAP-20021203 on Win32

2002-12-04 Thread Louis Solomon [SteelBytes] via RT
build commands used (from a VS.NET command shell) set path=%path%;c:\cygwin\bin perl Configure VC-WIN32 threads zlib no-shared ms\do_masm.bat nmake -f ms\ntdll.mak then drop the dlls from out32dll into an existing project, and it crashes. openssl-0.9.6g compiled with exactly the

[openssl.org #380] VC-WIN32 build issue

2002-12-04 Thread Louis Solomon [SteelBytes] via RT
testing with openssl-0.9.7-stable-SNAP-20021203 ... in util/pl/VC-32.pl there is a line $lib_cflag=" -D_WINDLL -D_DLL"; which causes problems if the /MT option in $cflags is changed to /MT (solution is to remove the -D_DLL in this senario). since according to the help for VC7, /MD also defin

[openssl.org #373] Fw: is SSL_CTX_new() thread safe (on win32) ?

2002-12-02 Thread Louis Solomon [SteelBytes] via RT
submiting as a bug (read the whole email ...) Louis Solomon www.SteelBytes.com - Original Message - From: "Louis Solomon [SteelBytes]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 01, 2002 2:10 PM Subject: Re: is SSL_CTX_new() thread safe (on win32) ? > ok,