Sukanta Panigrahi wrote:
> I have a basic question here:
> Is it mandatory to have the server configured with ciphers/certificates
> for SSL handshake?
>
> Thanks / Sukant
well, ciphers - yes. If you don't do it, openssl gives you a default
cipher list.
certificates - not all the time. If you're
I have a basic question here:
Is it mandatory to have the server configured with ciphers/certificates
for SSL handshake?
Thanks / Sukant
Alex Lam wrote:
Hi Alessandro,
You will need to set up a handful of cipher & certificate related
settings before server and client will join.
I suggest y
Hi Alessandro,
You will need to set up a handful of cipher & certificate related settings
before server and client will join.
I suggest you take a look at the apps/s_server.c and apps/s_client.c
regards,
alex
On 10/9/07, Alessandro Baggi <[EMAIL PROTECTED]> wrote:
>
> I'm trying to make a client
Unless someone recognizes the text, it might be helpful if you tell a
little more about the server and client side.
frans.
On Wed, 2007-10-10 at 00:09 +0200, Alessandro Baggi wrote:
> I'm trying to make a client/server application with ssl connection but
> the handshake doesn't work.
>
> Readin
I'm trying to make a client/server application with ssl connection but
the handshake doesn't work.
Reading the manual page I've tried to do this to make ssl connection:
Server layer:
SSL_CTX *ssl = NULL;
SSL *new = NULL;
socketdescriptor = socketcreation();
bind(...);
listen(...);
accept(...);
Is anyone aware of SSL handshake problems with using the latest OpenSSL
package with BEA Weblogic 5.1?
If so, please elaborate... If not, any clues as to what things to look for
in handshake problems would be greatly appreciated.
Thanks.