RE: Bug!!!!SSL-accept() cause disconnection

2001-08-24 Thread Lou Sheward
Is your program multi-threaded? If so, did you register the ssl locking callback function and implement locks? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ashada Karunaratna Sent: Friday, August 24, 2001 1:31 AM To: [EMAIL PROTECTED] Subject:

Solaris build problem

2000-06-16 Thread Lou Sheward
Hi, I am fairly new to UNIX and I am trying to build and use the SSL library on solaris. All the openSSL files build and test fine, but when I include the libssl.a and libcrypto.a files in my server build I get unresolved external errors. The funny thing is the errors aren't for the functions I

FW: Solaris build problem

2000-06-16 Thread Lou Sheward
I figured this out. It matters what order you put the libssl.a and libcrypto.a in the makefile. I swapped them and now everything builds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Lou Sheward Sent: Friday, June 16, 2000 2:13 PM To: [EMAIL

openSSL and IOCompletion ports

2000-06-14 Thread Lou Sheward
Hi, I would like to use openSSL in a server running on Windows NT that implements asynchronous sockets using iocompletion ports. It looks like I have to do some ugly hacks into the openSSL library to make it work. Does anyone have any advice or suggestions on using openSSL with iocompletion