Does anyone know how to change the dynamic dependencies of shared
libraries? Specifically, I would like to build the libssl.so library so
that it looks for libcrypto.so in the same directory instead of in
/usr/lib/libcrypto.so.1 so that the libraries can be used without needing
to have openssl in
On Wed, Jan 23, 2002 at 02:30:59PM -0500, Robert Pungello wrote:
> I originally ran the config script as "./config shared threads
> -D_REENTRANT". However, I was unable to run anything in the apps
> directory, so I&
adhum/src/openssl-0.9.6c'
In the worst case, you can atleast use the above ld options :
-)..
Thanks
-Madhu
-Original Message-
From: Robert Pungello [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 23, 2002 5:51 AM
To: [EMAIL PROTECTED]
Subject: Re:
r correctly 'chatr' also works
against shared libraries, which is nice when you need to see more
dependencies. I you'd like an example, I can probably dig something up,
but
it'll take me a day or so.
r,
Lance Nehring
New Particles Corporation
Robert Pungello wrote:
> Hello,
Take a look at INSTALL.W32 in your openssl-0.9.6b root directory.
Rob
"Eddy Quicksall"
>The error message you are seeing says:
>* You are on the server side (because it happens in the
SSL3_GET_CLIENT_HELLO
> stage; only the server _gets_ the client hello, the client sends it).
>* Your server has decided that there is no shared cipher in the client
hello.
> See "man SSL_CTX_set_cip
I am trying to get the SSL/TLS alert code for various errors but am having
trouble doing so. Suppose I get the following error string:
error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
I know this is a handshake_failure alert number 40, but I'm having
determining this informati
> What threat are you concerned to counter?
No threat in particular, I just wanted to figure out how it's done.
Thanks for the information.
Rob
__
OpenSSL Project http://www.openssl.org
User Sup
I am trying to code client- and server-initiated rehandshakes to refresh
the encryption keys. My understanding is that the rehandshake is performed
over the existing ssl connection and that this functionality is only
available for SSLv3. How do I initiate this procedure? I've naively tried
to s