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]
> Subj
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
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
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 ports
Hi,
Try calling RAND_screen() first.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Marco Donati
> Sent: Friday, May 19, 2000 7:56 AM
> To: OpenSSL Users (E-mail)
> Subject: RSA_public_encrypt and randomness
>
>
> I have problems using the RSA_publ