BCB OUTPUT DLL'S NOT LIB'S?

2000-07-02 Thread Andrew Barnes
I want BCB to output dll's not lib's. how can I make it happen? really I want the dll so I can create the Delphi myssl.dll. If someone will send me the dll's for 0.9.5a I'd be smillin :) As a note, Delphi is an excellent developemt system for windoze. It's being ported to Linux so watch out th

Re: Does anyone know how to fix Multithreading??

2000-07-02 Thread Toomas Kiisk
On Sun, 2 Jul 2000, Arne Ansper wrote: > > > > Hmm, I was able to create 354406 unnamed mutexes, before > > CreateMutex() failed with ERROR_NOT_ENOUGH_QUOTA. Tested under > > NT4 SP6. > > btw, why use mutexes at all? openssl uses only unnamed mutexes and always > waits indefinitly long on mu

[STATUS] OpenSSL (Sun 2-Jul-2000)

2000-07-02 Thread OpenSSL Project
OpenSSL STATUS Last modified at __ $Date: 2000/06/14 17:27:02 $ DEVELOPMENT STATE o OpenSSL 0.9.6: Under development... o OpenSSL 0.9.5a: Released on April 1st, 2000 o OpenSSL 0.9.5: Released on February

Re: Does anyone know how to fix Multithreading??

2000-07-02 Thread Arne Ansper
> Hmm, I was able to create 354406 unnamed mutexes, before > CreateMutex() failed with ERROR_NOT_ENOUGH_QUOTA. Tested under > NT4 SP6. btw, why use mutexes at all? openssl uses only unnamed mutexes and always waits indefinitly long on mutex. so we could use critical sections instead. they are m

Re: Does anyone know how to fix Multithreading??

2000-07-02 Thread Toomas Kiisk
On Tue, 27 Jun 2000, Richard Levitte - VMS Whacker wrote: [..] > > Doing it directly in OpenSSL is bulky at best right now, and also > needs to be handled in a very general way, keeping in consideration > that on Windows, handles are a limited resource. I've some ideas on > how to go around t